From 37bc343ca9cf70ddffc34b3b078ca11e4842362d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 29 Sep 2020 17:15:00 +0000 Subject: [PATCH] Use postgres v9.7.2 helm chart (#36) Merge branch 'master' into postgres-version Use postgres v9.7.2 helm chart Co-authored-by: Matti R Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/36 Reviewed-by: lafriks Reviewed-by: luhahn --- Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index d943ede..df5495d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gitea description: Gitea Helm chart for Kubernetes type: application -version: 1.5.2 +version: 1.5.3 appVersion: 1.12.4 icon: https://docs.gitea.io/images/gitea.png @@ -37,9 +37,9 @@ dependencies: condition: gitea.database.builtIn.mysql.enabled - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 9.7.3 + version: 9.7.2 condition: gitea.database.builtIn.postgresql.enabled - name: mariadb repository: https://charts.bitnami.com/bitnami version: 7.10.2 - condition: gitea.database.builtIn.mariadb.enabled \ No newline at end of file + condition: gitea.database.builtIn.mariadb.enabled