From 5c674241c426e627f5ce6873119838845c86598d Mon Sep 17 00:00:00 2001 From: noah Date: Mon, 18 Oct 2021 21:47:13 +0900 Subject: [PATCH] Fix the version of image in docs --- docs/tasks/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tasks/installation.md b/docs/tasks/installation.md index 74266349..5bb9fa35 100644 --- a/docs/tasks/installation.md +++ b/docs/tasks/installation.md @@ -41,7 +41,7 @@ Required string value configures the GitHub OAuth client secret. This is used to The server is distributed as a Docker image. The image is self-contained and does not have any external dependencies. We recommend to use the last version. ``` -docker pull gitployio/gitploy:0.1 +docker pull gitployio/gitploy:0.2 ``` The server container can be started with the below command. The container is configured through environment variables. @@ -58,7 +58,7 @@ docker run \ --restart=always \ --detach=true \ --name=gitploy \ - gitployio/gitploy:0.1 + gitployio/gitploy:0.2 ``` ### Kubernetes @@ -105,7 +105,7 @@ spec: spec: containers: - name: gitploy-server - image: "gitployio/gitploy:0.1" + image: "gitployio/gitploy:0.2" imagePullPolicy: IfNotPresent ports: - name: http