From ec8a26ecfcc9775ef2c66ed3e1f5ec29ddb38f7b Mon Sep 17 00:00:00 2001 From: luhahn Date: Mon, 22 Mar 2021 21:01:33 +0800 Subject: [PATCH] Update Gitea version to 1.13.5 (#134) Co-authored-by: luhahn Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/134 Reviewed-by: Andrew Thornton Reviewed-by: Lunny Xiao Co-authored-by: luhahn Co-committed-by: luhahn --- 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 d51cc43..40e9d85 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.13.2 +appVersion: 1.13.5 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index 348174e..bdcc474 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,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.13.2 | +|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.13.5 | |image.pullPolicy| Image pull policy | Always | ### Persistence diff --git a/values.yaml b/values.yaml index 0dd4d0c..2a49230 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.13.2 + tag: 1.13.5 pullPolicy: Always imagePullSecrets: []