Skip to content

Commit

Permalink
chore(deps): update dependency chart-testing to v3.12.0 (#2217)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent cec47f6 commit bfa4cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY tools/*.sh /usr/local/containerbase/tools/

# installs files to /etc/ct
# renovate: datasource=github-releases packageName=helm/chart-testing
RUN install-tool chart-testing v3.11.0
RUN install-tool chart-testing v3.12.0

USER vscode

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
with:
version: v3.11.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
version: v3.12.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing

- name: Run lint
run: ct lint --config .github/ct.yaml
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
with:
version: v3.11.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
version: v3.12.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing

- name: Run chart install
run: ct install --config .github/ct.yaml --all
Expand Down

0 comments on commit bfa4cc0

Please sign in to comment.