Skip to content

Commit

Permalink
Merge pull request #640 from bank-vaults/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
chore(deps): lock file maintenance
  • Loading branch information
csatib02 authored Nov 25, 2024
2 parents 1bd4763 + 0cd363c commit cde5df4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 464 deletions.
5 changes: 4 additions & 1 deletion deploy/dev/multi-dc/test/multi-dc-raft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -xeo pipefail
# - kubectl
# - helm3
# - https://github.com/subfuzion/envtpl
# - https://github.com/hankjacobs/cidr
# - go
# - jq
# - kind
# - vault
Expand Down Expand Up @@ -50,6 +50,9 @@ function metallb_setup {
}

function cidr_range {
go get github.com/hankjacobs/cidr
go install github.com/hankjacobs/cidr

local cidr=$1
cidr "${cidr}" | tr -d ' '
}
Expand Down
Loading

0 comments on commit cde5df4

Please sign in to comment.