Skip to content

Commit b2043fc

Browse files
committed
Merge branch 'main' into 0.1.4-Beta
2 parents f31125d + db1d81b commit b2043fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
4747
- name: Run chart-testing (lint)
4848
if: steps.list-changed.outputs.changed == 'true'
49+
env:
50+
CT_CHECK_VERSION_INCREMENT: false
4951
run: ct lint --target-branch ${{ github.event.repository.default_branch }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
if: ${{ github.event.inputs.release_mode != 'Dry Run' }}
7272
env:
7373
CR_GENERATE_RELEASE_NOTES: true
74-
CR_MAKE_RELEASE_LATEST: true
75-
CR_SKIP_EXISTING: true
7674
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
75+
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
7876
with:
77+
mark_as_latest: true
78+
skip_existing: true
7979
skip_packaging: true

0 commit comments

Comments
 (0)