mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/gogs] Updated imageTag to 0.11.29. (#1868)
* [incubator/gogs] Updated imageTag to 0.11.29. * update chart.yaml
This commit is contained in:
committed by
Adnan Abdulhussein
parent
899bc6e286
commit
4e63473207
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -10,7 +10,7 @@ serviceType: NodePort
|
||||
replicaCount: 1
|
||||
|
||||
image: gogs/gogs
|
||||
imageTag: 0.10.18
|
||||
imageTag: 0.11.29
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user