Skip to content

Commit

Permalink
Update Helm Chart to 0.15.0 to point to release 1.31.0.1
Browse files Browse the repository at this point in the history
Change-Id: I39086b769ef223420de77a771ea587e20144c737
  • Loading branch information
y2kenny-amd committed Jan 15, 2025
1 parent e1ecc3a commit 9c6d6ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -21,17 +21,16 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4.2.0
with:
version: v3.4.0
version: v3.16.4

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0
uses: helm/chart-releaser-action@v1.6.0
with:
# The charts directory
charts_dir: helm
# The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)
#charts_repo_url: # optional
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-{{ .Version }}"
Expand Down
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.14.0
appVersion: "1.31.0.0"
version: 0.15.0
appVersion: "1.31.0.1"

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.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.0](https://img.shields.io/badge/AppVersion-1.31.0.0-informational?style=flat-square)
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.1](https://img.shields.io/badge/AppVersion-1.31.0.1-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.0"
tag: "1.31.0.1"
resources: {}

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

imagePullSecrets: []
Expand Down

0 comments on commit 9c6d6ee

Please sign in to comment.