Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 815c700

Browse files
committed
chore: change image to v1.2.0
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
1 parent 3607805 commit 815c700

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

manifests/bot/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.2.0

manifests/controller/kustomization.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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.2.0

manifests/install-bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ spec:
157157
- command:
158158
- /app/argocd-notifications-backend
159159
- bot
160-
image: argoprojlabs/argocd-notifications:latest
160+
image: argoprojlabs/argocd-notifications:v1.2.0
161161
imagePullPolicy: Always
162162
name: argocd-notifications-bot
163163
workingDir: /app
@@ -182,7 +182,7 @@ spec:
182182
- command:
183183
- /app/argocd-notifications-backend
184184
- controller
185-
image: argoprojlabs/argocd-notifications:latest
185+
image: argoprojlabs/argocd-notifications:v1.2.0
186186
imagePullPolicy: Always
187187
livenessProbe:
188188
tcpSocket:

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
- command:
103103
- /app/argocd-notifications-backend
104104
- controller
105-
image: argoprojlabs/argocd-notifications:latest
105+
image: argoprojlabs/argocd-notifications:v1.2.0
106106
imagePullPolicy: Always
107107
livenessProbe:
108108
tcpSocket:

0 commit comments

Comments
 (0)