From d1fac6ce7d9fbbf7d4e84dd27c5d69911f487ea3 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 2 Oct 2020 14:06:19 +0000 Subject: [PATCH] Gitea 1.12.5 (#38) Gitea 1.12.5 Co-authored-by: Matti R Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/38 Reviewed-by: Andrew Thornton Reviewed-by: Lunny Xiao --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index df5495d..f0eb91a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: gitea description: Gitea Helm chart for Kubernetes type: application -version: 1.5.3 -appVersion: 1.12.4 +version: 1.5.4 +appVersion: 1.12.5 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/values.yaml b/values.yaml index b97faf9..3e23c9c 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: gitea/gitea - version: 1.12.4 + version: 1.12.5 pullPolicy: Always imagePullSecrets: []