Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d67c42d

Browse files
author
Jonathan S. Katz
committed
Ensure installers reference latest PGO version
These were still referencing 5.0.1 when 5.0.2 is available.
1 parent 4474056 commit d67c42d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

helm/install/templates/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: RELATED_IMAGE_PGBOUNCER
3030
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2"
3131
- name: RELATED_IMAGE_PGEXPORTER
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.2-0"
3333
{{- if .Values.singleNamespace }}
3434
- name: PGO_TARGET_NAMESPACE
3535
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }

helm/install/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Provide image repository and tag
33
image:
44
repository: registry.developers.crunchydata.com/crunchydata
5-
tag: ubi8-5.0.1-0
5+
tag: ubi8-5.0.2-0
66

77
## Install in default or single namespace mode
88
singleNamespace: false

kustomize/install/bases/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bases:
1111
images:
1212
- name: postgres-operator
1313
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
14-
newTag: ubi8-5.0.1-0
14+
newTag: ubi8-5.0.2-0

kustomize/install/bases/manager/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: RELATED_IMAGE_PGBOUNCER
2323
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2"
2424
- name: RELATED_IMAGE_PGEXPORTER
25-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
25+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.2-0"
2626
securityContext:
2727
allowPrivilegeEscalation: false
2828
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)