diff --git a/VERSION b/VERSION index a918a2aa..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index c2d21607..caca5404 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v0.6.0 + newTag: v0.6.1 diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index cf82caf9..3040bbc3 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v0.6.0 + newTag: v0.6.1 diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 84b3e387..e34b2980 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -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 @@ -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 diff --git a/manifests/install.yaml b/manifests/install.yaml index f89b0e13..27af87f5 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -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