Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes kops version back to 1.26.2 for all versions #1963

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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