File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1313rcm :
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
2121imagePullSecrets : []
2222nameOverride : " "
@@ -66,13 +66,13 @@ resources: {}
6666livenessProbe :
6767 httpGet :
6868 path : /healthz
69- port : 8081
69+ port : 8082
7070 initialDelaySeconds : 15
7171 periodSeconds : 20
7272readinessProbe :
7373 httpGet :
7474 path : /readyz
75- port : 8081
75+ port : 8082
7676
7777autoscaling :
7878 enabled : false
You can’t perform that action at this time.
0 commit comments