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

Commit 07a24b4

Browse files
author
noah
committed
Fix the image tag in docs
1 parent 8a92a64 commit 07a24b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tasks/installation.md

Lines changed: 3 additions & 3 deletions
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.3
44+
docker pull gitployio/gitploy:0.4
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.3
61+
gitployio/gitploy:0.4
6262
```
6363

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

0 commit comments

Comments
 (0)