mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
[ombi] remove mariadb dep (#506)
* ombi: remove mariadb dep * remove mariadb from values
This commit is contained in:
parent
cb1d6b70dc
commit
5d1fa55b9c
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.681
|
appVersion: 4.0.681
|
||||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||||
name: ombi
|
name: ombi
|
||||||
version: 6.4.1
|
version: 7.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- ombi
|
- ombi
|
||||||
- plex
|
- plex
|
||||||
@ -22,7 +22,3 @@ dependencies:
|
|||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 2.2.1
|
version: 2.2.1
|
||||||
- name: mariadb
|
|
||||||
version: 9.2.0
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
condition: mariadb.enabled
|
|
||||||
|
@ -21,16 +21,3 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
emptyDir: 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user