Skip to content

Commit

Permalink
Changes kops version back to 1.26.2 for all versions (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
kschumy committed Apr 19, 2023
1 parent 86675c1 commit 57af269
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions development/kops/set_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ export NODE_INSTANCE_TYPE=${NODE_INSTANCE_TYPE:-t3.medium}
export NODE_ARCHITECTURE=${NODE_ARCHITECTURE:-amd64}
export UBUNTU_RELEASE=${UBUNTU_RELEASE:-focal-20.04}
export IPV6=${IPV6:-false}

# Remove once kops 1.27 is stable and working for all versions
if [ "$RELEASE_BRANCH" == "1-27" ]; then
export KOPS_VERSION="995bdda1588b7225dca29543ae73d09ae27f767d"
else
export KOPS_VERSION="1.26.2"
fi
export KOPS_VERSION="1.26.2"

if [ -n "$ARTIFACT_BUCKET" ]; then
export ARTIFACT_BASE_URL="https://$ARTIFACT_BUCKET.s3.amazonaws.com"
Expand Down

0 comments on commit 57af269

Please sign in to comment.