Skip to content

Commit

Permalink
Merge pull request metal3-io#1395 from Nordix/fix-kustomize-sha256/su…
Browse files Browse the repository at this point in the history
…nnat

Fix kustomize v5.4.1 sha value
  • Loading branch information
metal3-io-bot authored May 3, 2024
2 parents 877a05d + 3750b4c commit a3f1cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export KREW_SHA256="${KREW_SHA256:-5df32eaa0e888a2566439c4ccb2ef3a3e6e89522f2f21

# Kustomize version
export KUSTOMIZE_VERSION="${KUSTOMIZE_VERSION:-v5.4.1}"
export KUSTOMIZE_SHA256="${KUSTOMIZE_SHA256:-29e4c003b5b22fd017e0da0f71ce0a4ceb7bfd1dec338f0b505b341f087499c8}"
export KUSTOMIZE_SHA256="${KUSTOMIZE_SHA256:-3d659a80398658d4fec4ec4ca184b432afa1d86451a60be63ca6e14311fc1c42}"

# Minikube version (if EPHEMERAL_CLUSTER=minikube)
export MINIKUBE_VERSION="${MINIKUBE_VERSION:-v1.33.0}"
Expand Down

0 comments on commit a3f1cbf

Please sign in to comment.