Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Migrate to Kyma 1.5.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudymi authored Sep 9, 2019
1 parent ec07024 commit d7bce4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KYMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
2 changes: 1 addition & 1 deletion google-cloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ KYMA_VERSION = $(shell cat ../KYMA_VERSION)
cluster-create: check-env
gcloud container --project "$(GCP_PROJECT)" clusters \
create "$(GCP_CLUSTER_NAME)" --zone "$(GCP_ZONE)" \
--cluster-version "1.12" --machine-type "n1-standard-4" \
--cluster-version "1.13" --machine-type "n1-standard-4" \
--addons HorizontalPodAutoscaling,HttpLoadBalancing

cluster-attach: check-env
Expand Down

0 comments on commit d7bce4b

Please sign in to comment.