Skip to content

Commit

Permalink
Update krel to v0.17.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Oct 29, 2024
1 parent 7ae939c commit 2566939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies:
match: MDTOC_VERSION

- name: krel
version: v0.17.7
version: v0.17.10
refPaths:
- path: scripts/helpers
match: KREL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_osc() {
}

install_krel() {
KREL_VERSION=v0.17.7
KREL_VERSION=v0.17.10
BINARY=krel
curl_retry https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$KREL_VERSION/$BINARY-amd64-linux -o $BINARY
chmod +x $BINARY
Expand Down

0 comments on commit 2566939

Please sign in to comment.