We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7188 commit b26ae44Copy full SHA for b26ae44
docs/tasks/installation.md
@@ -60,7 +60,7 @@ docker run \
60
--restart=always \
61
--detach=true \
62
--name=gitploy \
63
- gitployio/gitploy:0.4
+ gitployio/gitploy:0.6
64
```
65
66
### Kubernetes
@@ -107,7 +107,7 @@ spec:
107
spec:
108
containers:
109
- name: gitploy-server
110
- image: "gitployio/gitploy:0.4"
+ image: "gitployio/gitploy:0.6"
111
imagePullPolicy: IfNotPresent
112
ports:
113
- name: http
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "website",
3
- "version": "0.5.5",
+ "version": "0.6.0",
4
"private": true,
5
"scripts": {
6
"docusaurus": "docusaurus",
0 commit comments