mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Move gogs to 0.11.66 image (#8253)
Signed-off-by: Sonny Van <sv@gatech.edu>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: gogs/gogs
|
||||
tag: 0.11.29
|
||||
tag: 0.11.66
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user