Skip to content

Commit 2baf424

Browse files
committed
Dr hpc image versioning
Signed-off-by: Ritika Gupta <[email protected]>
1 parent 319e364 commit 2baf424

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

oci-scanner-plugin-helm/templates/health-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ spec:
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

oci-scanner-plugin-helm/values.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ global:
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
810
namespace:
@@ -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:

0 commit comments

Comments
 (0)