diff --git a/incubator/gogs/Chart.yaml b/incubator/gogs/Chart.yaml index 58aa432ed5..e45de6495c 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.2.0 +version: 0.3.0 +appVersion: 0.11.29 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 8915f776d9..750b8c9380 100644 --- a/incubator/gogs/README.md +++ b/incubator/gogs/README.md @@ -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` | diff --git a/incubator/gogs/values.yaml b/incubator/gogs/values.yaml index 9e77edf471..1fa0f428e7 100644 --- a/incubator/gogs/values.yaml +++ b/incubator/gogs/values.yaml @@ -10,7 +10,7 @@ serviceType: NodePort replicaCount: 1 image: gogs/gogs -imageTag: 0.10.18 +imageTag: 0.11.29 imagePullPolicy: IfNotPresent service: