From c010c3857e9fa15d2a565692b99ad96224195cd2 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 20 Jan 2022 16:22:36 +0800 Subject: [PATCH] update to gitea 1.15.10 (#278) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/278 Reviewed-by: Lunny Xiao Reviewed-by: luhahn Co-authored-by: techknowlogick Co-committed-by: techknowlogick --- Chart.yaml | 2 +- README.md | 2 +- values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 4001603..c4f4705 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: gitea description: Gitea Helm chart for Kubernetes type: application version: 0.0.0 -appVersion: 1.15.8 +appVersion: 1.15.10 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index cf2230b..fb11139 100644 --- a/README.md +++ b/README.md @@ -683,7 +683,7 @@ gitea: | Parameter | Description | Default | | ------------------ | ----------------------------------------------------------------------------------------- | ------------- | | `image.repository` | Image to start for this pod | `gitea/gitea` | -| `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.15.8` | +| `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.15.10` | | `image.pullPolicy` | Image pull policy | `Always` | | `image.rootless` | Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher | `false` | diff --git a/values.yaml b/values.yaml index ff137da..81adcf3 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.15.8 + tag: 1.15.10 pullPolicy: Always rootless: false # only possible when running 1.14 or later