diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 5524d8bc..70f26cd5 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -8,3 +8,7 @@ resources: - argocd-notifications-bot-deployment.yaml - argocd-notifications-bot-role.yaml - argocd-notifications-bot-service.yaml + +images: +- name: argoprojlabs/argocd-notifications + newTag: v1.2.0 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 95ee52d5..02d4123b 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -8,4 +8,8 @@ resources: - argocd-notifications-controller-deployment.yaml - argocd-notifications-secret.yaml - argocd-notifications-controller-role.yaml -- argocd-notifications-controller-metrics-service.yaml \ No newline at end of file +- argocd-notifications-controller-metrics-service.yaml + +images: +- name: argoprojlabs/argocd-notifications + newTag: v1.2.0 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 2d933591..3bac1ff3 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:latest + image: argoprojlabs/argocd-notifications:v1.2.0 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -182,7 +182,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v1.2.0 imagePullPolicy: Always livenessProbe: tcpSocket: diff --git a/manifests/install.yaml b/manifests/install.yaml index c8553a5a..ee1e2e41 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -102,7 +102,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v1.2.0 imagePullPolicy: Always livenessProbe: tcpSocket: