diff --git a/Chart.yaml b/Chart.yaml index 40e9d85..1dc9a13 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.5 +appVersion: 1.13.7 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index bdcc474..d2332f9 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.5 | +|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.13.7 | |image.pullPolicy| Image pull policy | Always | ### Persistence diff --git a/values.yaml b/values.yaml index 2a49230..5c4c860 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.13.5 + tag: 1.13.7 pullPolicy: Always imagePullSecrets: []