[ombi] remove mariadb dep (#506)

* ombi: remove mariadb dep

* remove mariadb from values
This commit is contained in:
ᗪєνιη ᗷυнʟ 2021-01-21 15:46:19 -05:00 committed by GitHub
parent cb1d6b70dc
commit 5d1fa55b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 18 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.0.681
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
name: ombi
version: 6.4.1
version: 7.0.0
keywords:
- ombi
- plex
@ -22,7 +22,3 @@ dependencies:
- name: common
repository: https://k8s-at-home.com/charts/
version: 2.2.1
- name: mariadb
version: 9.2.0
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled

View File

@ -21,16 +21,3 @@ persistence:
config:
enabled: false
emptyDir: false
# Enabled mariadb
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb
mariadb:
enabled: false
architecture: standalone
auth:
database: ombi
username: ombi
password: ombi
primary:
persistence:
enabled: false