We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b615c commit 474441eCopy full SHA for 474441e
.github/workflows/helm-chart-release.yml
@@ -34,3 +34,5 @@ jobs:
34
#charts_repo_url: # optional
35
env:
36
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
@@ -1,6 +1,7 @@
1
apiVersion: v2
2
name: amd-gpu
3
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
5
kubeVersion: ">= 1.18.0"
6
maintainers:
7
- name: Kenny Ho
helm/logo.png
8.62 KB
0 commit comments