Skip to content

Commit d842fe7

Browse files
authored
Merge pull request #207 from opencrvs/revert-to-official-postgres
chore: revert to official postgres image
2 parents 27c2d40 + 6f2d845 commit d842fe7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

charts/dependencies/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: opencrvs-dependencies-chart
33
description: Dependencies required by OpenCRVS
44
type: application
5-
version: 0.2.5
5+
version: 0.2.6
66
appVersion: 1.9.0

charts/dependencies/templates/postgres-backup-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
restartPolicy: OnFailure
2727
containers:
2828
- name: backup
29-
image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
29+
image: postgres:17
3030
env:
3131
- name: POSTGRES_HOST
3232
value: postgres-0.postgres.{{ .Release.Namespace }}.svc.cluster.local

charts/dependencies/templates/postgres-restore-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
restartPolicy: OnFailure
2727
containers:
2828
- name: restore
29-
image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
29+
image: postgres:17
3030
env:
3131
- name: POSTGRES_HOST
3232
value: postgres-0.postgres.{{ .Release.Namespace }}.svc.cluster.local

charts/dependencies/templates/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
{{- end }}
6565
{{- end }}
6666
containers:
67-
- image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
67+
- image: postgres:17
6868
name: postgres
6969
env:
7070
{{- if .Values.postgres.use_default_credentials }}

charts/opencrvs-services/templates/data-cleanup-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
{{- end }}
5151
{{- include "render-env-vars" (dict "service_name" "data_cleanup" "Values" .Values) }}
5252
- name: cleanup-postgres
53-
image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
53+
image: postgres:17
5454
command: ["/bin/bash", "-c"]
5555
args:
5656
- |

charts/opencrvs-services/templates/postgres-on-update-analytics-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: postgres-on-update-analytics
1919
command: ["bash", "-c", "/scripts/setup-analytics.sh"]
2020
# command: ["bash", "-c", "/scripts/on-deploy.sh;"]
21-
image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
21+
image: postgres:17
2222
env:
2323
- name: POSTGRES_HOST
2424
value: {{ .Values.postgres.host }}

charts/opencrvs-services/templates/postgres-on-update-core-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- name: postgres-on-update-core
1919
command: ["bash", "-c", "/scripts/on-deploy.sh"]
20-
image: docker.io/chumaky/postgres_mongo_fdw:17.6_fdw5.5.2
20+
image: postgres:17
2121
env:
2222
- name: POSTGRES_HOST
2323
value: {{ .Values.postgres.host }}

0 commit comments

Comments
 (0)