Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chart-testing to v3.10.1 #665

Merged
merged 1 commit into from Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -19,7 +19,7 @@ ARG HELM_VERSION=v3.13.1
RUN install-tool helm

# renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
ARG CHART_TESTING_VERSION=v3.10.0
ARG CHART_TESTING_VERSION=v3.10.1
RUN install-tool chart-testing

# renovate: datasource=github-releases depName=helm-docs packageName=norwoodj/helm-docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
with:
version: v3.10.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
version: v3.10.1 # 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 @@ -105,7 +105,7 @@ jobs:
- name: Install chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
with:
version: v3.10.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
version: v3.10.1 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing

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