From 54e6af9ba9d07db10e310bf6c9c2ac4087c57c04 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 9 Jun 2024 21:58:30 +1200 Subject: [PATCH] Updated gitea to latest upstream release 1.22.0. --- gitea/Chart.yaml | 4 ++-- gitea/values.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gitea/Chart.yaml b/gitea/Chart.yaml index 6bce0f6..6c11d4d 100644 --- a/gitea/Chart.yaml +++ b/gitea/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -appVersion: 1.21.11 +appVersion: 1.22.0 description: Gitea Helm chart for Kubernetes name: gitea type: application -version: "1.1.16" +version: "1.1.17" diff --git a/gitea/values.yaml b/gitea/values.yaml index 9371a5b..329c295 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -1,3 +1,4 @@ +--- global: imageRegistry: "" imagePullSecrets: []