From 715473fe8ee4b4b66b87f4269becea793b234b1e Mon Sep 17 00:00:00 2001 From: ChrisLiu Date: Thu, 13 Jul 2023 17:35:54 +0800 Subject: [PATCH] update charts & docs for v1.1 Signed-off-by: ChrisLiu --- deploy/helm/aigc-gateway/Chart.yaml | 4 ++-- deploy/helm/aigc-gateway/values.yaml | 2 +- "docs/\345\256\211\350\243\205\351\203\250\347\275\262.md" | 2 +- "docs/\346\250\241\347\211\210\347\256\241\347\220\206.md" | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/helm/aigc-gateway/Chart.yaml b/deploy/helm/aigc-gateway/Chart.yaml index eb87024..1779d83 100644 --- a/deploy/helm/aigc-gateway/Chart.yaml +++ b/deploy/helm/aigc-gateway/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: aigc-gateway description: Helm chart for aigc-gateway running on k8s -version: 0.1.0 -appVersion: 0.1.0 +version: 1.1.0 +appVersion: 1.1.0 kubeVersion: ">= 1.16.0-0" diff --git a/deploy/helm/aigc-gateway/values.yaml b/deploy/helm/aigc-gateway/values.yaml index a69a4f4..5a54e51 100644 --- a/deploy/helm/aigc-gateway/values.yaml +++ b/deploy/helm/aigc-gateway/values.yaml @@ -2,7 +2,7 @@ namespace: aigc-gateway image: repository: registry.cn-hangzhou.aliyuncs.com/acs/aigc-gateway - tag: v0.1.0 + tag: v1.1.0 appId: "32qh5wp6c1q3jofy2myw" appSecret: "35mpn2dk62brjxaduy70" m2mId: "ezxyaol30ld99c7ns5ur" diff --git "a/docs/\345\256\211\350\243\205\351\203\250\347\275\262.md" "b/docs/\345\256\211\350\243\205\351\203\250\347\275\262.md" index 531f34d..4ae19e7 100644 --- "a/docs/\345\256\211\350\243\205\351\203\250\347\275\262.md" +++ "b/docs/\345\256\211\350\243\205\351\203\250\347\275\262.md" @@ -82,7 +82,7 @@ Machine-to-Machine将赋予AIGC-Gateway管理登录用户与后端资源实例 namespace: aigc-gateway #建议与logto命名空间保持一致 image: repository: registry.cn-hangzhou.aliyuncs.com/acs/aigc-gateway - tag: v0.1.0 + tag: v1.1.0 appId: "32qh5wp6c1q3jofy2myww" #在Traditional Web配置页中找到AppID并填入 appSecret: "35mpn2dk62brjxaduy7x0" #在Traditional Web配置页中找到AppSecret并填入 m2mId: "ezxyaol30ld99c7ns5u2r" #在Machine-to-Machine配置页中找到AppID并填入 diff --git "a/docs/\346\250\241\347\211\210\347\256\241\347\220\206.md" "b/docs/\346\250\241\347\211\210\347\256\241\347\220\206.md" index b5ce13c..4b357f6 100644 --- "a/docs/\346\250\241\347\211\210\347\256\241\347\220\206.md" +++ "b/docs/\346\250\241\347\211\210\347\256\241\347\220\206.md" @@ -11,7 +11,7 @@ $ helm repo update $ helm install kruise openkruise/kruise --version 1.4.0 -$ helm install kruise-game openkruise/kruise-game --version 0.3.0 +$ helm install kruise-game openkruise/kruise-game --version 0.4.1 ``` ## 模版部署