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 41de076 commit 37c4936Copy full SHA for 37c4936
.github/workflows/helm-chart-release.yml
@@ -1,4 +1,4 @@
1
-# This action releases the kwasm-operator helm chart
+# This action releases the runtime-class-manager helm chart
2
# The action must run on each commit done against main, however
3
# a new release will be performed **only** when a change occurs inside
4
# of the `charts` directory.
@@ -40,6 +40,8 @@ jobs:
40
- name: Run chart-releaser
41
if: github.ref == 'refs/heads/main'
42
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
43
+ with:
44
+ charts_dir: deploy/helm
45
env:
46
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
47
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-chart-{{ .Version }}"
0 commit comments