Skip to content

Commit

Permalink
Bump CI template version to fix Helm lint (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder authored May 13, 2024
1 parent 8c82da7 commit 54483da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Lint Helm chart
uses: bakdata/ci-templates/actions/helm-lint@v1.13.5
uses: bakdata/ci-templates/actions/helm-lint@1.46.2
with:
lint-config-path: ".github/lint-config.yaml"
ref: ${{ github.ref_name }}
check-version-increment: false
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

call-workflow-passing-data:
name: Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/[email protected].0
uses: bakdata/ci-templates/.github/workflows/[email protected].2
needs: get-gradle-version
with:
charts-path: "./charts"
Expand Down

0 comments on commit 54483da

Please sign in to comment.