Skip to content

Commit

Permalink
Update Helm Chart to point to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kenny-amd committed Feb 16, 2023
1 parent f96f769 commit d4b1854
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.5.0
appVersion: "1.25.2"
version: 0.6.0
appVersion: "1.25.2.1"

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: "1.25.2"
tag: "1.25.2.1"
resources: {}

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

imagePullSecrets: []
Expand Down

0 comments on commit d4b1854

Please sign in to comment.