This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree 5 files changed +13
-5
lines changed
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:
8
8
- argocd-notifications-bot-deployment.yaml
9
9
- argocd-notifications-bot-role.yaml
10
10
- 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:
8
8
- argocd-notifications-controller-deployment.yaml
9
9
- argocd-notifications-secret.yaml
10
10
- 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:
153
153
- command :
154
154
- /app/argocd-notifications-backend
155
155
- bot
156
- image : argoprojlabs/argocd-notifications:latest
156
+ image : argoprojlabs/argocd-notifications:v1.1.0
157
157
imagePullPolicy : Always
158
158
name : argocd-notifications-bot
159
159
workingDir : /app
@@ -178,7 +178,7 @@ spec:
178
178
- command :
179
179
- /app/argocd-notifications-backend
180
180
- controller
181
- image : argoprojlabs/argocd-notifications:latest
181
+ image : argoprojlabs/argocd-notifications:v1.1.0
182
182
imagePullPolicy : Always
183
183
name : argocd-notifications-controller
184
184
volumeMounts :
Original file line number Diff line number Diff line change 98
98
- command :
99
99
- /app/argocd-notifications-backend
100
100
- controller
101
- image : argoprojlabs/argocd-notifications:latest
101
+ image : argoprojlabs/argocd-notifications:v1.1.0
102
102
imagePullPolicy : Always
103
103
name : argocd-notifications-controller
104
104
volumeMounts :
You can’t perform that action at this time.
0 commit comments