Skip to content

Commit

Permalink
fix: v1.5.2 helm chart release to upgrade msi-adapter image (Azure#1440)
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <[email protected]>
  • Loading branch information
nilekhc authored Jan 31, 2024
1 parent 229d700 commit 2fc9b5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/csi-secrets-store-provider-azure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-secrets-store-provider-azure
version: 1.5.1
version: 1.5.2
appVersion: 1.5.1
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
memory: 100Mi
# MSI Adapter
- name: msi-adapter
image: "mcr.microsoft.com/azurearck8s/msi-adapter:1.0.4"
image: "mcr.microsoft.com/azurearck8s/msi-adapter:1.0.6"
imagePullPolicy: IfNotPresent
env:
- name: TOKEN_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-secrets-store-provider-azure
version: 1.5.1
version: 1.5.2
appVersion: 1.5.1
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
Expand Down

0 comments on commit 2fc9b5f

Please sign in to comment.