Move gogs to 0.11.66 image (#8253)

Signed-off-by: Sonny Van <sv@gatech.edu>
This commit is contained in:
Sonny Van
2018-10-08 02:04:52 -07:00
committed by k8s-ci-robot
parent a04cbed911
commit be8c9b301e
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.7.0
appVersion: 0.11.29
version: 0.7.1
appVersion: 0.11.66
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 |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image.repository` | Gogs image | `gogs/gogs` |
| `image.tag` | Gogs image tag | `0.11.29` |
| `image.tag` | Gogs image tag | `0.11.66` |
| `image.pullPolicy` | 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
@@ -11,7 +11,7 @@ replicaCount: 1
image:
repository: gogs/gogs
tag: 0.11.29
tag: 0.11.66
pullPolicy: IfNotPresent
service: