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: