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

Commit c7a71ec

Browse files
committed
change image in release manifests to v1.0.1
1 parent 91ffcdd commit c7a71ec

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

manifests/bot/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ resources:
1111

1212
images:
1313
- name: argoprojlabs/argocd-notifications
14-
newTag: v1.0.0-rc2
14+
newTag: v1.0.1

manifests/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resources:
1212

1313
images:
1414
- name: argoprojlabs/argocd-notifications
15-
newTag: v1.0.0-rc2
15+
newTag: v1.0.1

manifests/install-bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
- command:
143143
- /app/argocd-notifications-backend
144144
- bot
145-
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
145+
image: argoprojlabs/argocd-notifications:v1.0.1
146146
imagePullPolicy: Always
147147
name: argocd-notifications-bot
148148
workingDir: /app
@@ -167,7 +167,7 @@ spec:
167167
- command:
168168
- /app/argocd-notifications-backend
169169
- controller
170-
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
170+
image: argoprojlabs/argocd-notifications:v1.0.1
171171
imagePullPolicy: Always
172172
name: argocd-notifications-controller
173173
volumeMounts:

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
- command:
8888
- /app/argocd-notifications-backend
8989
- controller
90-
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
90+
image: argoprojlabs/argocd-notifications:v1.0.1
9191
imagePullPolicy: Always
9292
name: argocd-notifications-controller
9393
volumeMounts:

0 commit comments

Comments
 (0)