Skip to content

Commit

Permalink
Merge pull request #171 from saschagrunert/krel
Browse files Browse the repository at this point in the history
Update krel to v0.17.7
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents 0f23c6b + 136685a commit 661e61f
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.3
version: v0.17.7
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.3
KREL_VERSION=v0.17.7
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 661e61f

Please sign in to comment.