From e2e39517a0d304622a1b733e53eac4319fd18fcd Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 12 Jul 2020 10:23:07 +0000 Subject: [PATCH] Update Gitea version to 1.12.2 (#3) Co-authored-by: lafriks Co-authored-by: Matti R Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/3 Reviewed-by: Lunny Xiao Reviewed-by: 6543 <6543@noreply.gitea.io> --- Chart.yaml | 4 +++- values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 21bd8a3..be9770d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ name: gitea version: 1.3.3 apiVersion: v2 -appVersion: 1.11.5 +appVersion: 1.12.2 description: Git with a cup of tea icon: https://docs.gitea.io/images/gitea.png keywords: @@ -17,3 +17,5 @@ sources: maintainers: - name: Charlie Drage email: charlie@charliedrage.com + - name: Gitea Authors + email: maintainers@gitea.io diff --git a/values.yaml b/values.yaml index 3a0e7af..85bc9a7 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ tags: images: registry: docker.io - gitea: "gitea/gitea:1.11.5" + gitea: "gitea/gitea:1.12.2" memcached: "memcached:1.5.19-alpine" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.