Gitea 1.12.6 (#58)

Merge branch 'master' into gitea1.12.6

Gitea 1.12.6

Co-authored-by: luhahn <luhahn@noreply.gitea.io>
Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/58
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
Co-Authored-By: techknowlogick <techknowlogick@gitea.io>
Co-Committed-By: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
techknowlogick 2020-11-17 15:41:27 +08:00 committed by luhahn
parent 5398b99514
commit 79690ee488
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: gitea
description: Gitea Helm chart for Kubernetes
type: application
version: 2.0.2
appVersion: 1.12.5
version: 2.0.3
appVersion: 1.12.6
icon: https://docs.gitea.io/images/gitea.png
keywords:

View File

@ -249,7 +249,7 @@ Annotations can be added to the Gitea pod.
| Parameter | Description | Default |
|---------------------|-----------------------------------|------------------------------|
|image.repository| Image to start for this pod | gitea/gitea |
|image.version| Image Version | 1.12.4 |
|image.version| Image Version | 1.12.6 |
|image.pullPolicy| Image pull policy | Always |
### Persistence

View File

@ -8,7 +8,7 @@ clusterDomain: cluster.local
image:
repository: gitea/gitea
version: 1.12.5
version: 1.12.6
pullPolicy: Always
imagePullSecrets: []