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
|
name: wikijs
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
AppVersion: 2.5.170
|
AppVersion: 2.5.170
|
||||||
@ -25,7 +25,7 @@ keywords:
|
|||||||
type: application
|
type: application
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 8.10.14
|
version: 10.2.5
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
home: https://wiki.js.org
|
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 }}
|
value: {{ default "wiki" .Values.postgresql.postgresqlDatabase }}
|
||||||
{{- if .Values.postgresql.enabled }}
|
{{- if .Values.postgresql.enabled }}
|
||||||
- name: DB_USER
|
- name: DB_USER
|
||||||
value: {{ default "wiki" .Values.postgresql.postgresqlUser }}
|
value: {{ default "wiki" .Values.postgresql.postgresqlUsername }}
|
||||||
- name: DB_PASS
|
- name: DB_PASS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@ -52,7 +52,7 @@ spec:
|
|||||||
key: {{ template "wiki.postgresql.secretKey" . }}
|
key: {{ template "wiki.postgresql.secretKey" . }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: DB_USER
|
- name: DB_USER
|
||||||
value: {{ default "wiki" .Values.postgresql.postgresqlUser }}
|
value: {{ default "wiki" .Values.postgresql.postgresqlUsername }}
|
||||||
- name: DB_PASS
|
- name: DB_PASS
|
||||||
value: {{ default "wiki" .Values.postgresql.postgresqlPassword }}
|
value: {{ default "wiki" .Values.postgresql.postgresqlPassword }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -73,46 +73,17 @@ tolerations: []
|
|||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
## Configuration values for the postgresql dependency.
|
# Enabled postgres
|
||||||
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
|
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||||
##
|
|
||||||
postgresql:
|
postgresql:
|
||||||
## Use the PostgreSQL chart dependency.
|
# Set false for external PostgreSQL
|
||||||
## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri.
|
|
||||||
##
|
|
||||||
enabled: true
|
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
|
postgresqlDatabase: wiki
|
||||||
## Persistent Volume Storage configuration.
|
#
|
||||||
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes
|
# Set for external PostgreSQL host
|
||||||
##
|
# postgresqlHost: postgresql
|
||||||
replication:
|
#postgresqlUsername: postgres
|
||||||
## Enable PostgreSQL replication (primary/secondary)
|
#postgresqlPassword: wiki
|
||||||
##
|
|
||||||
enabled: false
|
|
||||||
persistence:
|
persistence:
|
||||||
## Enable PostgreSQL persistence using Persistent Volume Claims.
|
enabled: false
|
||||||
##
|
# storageClass: ""
|
||||||
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user