File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,13 @@ spec:
144144 image : {{ .Values.controllerManager.kubeRbacProxy.image.repository }}{{- if .Values.controllerManager.kubeRbacProxy.image.digest }}@{{ .Values.controllerManager.kubeRbacProxy.image.digest }}{{- else }}:{{ .Values.controllerManager.kubeRbacProxy.image.tag | default .Chart.AppVersion }}{{- end }}
145145 imagePullPolicy : Always
146146 livenessProbe :
147- httpGet :
148- path : /healthz
149- port : 8081
147+ tcpSocket :
148+ port : 8443
150149 initialDelaySeconds : 15
151150 periodSeconds : 20
152151 readinessProbe :
153- httpGet :
154- path : /readyz
155- port : 8081
152+ tcpSocket :
153+ port : 8443
156154 initialDelaySeconds : 5
157155 periodSeconds : 20
158156 successThreshold : 1
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ controllerManager:
8585 image :
8686 repository : nvcr.io/nvidia/skyhook/operator
8787 tag : " " # # if omitted, default to the chart appVersion
88- digest : " sha256:928585ca0a0d4b314d121a738506f52e13dd520b3426d7a1d9685e76eee0ca9a "
88+ digest : " sha256:69b01f2b644c5128515afe6288f30f16da5265882ba775f2f2bd56315d599098 "
8989 # # agentImage: is the image used for the agent container. This image is the default for this install, but can be overridden in the CR at package level.
9090 agent :
9191 repository : nvcr.io/nvidia/skyhook/agent
9292 tag : " v6.3.1"
93- digest : " sha256:b70d345b254e926a15320a3ba3095fbf3fb8249634cd39e5d88ed6dec7fd4d13 "
93+ digest : " sha256:0aab1af6cc0432bae11ef72b4aea71dc65aa17561f5a37b49ae16e50b3f54166 "
9494
9595 # resources: If this is defined it will override the default calculation for resources
9696 # from estimatedNodeCount and estimatedPackageCount. The below values are
You can’t perform that action at this time.
0 commit comments