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.
2 parents e8f84f5 + 5a10a6a commit e269fc7Copy full SHA for e269fc7
2 files changed
.github/workflows/release.yaml
@@ -100,7 +100,7 @@ jobs:
100
- name: Update chart repo
101
run: |
102
cd charts
103
- cp ../batchRunner-*.tgz ./
+ cp ../batchrunner-*.tgz ./
104
helm repo index --merge index.yaml .
105
- name: Push changes to chart repo
106
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
chart/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
-name: batchRunner
+name: batchrunner
3
description: A Helm chart for creating pods or jobs for every message in a queue
4
type: application
5
version: 0.1.0
0 commit comments