Skip to content

Commit 25f3797

Browse files
authored
added v5 pgadmin4 to related images for helm and kustomize installers (CrunchyData#41)
1 parent f80100c commit 25f3797

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

helm/install/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ relatedImages:
1111
postgres_13_gis_3.1:
1212
repository: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha
1313
tag: centos8-13.4-3.1-0
14+
pgadmin:
15+
repository: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
16+
tag: centos8-4.20-0
1417
pgbackrest:
1518
repository: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
1619
tag: centos8-2.33-2

kustomize/install/bases/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ spec:
1818
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1"
1919
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
2020
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.4-3.1-1"
21+
- name: RELATED_IMAGE_PGADMIN
22+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:centos8-4.20-0"
2123
- name: RELATED_IMAGE_PGBACKREST
2224
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0"
2325
- name: RELATED_IMAGE_PGBOUNCER

0 commit comments

Comments
 (0)