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:
commit
a70c8ac3e4
@ -50,7 +50,7 @@ spec:
|
||||
image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --connection-timeout=3s
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --v=5
|
||||
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
|
||||
|
||||
@ -9,7 +9,7 @@ image:
|
||||
pullPolicy: ifNotPresent
|
||||
livenessProbe:
|
||||
repository: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe
|
||||
tag: v1.1.0
|
||||
tag: v2.0.0
|
||||
pullPolicy: ifNotPresent
|
||||
nodeDriverRegistrar:
|
||||
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar
|
||||
|
||||
@ -45,10 +45,10 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
- 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:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --connection-timeout=3s
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --v=5
|
||||
volumeMounts:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user