diff --git a/asm/Kptfile b/asm/Kptfile index 0cbab57d..0190302a 100644 --- a/asm/Kptfile +++ b/asm/Kptfile @@ -76,7 +76,7 @@ openAPI: x-k8s-cli: setter: name: anthos.servicemesh.tag - value: 1.20.8-asm.6 + value: 1.20.8-asm.7 isSet: true io.k8s.cli.setters.anthos.servicemesh.managed-controlplane.vpcsc.enabled: type: string diff --git a/asmcli/asmcli b/asmcli/asmcli index eb49eea1..fef1f8e7 100755 --- a/asmcli/asmcli +++ b/asmcli/asmcli @@ -41,7 +41,7 @@ _CI_I_AM_A_TEST_ROBOT="${_CI_I_AM_A_TEST_ROBOT:=0}"; readonly _CI_I_AM_A_TEST_RO MAJOR="${MAJOR:=1}"; readonly MAJOR; MINOR="${MINOR:=20}"; readonly MINOR; POINT="${POINT:=8}"; readonly POINT; -REV="${REV:=6}"; readonly REV; +REV="${REV:=7}"; readonly REV; CONFIG_VER="${CONFIG_VER:="1"}"; readonly CONFIG_VER; K8S_MINOR=0 diff --git a/asmcli/asmcli.sh b/asmcli/asmcli.sh index 30eb9820..cd36ddd6 100755 --- a/asmcli/asmcli.sh +++ b/asmcli/asmcli.sh @@ -37,7 +37,7 @@ _CI_I_AM_A_TEST_ROBOT="${_CI_I_AM_A_TEST_ROBOT:=0}"; readonly _CI_I_AM_A_TEST_RO MAJOR="${MAJOR:=1}"; readonly MAJOR; MINOR="${MINOR:=20}"; readonly MINOR; POINT="${POINT:=8}"; readonly POINT; -REV="${REV:=6}"; readonly REV; +REV="${REV:=7}"; readonly REV; CONFIG_VER="${CONFIG_VER:="1"}"; readonly CONFIG_VER; K8S_MINOR=0