diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 5524d8bc..761b35fa 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: v0.5.0 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 465839ac..d6d4af46 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -7,4 +7,8 @@ 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.5.0 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index c2855e69..e48f443c 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -89,7 +89,7 @@ type: Opaque apiVersion: v1 kind: Service metadata: - name: argocd-notification-bot + name: argocd-notifications-bot spec: ports: - name: server @@ -97,7 +97,7 @@ spec: protocol: TCP targetPort: 8080 selector: - app.kubernetes.io/name: argocd-notification-bot + app.kubernetes.io/name: argocd-notifications-bot type: LoadBalancer --- apiVersion: apps/v1 @@ -117,7 +117,7 @@ spec: - command: - /app/argocd-notifications - bot - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.5.0 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -142,7 +142,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.5.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app diff --git a/manifests/install.yaml b/manifests/install.yaml index 8ecbf7da..feb3e2cf 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -71,7 +71,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.5.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app