update wikijs helm chart db deps - bump to bitnami/postgresql 10.2.5
This commit is contained in:
parent
2cde98435f
commit
12074476a7
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: wikijs
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 2.1.0
|
||||
version: 2.2.0
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
AppVersion: 2.5.170
|
||||
@ -25,7 +25,7 @@ keywords:
|
||||
type: application
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 8.10.14
|
||||
version: 10.2.5
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
home: https://wiki.js.org
|
||||
|
BIN
wikijs/charts/postgresql-10.2.5.tgz
Normal file
BIN
wikijs/charts/postgresql-10.2.5.tgz
Normal file
Binary file not shown.
Binary file not shown.
@ -40,7 +40,7 @@ spec:
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlDatabase }}
|
||||
{{- if .Values.postgresql.enabled }}
|
||||
- name: DB_USER
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlUser }}
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlUsername }}
|
||||
- name: DB_PASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@ -52,7 +52,7 @@ spec:
|
||||
key: {{ template "wiki.postgresql.secretKey" . }}
|
||||
{{- else }}
|
||||
- name: DB_USER
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlUser }}
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlUsername }}
|
||||
- name: DB_PASS
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlPassword }}
|
||||
{{- end }}
|
||||
|
@ -73,46 +73,17 @@ tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
## Configuration values for the postgresql dependency.
|
||||
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
|
||||
##
|
||||
# Enabled postgres
|
||||
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||
postgresql:
|
||||
## Use the PostgreSQL chart dependency.
|
||||
## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri.
|
||||
##
|
||||
# Set false for external PostgreSQL
|
||||
enabled: true
|
||||
## PostgreSQL fullname Override
|
||||
## Default to wiki-postgresql unless fullname override is set for Chart
|
||||
##
|
||||
fullnameOverride: ""
|
||||
## PostgreSQL User to create.
|
||||
##
|
||||
postgresqlUser: postgres
|
||||
## PostgreSQL Database to create.
|
||||
##
|
||||
postgresqlDatabase: wiki
|
||||
## Persistent Volume Storage configuration.
|
||||
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes
|
||||
##
|
||||
replication:
|
||||
## Enable PostgreSQL replication (primary/secondary)
|
||||
##
|
||||
enabled: false
|
||||
#
|
||||
# Set for external PostgreSQL host
|
||||
# postgresqlHost: postgresql
|
||||
#postgresqlUsername: postgres
|
||||
#postgresqlPassword: wiki
|
||||
persistence:
|
||||
## Enable PostgreSQL persistence using Persistent Volume Claims.
|
||||
##
|
||||
enabled: true
|
||||
## concourse data Persistent Volume Storage Class
|
||||
## If defined, storageClassName: <storageClass>
|
||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||
## If undefined (the default) or set to null, no storageClassName spec is
|
||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||
## GKE, AWS & OpenStack)
|
||||
##
|
||||
# storageClass: "-"
|
||||
## Persistent Volume Access Mode.
|
||||
##
|
||||
accessMode: ReadWriteOnce
|
||||
## Persistent Volume Storage Size.
|
||||
##
|
||||
size: 8Gi
|
||||
enabled: false
|
||||
# storageClass: ""
|
||||
|
Loading…
Reference in New Issue
Block a user