Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tasks/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -58,7 +58,7 @@ docker run \
--restart=always \
--detach=true \
--name=gitploy \
gitployio/gitploy:0.1
gitployio/gitploy:0.2
```

### Kubernetes
Expand Down Expand Up @@ -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
Expand Down