File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cmd/generate-release/scripts
pkg/kf/commands/dependencies Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 echo " gcloud CLI is already available, skipping installation"
3434fi
3535
36- curl https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.16 > asmcli
36+ curl https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.17 > asmcli
3737chmod +x asmcli
3838
3939gcloud container clusters get-credentials " ${CLUSTER_NAME} " \
6767 kubectl label namespace asm-gateways istio-injection- istio.io/rev=" $REVISION " --overwrite
6868fi
6969
70- # Not everything in theis folder is applicable, some files are only for certain versions of K8s
70+ # Not everything in this folder is applicable, some files(HPA) are only for certain versions of K8s
7171# so a blanket -f won't work:
72- # https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/tree/1.16.4-asm.2+config1 /samples/gateways/istio-ingressgateway
72+ # https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/tree/release-1.17 /samples/gateways/istio-ingressgateway
7373kubectl apply -n asm-gateways \
7474 -f out/samples/gateways/istio-ingressgateway/deployment.yaml \
7575 -f out/samples/gateways/istio-ingressgateway/autoscalingv2/autoscaling-v2.yaml \
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func newDependencies() []dependency {
120120 InfoURL : "https://cloud.google.com/service-mesh/docs/gke-install-overview" ,
121121 // This version is fetched from the asmcli script. It needs to be
122122 // updated by hand until we have a programtic way to fetch it.
123- ResolveVersion : staticVersionResolver ("1.16 .4-asm.2+config1" ),
123+ ResolveVersion : staticVersionResolver ("1.17 .4-asm.2+config1" ),
124124 ResolveURL : func (version string ) (string , error ) {
125125 const URL = "https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/releases/tag/%s"
126126 return fmt .Sprintf (URL , version ), nil
You can’t perform that action at this time.
0 commit comments