Skip to content

Commit

Permalink
chore(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0 (#447)
Browse files Browse the repository at this point in the history
* chore(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* attempt to fix failing lint check

* attempt 2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlos Rontidis <[email protected]>
  • Loading branch information
dependabot[bot] and pront authored Jan 21, 2025
1 parent c01192d commit ad81a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ check-version-increment: true
debug: true
exclude-deprecated: true
helm-extra-args: --timeout 300s
target-branch: master
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0
- name: Copy example values into ci/
run: cp charts/vector/examples/*-values.yaml charts/vector/ci/
- name: Run chart-testing (lint)
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
node_image: kindest/node:${{ matrix.k8s }}
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0
- name: Copy example values into ci/
run: cp charts/vector/examples/*-values.yaml charts/vector/ci/
- name: Run chart-testing (install)
Expand Down

0 comments on commit ad81a8a

Please sign in to comment.