diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 667aa443..547c4373 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 1.0.1 -appVersion: "v1.0.1" +version: 1.1.0 +appVersion: "v1.1.2" description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support name: gcp-compute-persistent-disk-csi-driver diff --git a/charts/templates/node.yaml b/charts/templates/node.yaml index 819be7a7..ea972a38 100644 --- a/charts/templates/node.yaml +++ b/charts/templates/node.yaml @@ -41,7 +41,7 @@ spec: - "--v=5" - "--endpoint=unix:/csi/csi.sock" - "--run-controller-service=false" - - "--kms-addr={{ .Values.global.keyserviceName }}.{{ .Values.global.keyserviceNamespace | default .Release.Namespace }}:{{ .Values.global.keyservicePort }}" + - "--kms-addr={{ .Values.global.keyServiceName }}.{{ .Values.global.keyServiceNamespace | default .Release.Namespace }}:{{ .Values.global.keyServicePort }}" securityContext: privileged: true volumeMounts: diff --git a/charts/values.yaml b/charts/values.yaml index 3c5e0fde..477b1857 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -30,8 +30,8 @@ csiController: runOnControlPlane: true global: - keyserviceName: "keyservice" - keyservicePort: 9000 - keyserviceNamespace: "kube-system" + keyServiceName: "key-service" + keyServicePort: 9000 + keyServiceNamespace: "kube-system" createStorageClass: true