From 8639b417cc6df63354e368d486f191abb73d7a3a Mon Sep 17 00:00:00 2001 From: ylzhangah <1194926515@qq.com> Date: Thu, 24 Jul 2025 10:35:47 +0800 Subject: [PATCH] fix some wrong version in chart --- deploy/chart/authhub/Chart.yaml | 4 ++-- deploy/chart/databases/Chart.yaml | 4 ++-- deploy/chart/euler_copilot/Chart.yaml | 4 ++-- deploy/chart/euler_copilot/values.yaml | 16 ++++++++-------- deploy/scripts/2-install-tools/install_tools.sh | 2 +- deploy/scripts/9-other-script/save_images.sh | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/deploy/chart/authhub/Chart.yaml b/deploy/chart/authhub/Chart.yaml index 79a92abd..c1029a16 100644 --- a/deploy/chart/authhub/Chart.yaml +++ b/deploy/chart/authhub/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: authhub-chart description: AuthHub Helm部署包 type: application -version: 0.9.5 -appVersion: "0.9.5" +version: 0.9.6 +appVersion: "0.9.6" diff --git a/deploy/chart/databases/Chart.yaml b/deploy/chart/databases/Chart.yaml index acde2900..f75228d5 100644 --- a/deploy/chart/databases/Chart.yaml +++ b/deploy/chart/databases/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: euler-copilot-databases description: Euler Copilot 数据库 Helm部署包 type: application -version: 0.9.5 -appVersion: "0.9.5" +version: 0.9.6 +appVersion: "0.9.6" diff --git a/deploy/chart/euler_copilot/Chart.yaml b/deploy/chart/euler_copilot/Chart.yaml index d688d6ef..9d9ffecf 100644 --- a/deploy/chart/euler_copilot/Chart.yaml +++ b/deploy/chart/euler_copilot/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: euler-copilot description: Euler Copilot Helm部署包 type: application -version: 0.9.5 -appVersion: "0.9.5" +version: 0.9.6 +appVersion: "0.9.6" diff --git a/deploy/chart/euler_copilot/values.yaml b/deploy/chart/euler_copilot/values.yaml index 6944f1bf..e3722b77 100644 --- a/deploy/chart/euler_copilot/values.yaml +++ b/deploy/chart/euler_copilot/values.yaml @@ -89,8 +89,8 @@ euler_copilot: framework: # [必填] 是否部署Framework后端框架服务 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-framework:0.9.5-x86 - # 镜像标签:["0.9.5-x86", "0.9.5-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-framework:0.9.6-x86 + # 镜像标签:["0.9.6-x86", "0.9.6-arm"] image: # 容器根目录只读 readOnly: @@ -106,8 +106,8 @@ euler_copilot: web: # [必填] 是否部署Web前端用户界面 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-web:0.9.5-x86 - # 镜像标签:["0.9.5-x86", "0.9.5-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-web:0.9.6-x86 + # 镜像标签:["0.9.6-x86", "0.9.6-arm"] image: # 容器根目录只读 readOnly: @@ -123,8 +123,8 @@ euler_copilot: rag_web: # [必填] 是否部署RAG Web前端用户界面 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_web:0.9.5-x86 - # 镜像标签:["0.9.5-x86", "0.9.5-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_web:0.9.6-x86 + # 镜像标签:["0.9.6-x86", "0.9.6-arm"] image: # 容器根目录只读 readOnly: @@ -140,8 +140,8 @@ euler_copilot: rag: # [必填] 是否部署RAG后端服务 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_back_end:0.9.5-x86 - # 镜像标签:["0.9.5-x86", "0.9.5-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_back_end:0.9.6-x86 + # 镜像标签:["0.9.6-x86", "0.9.6-arm"] image: # 容器根目录只读 readOnly: diff --git a/deploy/scripts/2-install-tools/install_tools.sh b/deploy/scripts/2-install-tools/install_tools.sh index 3b19f58e..804c735d 100755 --- a/deploy/scripts/2-install-tools/install_tools.sh +++ b/deploy/scripts/2-install-tools/install_tools.sh @@ -3,7 +3,7 @@ GITHUB_MIRROR="https://gh-proxy.com" ARCH=$(uname -m) TOOLS_DIR="/home/eulercopilot/tools" -eulercopilot_version=0.9.5 +eulercopilot_version=0.9.6 SCRIPT_PATH="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 diff --git a/deploy/scripts/9-other-script/save_images.sh b/deploy/scripts/9-other-script/save_images.sh index c8f59cf7..81dabf80 100755 --- a/deploy/scripts/9-other-script/save_images.sh +++ b/deploy/scripts/9-other-script/save_images.sh @@ -8,7 +8,7 @@ BLUE='\033[0;34m' NC='\033[0m' # 恢复默认颜色 # 默认配置 -eulercopilot_version="0.9.5" +eulercopilot_version="0.9.6" ARCH_SUFFIX="" OUTPUT_DIR="/home/eulercopilot/images/${eulercopilot_version}" @@ -23,7 +23,7 @@ show_help() { echo -e " --arch <架构> 指定系统架构 (arm/x86, 默认自动检测)" echo -e "" echo -e "${YELLOW}示例:${NC}" - echo -e " $0 --version 0.9.5 --arch arm" + echo -e " $0 --version ${eulercopilot_version} --arch arm" echo -e " $0 --help" exit 0 } -- Gitee