From ba0e8b18b5e7963a1a48773cb13bf08a191ef106 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 13 Aug 2021 04:14:49 +0800 Subject: [PATCH] 1.14.6 (#212) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/212 Reviewed-by: justusbunsi 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 f081415..4174fc7 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.14.3 +appVersion: 1.14.6 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index 0655de0..61dd7d8 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ Annotations can be added to the Gitea pod. | 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.14.3 | +|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.14.6 | |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 5851337..554699a 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.14.3 + tag: 1.14.6 pullPolicy: Always rootless: false # only possible when running 1.14 or later