diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 465839ac..c4af8f1b 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -7,4 +7,7 @@ resources: - argocd-notifications-cm.yaml - argocd-notifications-controller-deployment.yaml - argocd-notifications-secret.yaml -- argocd-notifications-controller-role.yaml \ No newline at end of file +- argocd-notifications-controller-role.yaml +images: +- name: argoprojlabs/argocd-notifications + newTag: v0.3.0 diff --git a/manifests/install.yaml b/manifests/install.yaml index e9bd9f69..52e35f8f 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -70,7 +70,7 @@ spec: containers: - command: - /app/argocd-notifications-controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.3.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app