File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8989 env :
9090 - name : PUSH_GATEWAY
9191 value : {{ $.Values.global.pushGatewayUrl | quote }}
92+ - name : CP_AUTH_TOKEN
93+ value : {{ $.Values.global.cpAuthToken | quote }}
94+ - name : CP_ENDPOINT
95+ value : {{ $.Values.global.cpEndpoint | quote }}
9296
9397 securityContext :
9498 privileged : true
Original file line number Diff line number Diff line change 33 namespace : oci-gpu-scanner-plugin
44 pushGatewayUrl : " http://prometheus-pushgateway:9091/"
55 ociImageRegistry : iad.ocir.io/iduyx1qnmway/lens-metric-collector
6+ cpAuthToken : " "
7+ cpEndpoint : " https://cp.example.com"
68
79# Namespace configuration
810namespace :
@@ -111,7 +113,7 @@ healthCheck:
111113 enabled : true
112114 image :
113115 repository : oci_lens_healthcheck_amd
114- tag : v0.0.5
116+ tag : v0.0.6
115117 pullPolicy : Always
116118
117119 resources :
@@ -132,7 +134,7 @@ drhpc:
132134 image :
133135 repository : oci-dr-hpc-v2
134136 rocmVersion : rocm # ROCm version prefix
135- tag : latest # Tag comes after rocm version
137+ tag : 1.0.37 # Tag comes after rocm version
136138 pullPolicy : Always
137139 resultsHostPath : " /var/lib/oci-dr-hpc-v2"
138140 nodeSelector :
@@ -149,7 +151,7 @@ drhpc:
149151 image :
150152 repository : oci-dr-hpc-v2
151153 cudaVersion : cuda-12.9.0 # CUDA version prefix
152- tag : latest # Tag comes after cuda version
154+ tag : 1.0.37 # Tag comes after cuda version
153155 pullPolicy : Always
154156 resultsHostPath : " /var/lib/oci-dr-hpc-v2"
155157 nodeSelector :
You can’t perform that action at this time.
0 commit comments