From be8c9b301ec29242d5929f2b23a8bb38e089d9a3 Mon Sep 17 00:00:00 2001 From: Sonny Van Date: Mon, 8 Oct 2018 02:04:52 -0700 Subject: [PATCH] Move gogs to 0.11.66 image (#8253) Signed-off-by: Sonny Van --- incubator/gogs/Chart.yaml | 4 ++-- incubator/gogs/README.md | 2 +- incubator/gogs/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/gogs/Chart.yaml b/incubator/gogs/Chart.yaml index 9970e89086..d6e5e8b728 100644 --- a/incubator/gogs/Chart.yaml +++ b/incubator/gogs/Chart.yaml @@ -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: diff --git a/incubator/gogs/README.md b/incubator/gogs/README.md index c62f7eb8fa..342f4c329a 100644 --- a/incubator/gogs/README.md +++ b/incubator/gogs/README.md @@ -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` | diff --git a/incubator/gogs/values.yaml b/incubator/gogs/values.yaml index a4f721badf..f86c1a054b 100644 --- a/incubator/gogs/values.yaml +++ b/incubator/gogs/values.yaml @@ -11,7 +11,7 @@ replicaCount: 1 image: repository: gogs/gogs - tag: 0.11.29 + tag: 0.11.66 pullPolicy: IfNotPresent service: