diff --git a/Chart.yaml b/Chart.yaml index b28898d..4001603 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.4 +appVersion: 1.15.8 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index a7f7bcf..b364f6b 100644 --- a/README.md +++ b/README.md @@ -682,7 +682,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.14.6` | +| `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.15.8` | | `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 18a8f20..ff137da 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.15.4 + tag: 1.15.8 pullPolicy: Always rootless: false # only possible when running 1.14 or later