diff --git a/deploy/charts/rawfile-csi/Chart.yaml b/deploy/charts/rawfile-csi/Chart.yaml index b7e72eb..9dd889d 100644 --- a/deploy/charts/rawfile-csi/Chart.yaml +++ b/deploy/charts/rawfile-csi/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: rawfile-csi description: RawFile Driver Container Storage Interface type: application -version: 0.4.1 +version: 0.4.10 diff --git a/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml b/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml index 0751b50..336c38e 100644 --- a/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml +++ b/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml @@ -58,24 +58,8 @@ spec: ports: - name: csi-probe containerPort: 9808 - livenessProbe: - failureThreshold: 5 - httpGet: - path: /healthz - port: csi-probe - initialDelaySeconds: 10 - timeoutSeconds: 3 - periodSeconds: 2 resources: {{- toYaml .Values.controller.resources | nindent 12 }} - - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.1.0 - imagePullPolicy: IfNotPresent - args: - - --csi-address=/csi/csi.sock - volumeMounts: - - name: socket-dir - mountPath: /csi - name: external-provisioner image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.0 imagePullPolicy: IfNotPresent diff --git a/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml b/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml index c6abcd0..71b4464 100644 --- a/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml +++ b/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml @@ -80,14 +80,6 @@ spec: containerPort: 9100 - name: csi-probe containerPort: 9808 - livenessProbe: - failureThreshold: 5 - httpGet: - path: /healthz - port: csi-probe - initialDelaySeconds: 10 - timeoutSeconds: 3 - periodSeconds: 2 volumeMounts: - name: socket-dir mountPath: /csi @@ -98,14 +90,6 @@ spec: mountPath: /data resources: {{- toYaml .Values.node.resources | nindent 12 }} - - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.1.0 - imagePullPolicy: IfNotPresent - args: - - --csi-address=/csi/csi.sock - volumeMounts: - - name: socket-dir - mountPath: /csi - name: node-driver-registrar image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent