This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ resources:
88- argocd-notifications-bot-deployment.yaml
99- argocd-notifications-bot-role.yaml
1010- argocd-notifications-bot-service.yaml
11+
12+ images :
13+ - name : argoprojlabs/argocd-notifications
14+ newTag : v1.1.0
Original file line number Diff line number Diff line change @@ -8,4 +8,8 @@ resources:
88- argocd-notifications-controller-deployment.yaml
99- argocd-notifications-secret.yaml
1010- argocd-notifications-controller-role.yaml
11- - argocd-notifications-controller-metrics-service.yaml
11+ - argocd-notifications-controller-metrics-service.yaml
12+
13+ images :
14+ - name : argoprojlabs/argocd-notifications
15+ newTag : v1.1.0
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ spec:
153153 - command :
154154 - /app/argocd-notifications-backend
155155 - bot
156- image : argoprojlabs/argocd-notifications:latest
156+ image : argoprojlabs/argocd-notifications:v1.1.0
157157 imagePullPolicy : Always
158158 name : argocd-notifications-bot
159159 workingDir : /app
@@ -178,7 +178,7 @@ spec:
178178 - command :
179179 - /app/argocd-notifications-backend
180180 - controller
181- image : argoprojlabs/argocd-notifications:latest
181+ image : argoprojlabs/argocd-notifications:v1.1.0
182182 imagePullPolicy : Always
183183 name : argocd-notifications-controller
184184 volumeMounts :
Original file line number Diff line number Diff line change 9898 - command :
9999 - /app/argocd-notifications-backend
100100 - controller
101- image : argoprojlabs/argocd-notifications:latest
101+ image : argoprojlabs/argocd-notifications:v1.1.0
102102 imagePullPolicy : Always
103103 name : argocd-notifications-controller
104104 volumeMounts :
You can’t perform that action at this time.
0 commit comments