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 }}"
|
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 }}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user