Skip to content

Commit

Permalink
feat: bump to postgres v15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Dec 21, 2023
1 parent 6afcfd2 commit bf0dc85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chart/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
mountPath: /dev/shm
containers:
- name: postgresql
image: docker.io/supabase/postgres:14.1.0.21
image: bitnami/postgresql:15@sha256:d5f54131d8e69690356ec9fa05aadc2246fb60634a2ab8a7a9c3060d814070c9 # v15.5
resources:
{{- toYaml .Values.db.resources | nindent 12 }}
env:
Expand All @@ -54,7 +54,7 @@ spec:
mountPath: /dev/shm
- name: postgresql
mountPath: /var/lib/postgresql/data
subPath: postgres
subPath: postgres15
envFrom:
- secretRef:
name: {{ .Values.db.secretKeyRef.name }}
Expand All @@ -69,7 +69,6 @@ spec:
resources:
requests:
storage: {{ .Values.db.storage }}

---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit bf0dc85

Please sign in to comment.