Skip to content

Commit

Permalink
chore: bump helm/chart-testing-action from 2.6.1 to 2.7.0 in the all …
Browse files Browse the repository at this point in the history
…group (#440)

chore: bump helm/chart-testing-action in the all group

Bumps the all group with 1 update: [helm/chart-testing-action](https://github.com/helm/chart-testing-action).


Updates `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
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent e319c4a commit 3acdb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: azure/setup-helm@v4

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/prometheus-prefect-exporter-ct.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: azure/setup-helm@v4

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/server-ct.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: azure/setup-helm@v4

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/worker-ct.yaml
Expand Down

0 comments on commit 3acdb38

Please sign in to comment.