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

Commit

Permalink
Fix the version of image in docs (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Hanjun Lee authored Oct 18, 2021
1 parent c14da45 commit a8ad2d3
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit a8ad2d3

Please sign in to comment.