Commit e9861b5f authored by Andrew L'Ecuyer's avatar Andrew L'Ecuyer Committed by andrewlecuyer
Browse files

Image updates

Image updates for PGO installers and examples.

Issue: [ch12323]
parent 93dac81b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ name: pgo
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 5.0.0
appVersion: 5.0.2
+4 −4
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ spec:
        - name: CRUNCHY_DEBUG
          value: "true"
        - name: RELATED_IMAGE_POSTGRES_13
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1"
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0"
        - name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.3-3.1-1"
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.4-3.1-0"
        - name: RELATED_IMAGE_PGBACKREST
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1"
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2"
        - name: RELATED_IMAGE_PGBOUNCER
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1"
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2"
        - name: RELATED_IMAGE_PGEXPORTER
          value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
        {{- if .Values.singleNamespace }}
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ name: postgrescluster
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 5.0.0
appVersion: 5.0.2
+3 −3
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ name: hippo
postgresVersion: 13

# Images
postgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1
pgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1
pgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1
postgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0
pgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
pgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ kind: PostgresCluster
metadata:
  name: hippo-azure
spec:
  image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1
  image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0
  postgresVersion: 13
  instances:
    - dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
            storage: 1Gi
  backups:
    pgbackrest:
      image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1
      image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
      repoHost:
        dedicated: {}
      configuration:
Loading