Skip to content

Commit

Permalink
chore(deps): update dependency helm to v3.16.4 (#2129)
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 Dec 16, 2024
1 parent e2cff47 commit 39960e8
Show file tree
Hide file tree
Showing 3 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 @@ -17,7 +17,7 @@ RUN install-tool kubectl v1.32.0
RUN install-tool kind v0.25.0

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.16.3
RUN install-tool helm v3.16.4

# renovate: datasource=github-releases packageName=norwoodj/helm-docs
RUN install-tool helm-docs 1.14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.16.3 # renovate: datasource=github-releases depName=helm packageName=helm/helm
version: v3.16.4 # renovate: datasource=github-releases depName=helm packageName=helm/helm

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.16.3 # renovate: datasource=github-releases depName=helm packageName=helm/helm
version: v3.16.4 # renovate: datasource=github-releases depName=helm packageName=helm/helm

- name: Build chart dependencies
run: |
Expand Down

0 comments on commit 39960e8

Please sign in to comment.