[incubator/gogs] Updated imageTag to 0.11.29. (#1868)

* [incubator/gogs] Updated imageTag to 0.11.29.

* update chart.yaml
This commit is contained in:
Jon Davies
2017-09-05 18:16:06 +01:00
committed by Adnan Abdulhussein
parent 899bc6e286
commit 4e63473207
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
---
apiVersion: v1
description: "Gogs: Go Git Service"
name: gogs
version: 0.2.0
version: 0.3.0
appVersion: 0.11.29
home: https://gogs.io/
icon: https://gogs.io/img/favicon.ico
keywords:
+1 -1
View File
@@ -44,7 +44,7 @@ chart and their default values.
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `imageRepository` | Gogs image | `gogs/gogs` |
| `imageTag` | Gogs image version | `0.10.18` |
| `imageTag` | Gogs image version | `0.11.29` |
| `imagePullPolicy` | Gogs image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `postgresql.install` | Weather or not to install PostgreSQL dependency | `true` |
| `postgresql.postgresHost` | PostgreSQL host (if `postgresql.install == false`) | `nil` |
+1 -1
View File
@@ -10,7 +10,7 @@ serviceType: NodePort
replicaCount: 1
image: gogs/gogs
imageTag: 0.10.18
imageTag: 0.11.29
imagePullPolicy: IfNotPresent
service: