diff --git a/Chart.yaml b/Chart.yaml index 0eef6a1..d25cf7b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: gitea description: Gitea Helm chart for Kubernetes type: application -version: 2.0.7 -appVersion: 1.12.6 +version: 2.1.0 +appVersion: 1.13.0 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index 9c79f94..9fe0815 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Annotations can be added to the Gitea pod. | Parameter | Description | Default | |---------------------|-----------------------------------|------------------------------| |image.repository| Image to start for this pod | gitea/gitea | -|image.version| Image Version | 1.12.6 | +|image.version| Image Version | 1.13.0 | |image.pullPolicy| Image pull policy | Always | ### Persistence diff --git a/values.yaml b/values.yaml index 2c47618..133f4f8 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - version: 1.12.6 + version: 1.13.0 pullPolicy: Always imagePullSecrets: []