From 2b07365d4a64d2f08c0c067e6f49813ecca27ff0 Mon Sep 17 00:00:00 2001 From: liuyu <> Date: Fri, 15 Nov 2024 17:42:24 +0800 Subject: [PATCH] fix: cherry pick from the main branch (#638) --- build/installer/install.sh | 2 +- .../app-service/config/cluster/deploy/appservice_deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/installer/install.sh b/build/installer/install.sh index b99990ec..ceb2b354 100644 --- a/build/installer/install.sh +++ b/build/installer/install.sh @@ -67,7 +67,7 @@ if [ -z ${cdn_url} ]; then cdn_url="https://dc3p1870nn3cj.cloudfront.net" fi -CLI_VERSION="0.1.55" +CLI_VERSION="0.1.56" CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz" if [[ x"$os_type" == x"Darwin" ]]; then CLI_FILE="olares-cli-v${CLI_VERSION}_darwin_${ARCH}.tar.gz" diff --git a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml index a32f50f0..4a1509b5 100644 --- a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml +++ b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml @@ -148,7 +148,7 @@ spec: serviceAccount: os-internal containers: - name: app-service - image: beclab/app-service:0.2.47 + image: beclab/app-service:0.2.48 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0