Skip to content

Commit

Permalink
Merge pull request #1827 from Nordix/tuomo/remove-kubectl-sha-1.7
Browse files Browse the repository at this point in the history
🌱 remove KUBECTL_SHA256 passthru
  • Loading branch information
metal3-io-bot authored Jul 3, 2024
2 parents 63eea79 + bb72712 commit 25ef027
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export CAPI_VERSION=${CAPI_VERSION:-"v1beta1"}
export CAPM3_VERSION=${CAPM3_VERSION:-"v1beta1"}
export NUM_NODES=${NUM_NODES:-"4"}
export KUBERNETES_VERSION=${KUBERNETES_VERSION}
export KUBECTL_SHA256=${KUBECTL_SHA256}
export IMAGE_OS=${IMAGE_OS}
export FORCE_REPO_UPDATE="false"
EOF
Expand Down
3 changes: 0 additions & 3 deletions scripts/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ fi

export FROM_K8S_VERSION=${FROM_K8S_VERSION:-"v1.28.1"}
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.29.0"}
# NOTE: kubectl sha256 must match the provided KUBERNETES_VERSION, and must be
# provided in JJB for upgrade tests where version is different from the default
export KUBECTL_SHA256="${KUBECTL_SHA256:-0e03ab096163f61ab610b33f37f55709d3af8e16e4dcc1eb682882ef80f96fd5}"

# Can be overriden from jjbs
export CAPI_VERSION=${CAPI_VERSION:-"v1beta1"}
Expand Down

0 comments on commit 25ef027

Please sign in to comment.