diff --git a/VERSION b/VERSION index 26aaba0e..6085e946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 70f26cd5..056bf9df 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.2.0 \ No newline at end of file + newTag: v1.2.1 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 02d4123b..bf85fc3e 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.2.0 \ No newline at end of file + newTag: v1.2.1 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 3bac1ff3..ecb5a657 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -157,7 +157,7 @@ spec: - command: - /app/argocd-notifications-backend - bot - image: argoprojlabs/argocd-notifications:v1.2.0 + image: argoprojlabs/argocd-notifications:v1.2.1 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -182,7 +182,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.2.0 + image: argoprojlabs/argocd-notifications:v1.2.1 imagePullPolicy: Always livenessProbe: tcpSocket: diff --git a/manifests/install.yaml b/manifests/install.yaml index ee1e2e41..9acc8750 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -102,7 +102,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.2.0 + image: argoprojlabs/argocd-notifications:v1.2.1 imagePullPolicy: Always livenessProbe: tcpSocket: