Skip to content
Snippets Groups Projects
Unverified Commit 9414a5ae authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: upgrade postgresql

parent 2ce34eeb
No related branches found
No related tags found
No related merge requests found
Pipeline #2980 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: postgresql
description: Helm Chart for postgresql
type: application
version: 1.2.0
version: 1.3.0
appVersion: "15"
......@@ -18,4 +18,4 @@ data:
postgres-password: {{ $secretValue | quote }}
{{ else }}
postgres-password: "{{ .Values.postgresPassword }}"
{{ end }}
\ No newline at end of file
{{ end }}
......@@ -29,11 +29,11 @@ spec:
{{ if .Values.tls.enabled -}}
- name: certs
secret:
defaultMode: 0600
defaultMode: 0640
secretName: {{ .Values.tls.certificatesSecret }}
{{- end }}
- configMap:
defaultMode: 0600
defaultMode: 0640
name: {{ include "postgresql-helm.fullname" . }}
name: config
- name: data
......@@ -86,8 +86,12 @@ spec:
- mountPath: "/dev/shm"
name: shm
{{ if .Values.tls.enabled -}}
- mountPath: "/certs"
- mountPath: "/certs/tls.crt"
name: certs
subPath: tls.crt
- mountPath: "/certs/tls.key"
name: certs
subPath: tls.key
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment