Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
change image in release manifests to v1.0.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
alexmt committed Jan 13, 2021
1 parent bc3b124 commit fae5f32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/bot/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ resources:

images:
- name: argoprojlabs/argocd-notifications
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2
2 changes: 1 addition & 1 deletion manifests/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ resources:

images:
- name: argoprojlabs/argocd-notifications
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2
4 changes: 2 additions & 2 deletions manifests/install-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- bot
image: argoprojlabs/argocd-notifications:v1.0.0-rc1
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
imagePullPolicy: Always
name: argocd-notifications-bot
workingDir: /app
Expand All @@ -167,7 +167,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- controller
image: argoprojlabs/argocd-notifications:v1.0.0-rc1
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- controller
image: argoprojlabs/argocd-notifications:v1.0.0-rc1
image: argoprojlabs/argocd-notifications:v1.0.0-rc2
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down

0 comments on commit fae5f32

Please sign in to comment.