Skip to content

Commit

Permalink
fix image repository (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: skkkkkkk <sk01199367@alibaba-inc.com>
Co-authored-by: skkkkkkk <sk01199367@alibaba-inc.com>
  • Loading branch information
songkang7 and skkkkkkk committed May 11, 2024
1 parent c34f85b commit 0c15679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
如果你在中国并且无法从官方 DockerHub 拉取镜像,你可以使用托管在阿里云上的镜像:

```bash
$ helm install kruise-game https://... --set image.repository=registry.cn-hangzhou.aliyuncs.com/acs/kruise-game-manager
$ helm install kruise-game https://... --set image.repository=registry-cn-hangzhou.ack.aliyuncs.com/acs/kruise-game-manager
```

## 卸载OpenKruiseGame(OKG)
Expand Down
2 changes: 1 addition & 1 deletion kruisegame/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
If you are in China and have problem to pull image from official DockerHub, you can use the registry hosted on Alibaba Cloud:

```bash
$ helm install kruise-game https://... --set image.repository=registry.cn-hangzhou.aliyuncs.com/acs/kruise-game-manager
$ helm install kruise-game https://... --set image.repository=registry-cn-hangzhou.ack.aliyuncs.com/acs/kruise-game-manager
```

## Uninstall OpenKruiseGame(OKG)
Expand Down

0 comments on commit 0c15679

Please sign in to comment.