Skip to content

Commit e269fc7

Browse files
authored
Merge pull request #7 from flanksource/configMap-mount
fix: chart name to batchrunner
2 parents e8f84f5 + 5a10a6a commit e269fc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Update chart repo
101101
run: |
102102
cd charts
103-
cp ../batchRunner-*.tgz ./
103+
cp ../batchrunner-*.tgz ./
104104
helm repo index --merge index.yaml .
105105
- name: Push changes to chart repo
106106
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: batchRunner
2+
name: batchrunner
33
description: A Helm chart for creating pods or jobs for every message in a queue
44
type: application
55
version: 0.1.0

0 commit comments

Comments
 (0)