Skip to content

Commit af8db4a

Browse files
authored
Fix publishing of workerpool controller chart (#39)
The `helm package` command was missing the path to the chart.
1 parent eb4cbbd commit af8db4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-publish-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Package spacelift-workerpool-controller chart
8686
run: |
87-
helm package --version "$CHART_VERSION" --destination build/chart/spacelift-workerpool-controller/
87+
helm package --version "$CHART_VERSION" --destination build/chart/spacelift-workerpool-controller/ spacelift-workerpool-controller
8888
helm s3 push --relative build/chart/spacelift-workerpool-controller/spacelift-workerpool-controller-${CHART_VERSION}.tgz spacelift
8989
9090
- name: Invalidate cache

0 commit comments

Comments
 (0)