Merge pull request #78 from jiaxunsongucb/update_livenessprobe_version

fix: update livenessprobe version from v1.1.0 to v2.0.0
This commit is contained in:
Kubernetes Prow Robot 2020-11-08 23:28:25 -08:00 committed by GitHub
commit a70c8ac3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ spec:
image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
args: args:
- --csi-address=/csi/csi.sock - --csi-address=/csi/csi.sock
- --connection-timeout=3s - --probe-timeout=3s
- --health-port=29642 - --health-port=29642
- --v=5 - --v=5
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }} imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}

View File

@ -9,7 +9,7 @@ image:
pullPolicy: ifNotPresent pullPolicy: ifNotPresent
livenessProbe: livenessProbe:
repository: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe repository: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe
tag: v1.1.0 tag: v2.0.0
pullPolicy: ifNotPresent pullPolicy: ifNotPresent
nodeDriverRegistrar: nodeDriverRegistrar:
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar

View File

@ -45,10 +45,10 @@ spec:
cpu: 10m cpu: 10m
memory: 20Mi memory: 20Mi
- name: liveness-probe - name: liveness-probe
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1.0 image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.0.0
args: args:
- --csi-address=/csi/csi.sock - --csi-address=/csi/csi.sock
- --connection-timeout=3s - --probe-timeout=3s
- --health-port=29642 - --health-port=29642
- --v=5 - --v=5
volumeMounts: volumeMounts: