From 3d9c5b7abdf760ae65b525fcf2470fe8aa691532 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 11 May 2020 09:50:26 -0400 Subject: [PATCH] Update to 1.11.5 Update version to 1.11.5 Signed-off-by: Charlie Drage --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f108b91..ff0428b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ name: gitea -version: 1.3.1 +version: 1.3.2 apiVersion: v2 -appVersion: 1.11.4 +appVersion: 1.11.5 description: Git with a cup of tea icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/values.yaml b/values.yaml index 98f3a86..7246f7b 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ tags: images: registry: docker.io - gitea: "gitea/gitea:1.11.4" + gitea: "gitea/gitea:1.11.5" memcached: "memcached:1.5.19-alpine" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.