diff --git a/scripts/linux-installer.sh b/scripts/linux-installer.sh index c1106d5..f01dd2d 100755 --- a/scripts/linux-installer.sh +++ b/scripts/linux-installer.sh @@ -535,7 +535,7 @@ sho_install() { --set "image.repository=${IMAGE_NAME}" \ --set "image.tag=v${SHO_VERSION}" \ --set-string "podAnnotations.timestamp=$timestamp" \ - --set-string "podAnnotations.ring=$ENV" \ + --set "ring=$ENV" \ --set "registry.url=${SH_REGISTRY}" \ --set "registry.username=${SP_ID}" \ --set "registry.password=${SP_SECRET}" \ @@ -548,7 +548,7 @@ sho_install() { --set "image.repository=${IMAGE_NAME}" \ --set "image.tag=v${SHO_VERSION}" \ --set-string "podAnnotations.timestamp=$timestamp" \ - --set-string "podAnnotations.ring=$ENV" 2>&1) + --set "ring=$ENV" 2>&1) fi if [[ $? -eq 0 ]]; then diff --git a/scripts/macos-installer.sh b/scripts/macos-installer.sh index 07282f4..6191105 100755 --- a/scripts/macos-installer.sh +++ b/scripts/macos-installer.sh @@ -545,7 +545,7 @@ sho_install() { --set "image.repository=${IMAGE_NAME}" \ --set "image.tag=v${SHO_VERSION}" \ --set-string "podAnnotations.timestamp=$timestamp" \ - --set-string "podAnnotations.ring=$ENV" \ + --set "ring=$ENV" \ --set "registry.url=${SH_REGISTRY}" \ --set "registry.username=${SP_ID}" \ --set "registry.password=${SP_SECRET}" \ @@ -558,7 +558,7 @@ sho_install() { --set "image.repository=${IMAGE_NAME}" \ --set "image.tag=v${SHO_VERSION}" \ --set-string "podAnnotations.timestamp=$timestamp" \ - --set-string "podAnnotations.ring=$ENV" 2>&1) + --set "ring=$ENV" 2>&1) fi if [[ $? -eq 0 ]]; then diff --git a/scripts/windows-installer.ps1 b/scripts/windows-installer.ps1 index 010478e..7e4fab6 100644 --- a/scripts/windows-installer.ps1 +++ b/scripts/windows-installer.ps1 @@ -586,7 +586,7 @@ function Install-Sho { "--set", "image.repository=$Script:ImageName", "--set", "image.tag=v$Script:ShoVersion", "--set-string", "podAnnotations.timestamp=$timestamp", - "--set-string", "podAnnotations.ring=$Script:Env" + "--set", "ring=$Script:Env" ) if ($Script:UseAcr) {