Skip to content

Commit

Permalink
Update Helm Chart to 0.18.0 to point to release 1.31.0.4
Browse files Browse the repository at this point in the history
Change-Id: I4e0c829e305b854a8ed96f6e49dcb56fe28d73c9
  • Loading branch information
y2kenny-amd committed Feb 10, 2025
1 parent cadf6e9 commit 2e2c93d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.17.0
appVersion: "1.31.0.3"
version: 0.18.0
appVersion: "1.31.0.4"

dependencies:
- name: node-feature-discovery
Expand Down
2 changes: 1 addition & 1 deletion helm/amd-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AMD GPU Helm Chart

![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.3](https://img.shields.io/badge/AppVersion-1.31.0.3-informational?style=flat-square)
![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.4](https://img.shields.io/badge/AppVersion-1.31.0.4-informational?style=flat-square)

A Helm chart for deploying Kubernetes AMD GPU device plugin

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 @@ -8,13 +8,13 @@ dp:
image:
repository: docker.io/rocm/k8s-device-plugin
# Overrides the image tag whose default is the chart appVersion.
tag: "1.31.0.3"
tag: "1.31.0.4"
resources: {}

lbl:
image:
repository: docker.io/rocm/k8s-device-plugin
tag: "labeller-1.31.0.3"
tag: "labeller-1.31.0.4"
serviceAccount:
annotations: {}
securityContext:
Expand Down

0 comments on commit 2e2c93d

Please sign in to comment.