Skip to content

Commit 46adc42

Browse files
committed
fix(deploy/helm): update healthz and readyz ports; use 'latest' tag
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 914a864 commit 46adc42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy/helm/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ image:
88
repository: "ghcr.io/spinkube/runtime-class-manager"
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "latest-feat-add_shim_downloader"
11+
tag: "latest"
1212

1313
rcm:
1414
shimDownLoaderImage:
1515
repository: "ghcr.io/spinkube/shim-downloader"
16-
tag: "latest-feat-add_shim_downloader"
16+
tag: "latest"
1717
nodeInstallerImage:
1818
repository: "ghcr.io/spinkube/node-installer"
19-
tag: "latest-feat-add_shim_downloader"
19+
tag: "latest"
2020

2121
imagePullSecrets: []
2222
nameOverride: ""
@@ -66,13 +66,13 @@ resources: {}
6666
livenessProbe:
6767
httpGet:
6868
path: /healthz
69-
port: 8081
69+
port: 8082
7070
initialDelaySeconds: 15
7171
periodSeconds: 20
7272
readinessProbe:
7373
httpGet:
7474
path: /readyz
75-
port: 8081
75+
port: 8082
7676

7777
autoscaling:
7878
enabled: false

0 commit comments

Comments
 (0)