Skip to content

Commit

Permalink
Merge pull request #22 from chrisliu1995/docs_1.1
Browse files Browse the repository at this point in the history
update charts & docs for v1.1
  • Loading branch information
chrisliu1995 authored Jul 13, 2023
2 parents 4c43c9c + 715473f commit 53d8b12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/aigc-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deploy/helm/aigc-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/安装部署.md
Original file line number Diff line number Diff line change
Expand Up @@ -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并填入
Expand Down
2 changes: 1 addition & 1 deletion docs/模版管理.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

## 模版部署
Expand Down

0 comments on commit 53d8b12

Please sign in to comment.