From 0406a4f877165264ae137e8c758645ba90b1efcf Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 26 Aug 2022 19:38:07 +1200 Subject: [PATCH] Remove dependency on mariadb and mysql as we won't use those. --- gitea/Chart.yaml | 8 -------- gitea/README.org | 2 ++ gitea/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/gitea/Chart.yaml b/gitea/Chart.yaml index 03879dc..c6a8f16 100644 --- a/gitea/Chart.yaml +++ b/gitea/Chart.yaml @@ -5,18 +5,10 @@ dependencies: name: memcached repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami version: 5.9.0 -- condition: mysql.enabled - name: mysql - repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami - version: 6.14.10 - condition: postgresql.enabled name: postgresql repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami version: 10.3.17 -- condition: mariadb.enabled - name: mariadb - repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami - version: 9.3.6 description: Gitea Helm chart for Kubernetes icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/gitea/README.org b/gitea/README.org index 32a7958..059b6cb 100644 --- a/gitea/README.org +++ b/gitea/README.org @@ -18,6 +18,8 @@ mkdir --parent "/home/${USER}/Services/gitea" # Clone charts repository cd "/home/${USER}/Services/gitea" && git clone https://github.com/jmhbnz/charts.git +helm dependency build charts/gitea + # Install the chart helm upgrade --install -n jamma-gitea jamma-gitea charts/gitea \ --set "ingress.hosts[0]=gitea.jamma.dev" \ diff --git a/gitea/values.yaml b/gitea/values.yaml index 873e0e4..2d4561c 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -404,7 +404,7 @@ gitea: ## @param memcached.enabled Memcached is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/memcached) if enabled in the values. Complete Configuration can be taken from their website. ## @param memcached.service.port Port for Memcached memcached: - enabled: false + enabled: true service: port: 11211 @@ -417,7 +417,7 @@ memcached: ## @param postgresql.global.postgresql.servicePort PostgreSQL port (overrides service.port) ## @param postgresql.persistence.size PVC Storage Request for PostgreSQL volume postgresql: - enabled: false + enabled: true global: postgresql: postgresqlDatabase: gitea