diff --git a/VERSION b/VERSION index 9084fa2f..524cb552 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index d27c9eee..b4fe6df1 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.1.0 \ No newline at end of file + newTag: v1.1.1 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 026ec5a4..f6b3f5b8 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.1.0 \ No newline at end of file + newTag: v1.1.1 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 91dc820a..fc5112ef 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:v1.1.0 + image: argoprojlabs/argocd-notifications:v1.1.1 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -182,7 +182,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.1.0 + image: argoprojlabs/argocd-notifications:v1.1.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index 7492d205..b79f106a 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -102,7 +102,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.1.0 + image: argoprojlabs/argocd-notifications:v1.1.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: