Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 3e4910e

Browse files
author
noah
committed
Fix the tag in the installation doc
1 parent 27bb4d3 commit 3e4910e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/tasks/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Required string value configures the GitHub OAuth client secret. This is used to
4141
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.
4242

4343
```
44-
docker pull gitployio/gitploy:0.2
44+
docker pull gitployio/gitploy:0.3
4545
```
4646

4747
The server container can be started with the below command. The container is configured through environment variables.
@@ -58,7 +58,7 @@ docker run \
5858
--restart=always \
5959
--detach=true \
6060
--name=gitploy \
61-
gitployio/gitploy:0.2
61+
gitployio/gitploy:0.3
6262
```
6363

6464
### Kubernetes
@@ -105,7 +105,7 @@ spec:
105105
spec:
106106
containers:
107107
- name: gitploy-server
108-
image: "gitployio/gitploy:0.2"
108+
image: "gitployio/gitploy:0.3"
109109
imagePullPolicy: IfNotPresent
110110
ports:
111111
- name: http

0 commit comments

Comments
 (0)