mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 17:58:23 +00:00
Fix deprecated helm chart dependency (#2944)
This commit is contained in:
parent
081fd541af
commit
bdfe317e20
@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
repository: https://charts.bitnami.com/bitnami/
|
||||||
version: 8.3.0
|
version: 11.1.3
|
||||||
digest: sha256:1feec3c396cbf27573dc201831ccd3376a4a6b58b2e7618ce30a89b8f5d707fd
|
digest: sha256:79061645472b6fb342d45e8e5b3aacd018ef5067193e46a060bccdc99fe7f6e1
|
||||||
generated: "2020-02-07T13:39:38.624846+01:00"
|
generated: "2022-03-02T05:57:20.081432389+13:00"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: invidious
|
name: invidious
|
||||||
description: Invidious is an alternative front-end to YouTube
|
description: Invidious is an alternative front-end to YouTube
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
appVersion: 0.20.1
|
appVersion: 0.20.1
|
||||||
keywords:
|
keywords:
|
||||||
- youtube
|
- youtube
|
||||||
@ -17,6 +17,6 @@ maintainers:
|
|||||||
email: mail@leonklingele.de
|
email: mail@leonklingele.de
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ~8.3.0
|
version: ~11.1.3
|
||||||
repository: "https://kubernetes-charts.storage.googleapis.com/"
|
repository: "https://charts.bitnami.com/bitnami/"
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
|
@ -14,7 +14,7 @@ autoscaling:
|
|||||||
targetCPUUtilizationPercentage: 50
|
targetCPUUtilizationPercentage: 50
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: clusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 3000
|
||||||
#loadBalancerIP:
|
#loadBalancerIP:
|
||||||
|
|
||||||
@ -32,14 +32,19 @@ securityContext:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
||||||
# See https://github.com/helm/charts/tree/master/stable/postgresql
|
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
postgresqlUsername: kemal
|
image:
|
||||||
postgresqlPassword: kemal
|
registry: quay.io
|
||||||
postgresqlDatabase: invidious
|
auth:
|
||||||
initdbUsername: kemal
|
username: kemal
|
||||||
initdbPassword: kemal
|
password: kemal
|
||||||
initdbScriptsConfigMap: invidious-postgresql-init
|
database: invidious
|
||||||
|
primary:
|
||||||
|
initdb:
|
||||||
|
username: kemal
|
||||||
|
password: kemal
|
||||||
|
scriptsConfigMap: invidious-postgresql-init
|
||||||
|
|
||||||
# Adapted from ../config/config.yml
|
# Adapted from ../config/config.yml
|
||||||
config:
|
config:
|
||||||
|
Loading…
Reference in New Issue
Block a user