diff --git a/VERSION b/VERSION index 1d0ba9ea..267577d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 43a104ec..b3fa1fcd 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -10,4 +10,4 @@ resources: - argocd-notifications-controller-role.yaml images: - name: argoprojlabs/argocd-notifications - newTag: v0.4.0 \ No newline at end of file + newTag: v0.4.1 \ No newline at end of file diff --git a/manifests/install.yaml b/manifests/install.yaml index 75b98e66..f38b9477 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -70,7 +70,7 @@ spec: containers: - command: - /app/argocd-notifications-controller - image: argoprojlabs/argocd-notifications:v0.4.0 + image: argoprojlabs/argocd-notifications:v0.4.1 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app