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

Commit

Permalink
update image version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Mar 20, 2020
1 parent 5958e6c commit 4f2586f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
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: v0.6.0
newTag: v0.6.1
2 changes: 1 addition & 1 deletion manifests/controller/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: v0.6.0
newTag: v0.6.1
4 changes: 2 additions & 2 deletions manifests/install-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- command:
- /app/argocd-notifications
- bot
image: argoprojlabs/argocd-notifications:v0.6.0
image: argoprojlabs/argocd-notifications:v0.6.1
imagePullPolicy: Always
name: argocd-notifications-bot
workingDir: /app
Expand All @@ -142,7 +142,7 @@ spec:
- command:
- /app/argocd-notifications
- controller
image: argoprojlabs/argocd-notifications:v0.6.0
image: argoprojlabs/argocd-notifications:v0.6.1
imagePullPolicy: Always
name: argocd-notifications-controller
workingDir: /app
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- command:
- /app/argocd-notifications
- controller
image: argoprojlabs/argocd-notifications:v0.6.0
image: argoprojlabs/argocd-notifications:v0.6.1
imagePullPolicy: Always
name: argocd-notifications-controller
workingDir: /app
Expand Down

0 comments on commit 4f2586f

Please sign in to comment.