Skip to content

Commit

Permalink
Upgrade ASM to 1.16.2-2. Closes GoogleCloudPlatform#406
Browse files Browse the repository at this point in the history
  • Loading branch information
gkcalat committed Mar 12, 2023
1 parent d942af8 commit 299f943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubeflow/asm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# The part before colon symbol should be used for ASM_PACKAGE_VERSION.
# The part after colon symbol should be used for ASMCLI_SCRIPT_VERSION.
SHELL := /bin/bash
ASM_PACKAGE_VERSION=1.14.1-asm.3+config6
ASMCLI_SCRIPT_VERSION=asmcli_1.14.1-asm.3-config6
ASM_PACKAGE_VERSION=1.16.2-asm.2+config1
ASMCLI_SCRIPT_VERSION=asmcli_1.16.2-asm.2-config1

# The name of the context for your Kubeflow cluster
PACKAGE_DIR?=$(shell pwd)/..
Expand Down
2 changes: 1 addition & 1 deletion kubeflow/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ export REGION=us-central1
# Preferred zone of Cloud SQL. Note, ZONE should be in REGION.
export ZONE=us-central1-c
# Anthos Service Mesh version label
export ASM_LABEL=asm-1141-3
export ASM_LABEL=asm-1162-2

0 comments on commit 299f943

Please sign in to comment.