Skip to content

Commit c79e21e

Browse files
author
Thomas Lam
committed
chore(chart): update digest
1 parent b1b21e3 commit c79e21e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

chart/templates/deployment.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)