From b5ab7201d191d8c549b95a3b0f012eefcda1ca2b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 5 Feb 2021 01:46:55 +0800 Subject: [PATCH] 1.13.2 (#108) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/108 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 bb5d7dc..d51cc43 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.1 +appVersion: 1.13.2 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index c9ca59a..c37cd65 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,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.1 | +|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.13.2 | |image.pullPolicy| Image pull policy | Always | ### Persistence diff --git a/values.yaml b/values.yaml index 390196c..ad25b93 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.13.1 + tag: 1.13.2 pullPolicy: Always imagePullSecrets: []