Skip to content

Commit

Permalink
chore(deps): update dependency kind to v0.26.0
Browse files Browse the repository at this point in the history
| datasource      | package              | from    | to      |
| --------------- | -------------------- | ------- | ------- |
| github-releases | kubernetes-sigs/kind | v0.25.0 | v0.26.0 |
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 6544b25 commit cbf33e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USER vscode
RUN install-tool kubectl v1.32.0

# renovate: datasource=github-releases packageName=kubernetes-sigs/kind
RUN install-tool kind v0.25.0
RUN install-tool kind v0.26.0

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.16.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
with:
node_image: kindest/node:${{ matrix.k8s }}
version: v0.25.0 # renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind
version: v0.26.0 # renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind

- name: Install chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
Expand Down

0 comments on commit cbf33e2

Please sign in to comment.