From 41606edb81fb700a5883c165c84407eace30e46b Mon Sep 17 00:00:00 2001 From: ethfoo Date: Thu, 7 Jul 2022 10:35:15 +0800 Subject: [PATCH] Update kubernetes.md (#81) --- docs/getting-started/quick-start/kubernetes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/quick-start/kubernetes.md b/docs/getting-started/quick-start/kubernetes.md index 8135131..bd986ef 100644 --- a/docs/getting-started/quick-start/kubernetes.md +++ b/docs/getting-started/quick-start/kubernetes.md @@ -26,9 +26,6 @@ helm pull https://github.com/loggie-io/installation/releases/download/v1.2.0/log ``` 尝试修改一下其中的values.yaml。 -!!! node "想使用其他版本镜像?" - - 为了方便体验最新的Fix和特性,我们提供了main分支每次合并后的镜像版本,可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。 然后部署安装: @@ -43,6 +40,11 @@ helm install loggie ./loggie -nloggie --create-namespace helm install loggie -nloggie --create-namespace https://github.com/loggie-io/installation/releases/download/v1.2.0/loggie-v1.2.0.tgz ``` +!!! node "想使用其他版本镜像?" + + 为了方便体验最新的Fix和特性,我们提供了main分支每次合并后的镜像版本,可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。 + 同时你可以在helm install命令中增加`--set image=loggieio/loggie:vX.Y.Z`来指定具体的Loggie镜像。 + !!! caution "部署有问题?"