Remove dependency on mariadb and mysql as we won't use those.
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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" \
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user