diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 5c2b85ff..d18b9f89 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -10,4 +10,4 @@ resources: - argocd-notifications-controller-role.yaml images: - name: alexmt/argocd-notifications - newTag: v0.1 \ No newline at end of file + newTag: v0.1.0 \ No newline at end of file diff --git a/manifests/install.yaml b/manifests/install.yaml index 7a559de8..8d9d0cb1 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -76,7 +76,7 @@ spec: - /app/config/config.yaml - --notifiers - /app/secret/notifiers.yaml - image: alexmt/argocd-notifications:v0.1 + image: alexmt/argocd-notifications:v0.1.0 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: