chore: Don't mark Helm releases as latest (#28498)
This commit is contained in:
parent
920f2f437e
commit
964202adff
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: ./.github/actions/chart-releaser-action
|
uses: helm/chart-releaser-action@v1.6.0
|
||||||
with:
|
with:
|
||||||
charts_dir: helm
|
charts_dir: helm
|
||||||
mark_as_latest: false
|
mark_as_latest: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue