diff --git a/charts/latest/blob-csi-driver-v1.6.0.tgz b/charts/latest/blob-csi-driver-v1.6.0.tgz index 12a724ca2..892d1a6ba 100644 Binary files a/charts/latest/blob-csi-driver-v1.6.0.tgz and b/charts/latest/blob-csi-driver-v1.6.0.tgz differ diff --git a/charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml b/charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml index 5008d9142..f966d188c 100644 --- a/charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml +++ b/charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml @@ -24,7 +24,11 @@ spec: - virtual-kubelet initContainers: - name: prepare-binaries +{{- if hasPrefix "/" .Values.image.blob.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- else }} image: "{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- end }} command: ['sh', '-c', "cp /blobfuse-proxy/*.deb /tmp/"] volumeMounts: - mountPath: /tmp @@ -57,7 +61,11 @@ spec: sleep 3s # tail blobfuse proxy logs journalctl -u blobfuse-proxy -f +{{- if hasPrefix "/" .Values.image.blob.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- else }} image: "{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- end }} imagePullPolicy: IfNotPresent name: sysctl-install-blobfuse-proxy env: diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 81cb267b6..c970b080c 100755 --- a/charts/latest/blob-csi-driver/values.yaml +++ b/charts/latest/blob-csi-driver/values.yaml @@ -2,7 +2,7 @@ image: baseRepo: mcr.microsoft.com blob: repository: /k8s/csi/blob-csi - tag: latest + tag: v1.6.0 pullPolicy: IfNotPresent csiProvisioner: repository: /oss/kubernetes-csi/csi-provisioner