test
This commit is contained in:
7
.github/workflows/helm-chart.yml
vendored
7
.github/workflows/helm-chart.yml
vendored
@@ -18,11 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 'v3.7.0'
|
version: 'v3.7.0'
|
||||||
|
|
||||||
- name: Package Helm chart
|
- name: Publish Helm chart
|
||||||
run: helm package ./charts --version 1.0.0
|
uses: stefanprodan/helm-gh-pages@master
|
||||||
|
|
||||||
- name: Publish Helm chart package
|
|
||||||
uses: GitHubPackages/publish-package@v1
|
|
||||||
with:
|
with:
|
||||||
package_name: my-chart
|
package_name: my-chart
|
||||||
package_version: 1.0.0
|
package_version: 1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user