Skip to content

Commit

Permalink
Merge pull request #679 from danistrebel/feature/apigee-hybrid-110
Browse files Browse the repository at this point in the history
Quickstart Apigee hybrid 1.10
  • Loading branch information
OmidTahouri committed Jul 5, 2023
2 parents 556fe5c + 8037cc0 commit c32fe7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/hybrid-quickstart/steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,19 @@ set_config_params() {
export GKE_CLUSTER_NAME=${GKE_CLUSTER_NAME:-apigee-hybrid}
export GKE_CLUSTER_MACHINE_TYPE=${GKE_CLUSTER_MACHINE_TYPE:-e2-standard-4}
echo "- GKE Node Type $GKE_CLUSTER_MACHINE_TYPE"
export APIGEE_HYBRID_VERSION='1.9.2'
export APIGEE_HYBRID_VERSION='1.10.0'
echo "- Apigee hybrid version $APIGEE_HYBRID_VERSION"
export CERT_MANAGER_VERSION='v1.11.1'
export CERT_MANAGER_VERSION='v1.12.2'
echo "- Cert Manager version $CERT_MANAGER_VERSION"

OS_NAME=$(uname -s)

if [[ "$OS_NAME" == "Linux" ]]; then
echo "- 🐧 Using Linux binaries"
export APIGEE_CTL='apigeectl_linux_64.tar.gz'
export JQ_VERSION='jq-1.6/jq-linux64'
elif [[ "$OS_NAME" == "Darwin" ]]; then
echo "- 🍏 Using macOS binaries"
export APIGEE_CTL='apigeectl_mac_64.tar.gz'
export JQ_VERSION='jq-1.6/jq-osx-amd64'
if ! [ -x "$(command -v timeout)" ]; then
echo "Please install the timeout command for macOS. E.g. 'brew install coreutils'"
exit 2
Expand Down

0 comments on commit c32fe7b

Please sign in to comment.