diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 8402e762..eefc8713 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.0-rc1 \ No newline at end of file + newTag: v1.0.0-rc2 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 44301d07..69cf85d5 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.0-rc1 \ No newline at end of file + newTag: v1.0.0-rc2 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index e505fcf0..c0fa2e1b 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -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 @@ -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: diff --git a/manifests/install.yaml b/manifests/install.yaml index e713d1c6..dc660746 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -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: