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.