Skip to content

Commit

Permalink
Make Helm chart points to specific plugin release instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kenny-amd committed Oct 19, 2022
1 parent 6d4133b commit 939a8a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/amd-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ keywords:
- gpu

kubeVersion: ">= 1.18.0-0"
version: 0.4.0
appVersion: "1.18.0"
version: 0.5.0
appVersion: "1.25.2"

dependencies:
- name: node-feature-discovery
Expand Down
4 changes: 2 additions & 2 deletions helm/amd-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dp:
image:
repository: docker.io/rocm/k8s-device-plugin
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "1.25.2"
resources: {}

lbl:
image:
repository: docker.io/rocm/k8s-device-plugin
tag: "labeller-latest"
tag: "labeller-1.25.2"
resources: {}

imagePullSecrets: []
Expand Down

0 comments on commit 939a8a0

Please sign in to comment.