Skip to content

Commit 474441e

Browse files
committed
Add icon to Helm chart
1 parent 12b615c commit 474441e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/helm-chart-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
#charts_repo_url: # optional
3535
env:
3636
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
37+
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-{{ .Version }}"
38+
CR_PAGES_BRANCH: "helm-chart-release"

helm/amd-gpu/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apiVersion: v2
22
name: amd-gpu
33
description: A Helm chart for deploying Kubernetes AMD GPU device plugin
4+
icon: https://raw.githubusercontent.com/RadeonOpenCompute/k8s-device-plugin/master/helm/logo.png
45
kubeVersion: ">= 1.18.0"
56
maintainers:
67
- name: Kenny Ho

helm/logo.png

8.62 KB
Loading

0 commit comments

Comments
 (0)