Skip to content

Commit dba6e5e

Browse files
Update Helm chart README and values.yaml; fix image reference in metrics-push.yaml
- Changed installation command from `install` to `upgrade` in README for health check. - Added `initContainerImage` entry in values.yaml. - Updated image reference in metrics-push.yaml to include the full Docker repository path.
1 parent e6bda76 commit dba6e5e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

oci-scanner-plugin-helm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ helm install oci-gpu-scanner-plugin . -f values.yaml -n oci-gpu-scanner-plugin \
2626
--create-namespace
2727

2828
# Enable health check
29-
helm install oci-gpu-scanner-plugin ./oci-scanner-plugin-amd-helm \
29+
helm upgrade oci-gpu-scanner-plugin ./oci-scanner-plugin-helm \
30+
-n oci-gpu-scanner-plugin \
3031
--set healthCheck.enabled=true
3132

3233
# Enable Node Problem Detector (requires node labeling and drhpc to be enabled- see below)

oci-scanner-plugin-helm/templates/metrics-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
restartPolicy: Always
3535
containers:
3636
- name: metrics-pusher
37-
image: curlimages/curl:latest
37+
image: docker.io/curlimages/curl:latest
3838
command:
3939
- /bin/sh
4040
- -c

oci-scanner-plugin-helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ device-metrics-exporter-charts:
5050
repository: docker.io/rocm/device-metrics-exporter
5151
tag: v1.4.0
5252
pullPolicy: IfNotPresent
53+
initContainerImage: docker.io/library/busybox:1.36
5354
service:
5455
type: ClusterIP
5556
ClusterIP:

0 commit comments

Comments
 (0)