diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index eefc8713..fc05e2db 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-rc2 \ No newline at end of file + newTag: v1.0.1 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 69cf85d5..688bfbdc 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-rc2 \ No newline at end of file + newTag: v1.0.1 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index c0fa2e1b..e4927d2f 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index dc660746..d3866038 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: