Skip to content

Commit 3069bc3

Browse files
author
Jonathan S. Katz
committed
Bump v4.6.2
1 parent 945f72e commit 3069bc3

File tree

37 files changed

+99
-63
lines changed

37 files changed

+99
-63
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= centos8
66
PGO_IMAGE_PREFIX ?= crunchydata
77
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
8-
PGO_VERSION ?= 4.6.1
8+
PGO_VERSION ?= 4.6.2
99
PGO_PG_VERSION ?= 13
1010
PGO_PG_FULLVERSION ?= 13.2
1111
PGO_BACKREST_VERSION ?= 2.31

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Based on your storage settings in your Kubernetes environment, you may be able t
167167

168168
```shell
169169
kubectl create namespace pgo
170-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.1/installers/kubectl/postgres-operator.yml
170+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.2/installers/kubectl/postgres-operator.yml
171171
```
172172

173173
Otherwise, we highly recommend following the instructions from our [Quickstart](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/).

bin/push-ccp-to-gcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
CCP_IMAGE_PREFIX=crunchydata
19-
CCP_IMAGE_TAG=centos8-13.2-4.6.1
19+
CCP_IMAGE_TAG=centos8-13.2-4.6.2
2020

2121
IMAGES=(
2222
crunchy-prometheus

conf/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Cluster:
22
CCPImagePrefix: registry.developers.crunchydata.com/crunchydata
33
Metrics: false
44
Badger: false
5-
CCPImageTag: centos8-13.2-4.6.1
5+
CCPImageTag: centos8-13.2-4.6.2
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187
@@ -80,4 +80,4 @@ Storage:
8080
Pgo:
8181
Audit: false
8282
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
83-
PGOImageTag: centos8-4.6.1
83+
PGOImageTag: centos8-4.6.2

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ disableNavChevron = false # set true to hide next/prev chevron, default is false
2525
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
2626
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
2727
enableGitInfo = true
28-
operatorVersion = "4.6.1"
28+
operatorVersion = "4.6.2"
2929
postgresVersion = "13.2"
3030
postgresVersion13 = "13.2"
3131
postgresVersion12 = "12.6"

docs/content/Configuration/compatibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ version dependencies between the two projects. Below are the operator releases a
1212

1313
| Operator Release | Container Release | Postgres | PgBackrest Version
1414
|:----------|:-------------|:------------|:--------------
15+
| 4.6.2 | 4.6.2 | 13.2 | 2.31 |
16+
|||12.6|2.31|
17+
|||11.11|2.31|
18+
|||10.16|2.31|
19+
|||9.6.21|2.31|
20+
||||
1521
| 4.6.1 | 4.6.1 | 13.2 | 2.31 |
1622
|||12.6|2.31|
1723
|||11.11|2.31|

docs/content/releases/4.6.2.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "4.6.2"
3+
date:
4+
draft: false
5+
weight: 58
6+
---
7+
8+
Crunchy Data announces the release of the PostgreSQL Operator 4.6.2 on March 17, 2021.
9+
10+
The PostgreSQL Operator is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/crunchy-containers/).
11+
12+
PostgreSQL Operator 4.6.2 release includes the following software versions upgrades:
13+
14+
- [Patroni](https://patroni.readthedocs.io/) is now at version 2.0.2.
15+
16+
PostgreSQL Operator is tested against Kubernetes 1.17 - 1.20, OpenShift 3.11, OpenShift 4.4+, Google Kubernetes Engine (GKE), Amazon EKS, Microsoft AKS, and VMware Enterprise PKS 1.3+, and works on other Kubernetes distributions as well.
17+
18+
## Changes
19+
20+
- The Postgres Operator and associated containers now contain defaults to use more locked down Pod and Container security context settings. These include setting `readOnlyRootFileSystem` to `true`, `allowPrivilegeEscalation` to `false`, and explicitly stating that the container should not run as `root`. Many of these were already honored, if not defaulted, within the Postgres Operator ecosystem, but these changes make the settings explicit. This is all configuration: there are no breaking changes, and these configurations can be supported down to at least the 4.2 series.
21+
- Revert setting "UsePAM" to "yes" by default as the bug fix in Docker that required that change was applied roughly one year ago.
22+
- On Operator boot, Automatically detect when deployed in an OpenShift environment and set `DisableFSGroup` to `true`. This makes it easier to get started with the Postgres Operator in an OpenShift environment with the default security settings (i.e. `restricted`). If you use the `anyuid` Security Context Constraint, you will need to explicitly set `DisableFSGroup` to `false`.
23+
24+
## Fixes
25+
26+
- Ensure `archive_mode` is forced to `on` when performing using the "restore in place" method. This ensures that the timeline is correctly incremented post-restore, which could manifest itself with various types of WAL archive failures.
27+
- Fix error when attempting to perform restores when using node affinity. Reported by (@gilfrade) and Cristian Chiru (@cristichiru).
28+
- Fix issue where certain pgAdmin 4 functions did not work (e.g. taking a backup) due to `python` references in EL8 containers. Reported by (@douggutaby).
29+
- Ensure a Postgres cluster shutdown can execute even if the `status` subresource of a `pgclusters.crunchydata.com` custom resource is missing.
30+
- Ensure major upgrades via `crunchy-upgrade` support PostgreSQL 12 and PostgreSQL 13. Reported by (@lbartnicki92).

examples/create-by-resource/fromcrd.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deployment-name": "fromcrd",
1111
"name": "fromcrd",
1212
"pg-cluster": "fromcrd",
13-
"pgo-version": "4.6.1",
13+
"pgo-version": "4.6.2",
1414
"pgouser": "pgoadmin"
1515
},
1616
"name": "fromcrd",
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "centos8-13.2-4.6.1",
48+
"ccpimagetag": "centos8-13.2-4.6.2",
4949
"clustername": "fromcrd",
5050
"database": "userdb",
5151
"exporterport": "9187",
@@ -60,7 +60,7 @@
6060
"port": "5432",
6161
"user": "testuser",
6262
"userlabels": {
63-
"pgo-version": "4.6.1"
63+
"pgo-version": "4.6.2"
6464
}
6565
}
6666
}

examples/envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export PGO_CONF_DIR=$PGOROOT/installers/ansible/roles/pgo-operator/files
2020
# the version of the Operator you run is set by these vars
2121
export PGO_IMAGE_PREFIX=registry.developers.crunchydata.com/crunchydata
2222
export PGO_BASEOS=centos8
23-
export PGO_VERSION=4.6.1
23+
export PGO_VERSION=4.6.2
2424
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION
2525

2626
# for setting the pgo apiserver port, disabling TLS or not verifying TLS

examples/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following values can also be set:
6464
- `ha`: Whether or not to deploy a high availability PostgreSQL cluster. Can be either `true` or `false`, defaults to `false`.
6565
- `imagePrefix`: The prefix of the container images to use for this PostgreSQL cluster. Default to `registry.developers.crunchydata.com/crunchydata`.
6666
- `image`: The name of the container image to use for the PostgreSQL cluster. Defaults to `crunchy-postgres-ha`.
67-
- `imageTag`: The container image tag to use. Defaults to `centos8-13.2-4.6.1`.
67+
- `imageTag`: The container image tag to use. Defaults to `centos8-13.2-4.6.2`.
6868
- `memory`: The memory limit for the PostgreSQL cluster. Follows standard Kubernetes formatting.
6969
- `monitoring`: Whether or not to enable monitoring / metrics collection for this PostgreSQL instance. Can either be `true` or `false`, defaults to `false`.
7070

@@ -103,7 +103,7 @@ PGPASSWORD="W4tch0ut4hippo$" psql -h localhost -U hippo hippo
103103

104104
## Notes
105105

106-
Prior to PostgreSQL Operator 4.6.1, you will have to manually clean up some of the artifacts when running `helm uninstall`.
106+
Prior to PostgreSQL Operator 4.6.2, you will have to manually clean up some of the artifacts when running `helm uninstall`.
107107

108108
## Additional Resources
109109

examples/helm/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.2.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 4.6.1
23+
appVersion: 4.6.2

examples/helm/postgres/templates/pgcluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
storagetype: dynamic
2929
ccpimage: {{ .Values.image | default "crunchy-postgres-ha" | quote }}
3030
ccpimageprefix: {{ .Values.imagePrefix | default "registry.developers.crunchydata.com/crunchydata" | quote }}
31-
ccpimagetag: {{ .Values.imageTag | default "centos8-13.2-4.6.1" | quote }}
31+
ccpimagetag: {{ .Values.imageTag | default "centos8-13.2-4.6.2" | quote }}
3232
clustername: {{ .Values.name | quote }}
3333
database: {{ .Values.name | quote }}
3434
{{- if .Values.monitoring }}

examples/helm/postgres/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ password: W4tch0ut4hippo$
1010
# ha: true
1111
# imagePrefix: registry.developers.crunchydata.com/crunchydata
1212
# image: crunchy-postgres-ha
13-
# imageTag: centos8-13.2-4.6.1
13+
# imageTag: centos8-13.2-4.6.2
1414
# memory: 1Gi

examples/kustomize/createcluster/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ pgo show cluster hippo -n pgo
4444
```
4545
You will see something like this if successful:
4646
```
47-
cluster : hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
47+
cluster : hippo (crunchy-postgres-ha:centos8-13.2-4.6.2)
4848
pod : hippo-8fb6bd96-j87wq (Running) on gke-xxxx-default-pool-38e946bd-257w (1/1) (primary)
4949
pvc: hippo (1Gi)
5050
deployment : hippo
5151
deployment : hippo-backrest-shared-repo
5252
service : hippo - ClusterIP (10.0.56.86) - Ports (2022/TCP, 5432/TCP)
53-
labels : pgo-version=4.6.1 name=hippo crunchy-pgha-scope=hippo deployment-name=hippo pg-cluster=hippo pgouser=admin vendor=crunchydata
53+
labels : pgo-version=4.6.2 name=hippo crunchy-pgha-scope=hippo deployment-name=hippo pg-cluster=hippo pgouser=admin vendor=crunchydata
5454
```
5555
Feel free to run other pgo cli commands on the hippo cluster
5656

@@ -79,15 +79,15 @@ pgo show cluster dev-hippo -n pgo
7979
```
8080
You will see something like this if successful:
8181
```
82-
cluster : dev-hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
82+
cluster : dev-hippo (crunchy-postgres-ha:centos8-13.2-4.6.2)
8383
pod : dev-hippo-588d4cb746-bwrxb (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (primary)
8484
pvc: dev-hippo (1Gi)
8585
deployment : dev-hippo
8686
deployment : dev-hippo-backrest-shared-repo
8787
deployment : dev-hippo-pgbouncer
8888
service : dev-hippo - ClusterIP (10.0.62.87) - Ports (2022/TCP, 5432/TCP)
8989
service : dev-hippo-pgbouncer - ClusterIP (10.0.48.120) - Ports (5432/TCP)
90-
labels : crunchy-pgha-scope=dev-hippo name=dev-hippo pg-cluster=dev-hippo vendor=crunchydata deployment-name=dev-hippo environment=development pgo-version=4.6.1 pgouser=admin
90+
labels : crunchy-pgha-scope=dev-hippo name=dev-hippo pg-cluster=dev-hippo vendor=crunchydata deployment-name=dev-hippo environment=development pgo-version=4.6.2 pgouser=admin
9191
```
9292
#### staging
9393
The staging overlay will deploy a crunchy postgreSQL cluster with 2 replica's with annotations added
@@ -113,7 +113,7 @@ pgo show cluster staging-hippo -n pgo
113113
```
114114
You will see something like this if successful, (Notice one of the replicas is a different size):
115115
```
116-
cluster : staging-hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
116+
cluster : staging-hippo (crunchy-postgres-ha:centos8-13.2-4.6.2)
117117
pod : staging-hippo-85cf6dcb65-9h748 (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (primary)
118118
pvc: staging-hippo (1Gi)
119119
pod : staging-hippo-lnxw-cf47d8c8b-6r4wn (Running) on gke-xxxx-default-pool-21b7282d-rqkj (1/1) (replica)
@@ -128,7 +128,7 @@ cluster : staging-hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
128128
service : staging-hippo-replica - ClusterIP (10.0.56.57) - Ports (2022/TCP, 5432/TCP)
129129
pgreplica : staging-hippo-lnxw
130130
pgreplica : staging-hippo-rpl1
131-
labels : deployment-name=staging-hippo environment=staging name=staging-hippo crunchy-pgha-scope=staging-hippo pg-cluster=staging-hippo pgo-version=4.6.1 pgouser=admin vendor=crunchydata
131+
labels : deployment-name=staging-hippo environment=staging name=staging-hippo crunchy-pgha-scope=staging-hippo pg-cluster=staging-hippo pgo-version=4.6.2 pgouser=admin vendor=crunchydata
132132
```
133133

134134
#### production
@@ -154,7 +154,7 @@ pgo show cluster prod-hippo -n pgo
154154
```
155155
You will see something like this if successful, (Notice one of the replicas is a different size):
156156
```
157-
cluster : prod-hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
157+
cluster : prod-hippo (crunchy-postgres-ha:centos8-13.2-4.6.2)
158158
pod : prod-hippo-5d6dd46497-rr67c (Running) on gke-xxxx-default-pool-21b7282d-rqkj (1/1) (primary)
159159
pvc: prod-hippo (1Gi)
160160
pod : prod-hippo-flty-84d97c8769-2pzbh (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (replica)
@@ -165,7 +165,7 @@ cluster : prod-hippo (crunchy-postgres-ha:centos8-13.2-4.6.1)
165165
service : prod-hippo - ClusterIP (10.0.56.18) - Ports (2022/TCP, 5432/TCP)
166166
service : prod-hippo-replica - ClusterIP (10.0.56.101) - Ports (2022/TCP, 5432/TCP)
167167
pgreplica : prod-hippo-flty
168-
labels : pgo-version=4.6.1 deployment-name=prod-hippo environment=production pg-cluster=prod-hippo crunchy-pgha-scope=prod-hippo name=prod-hippo pgouser=admin vendor=crunchydata
168+
labels : pgo-version=4.6.2 deployment-name=prod-hippo environment=production pg-cluster=prod-hippo crunchy-pgha-scope=prod-hippo name=prod-hippo pgouser=admin vendor=crunchydata
169169
```
170170
### Delete the clusters
171171
To delete the clusters run the following pgo cli commands

examples/kustomize/createcluster/base/pgcluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
deployment-name: hippo
1111
name: hippo
1212
pg-cluster: hippo
13-
pgo-version: 4.6.1
13+
pgo-version: 4.6.2
1414
pgouser: admin
1515
name: hippo
1616
namespace: pgo
@@ -46,7 +46,7 @@ spec:
4646
postgres: {}
4747
ccpimage: crunchy-postgres-ha
4848
ccpimageprefix: registry.developers.crunchydata.com/crunchydata
49-
ccpimagetag: centos8-13.2-4.6.1
49+
ccpimagetag: centos8-13.2-4.6.2
5050
clustername: hippo
5151
customconfig: ""
5252
database: hippo
@@ -69,4 +69,4 @@ spec:
6969
port: "5432"
7070
user: hippo
7171
userlabels:
72-
pgo-version: 4.6.1
72+
pgo-version: 4.6.2

examples/kustomize/createcluster/overlay/staging/hippo-rpl1-pgreplica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
storagetype: dynamic
2121
supplementalgroups: ""
2222
userlabels:
23-
pgo-version: 4.6.1
23+
pgo-version: 4.6.2

installers/ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img width="150" src="../../crunchy_logo.png" alt="Crunchy Data"/>
55
</p>
66

7-
Latest Release: 4.6.1
7+
Latest Release: 4.6.2
88

99
## General
1010

installers/ansible/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ badger: "false"
1717
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
1818
ccp_image_pull_secret: ""
1919
ccp_image_pull_secret_manifest: ""
20-
ccp_image_tag: "centos8-13.2-4.6.1"
20+
ccp_image_tag: "centos8-13.2-4.6.2"
2121
create_rbac: "true"
2222
crunchy_debug: "false"
2323
db_name: ""
@@ -49,14 +49,14 @@ pgo_apiserver_url: "https://postgres-operator"
4949
pgo_client_cert_secret: "pgo.tls"
5050
pgo_client_container_install: "false"
5151
pgo_client_install: "true"
52-
pgo_client_version: "4.6.1"
52+
pgo_client_version: "4.6.2"
5353
pgo_cluster_admin: "false"
5454
pgo_disable_eventing: "false"
5555
pgo_disable_tls: "false"
5656
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
5757
pgo_image_pull_secret: ""
5858
pgo_image_pull_secret_manifest: ""
59-
pgo_image_tag: "centos8-4.6.1"
59+
pgo_image_tag: "centos8-4.6.2"
6060
pgo_installation_name: "devtest"
6161
pgo_noauth_routes: ""
6262
pgo_operator_namespace: "pgo"

installers/gcp-marketplace/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MARKETPLACE_TOOLS ?= gcr.io/cloud-marketplace-tools/k8s/dev:$(MARKETPLACE_VERSIO
66
MARKETPLACE_VERSION ?= 0.9.4
77
KUBECONFIG ?= $(HOME)/.kube/config
88
PARAMETERS ?= {}
9-
PGO_VERSION ?= 4.6.1
9+
PGO_VERSION ?= 4.6.2
1010

1111
IMAGE_BUILD_ARGS = --build-arg MARKETPLACE_VERSION='$(MARKETPLACE_VERSION)' \
1212
--build-arg PGO_VERSION='$(PGO_VERSION)'

installers/gcp-marketplace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Google Cloud Marketplace.
5959
```shell
6060
IMAGE_REPOSITORY=gcr.io/crunchydata-public/postgres-operator
6161

62-
export PGO_VERSION=4.6.1
62+
export PGO_VERSION=4.6.2
6363
export INSTALLER_IMAGE=${IMAGE_REPOSITORY}/deployer:${PGO_VERSION}
6464
export OPERATOR_IMAGE=${IMAGE_REPOSITORY}:${PGO_VERSION}
6565
export OPERATOR_IMAGE_API=${IMAGE_REPOSITORY}/pgo-apiserver:${PGO_VERSION}

installers/gcp-marketplace/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ badger: "false"
1010
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
1111
ccp_image_pull_secret: ""
1212
ccp_image_pull_secret_manifest: ""
13-
ccp_image_tag: "centos8-13.2-4.6.1"
13+
ccp_image_tag: "centos8-13.2-4.6.2"
1414
create_rbac: "true"
1515
db_name: ""
1616
db_password_age_days: "0"
@@ -32,9 +32,9 @@ pgo_admin_role_name: "pgoadmin"
3232
pgo_admin_username: "admin"
3333
pgo_client_container_install: "false"
3434
pgo_client_install: 'false'
35-
pgo_client_version: "4.6.1"
35+
pgo_client_version: "4.6.2"
3636
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
37-
pgo_image_tag: "centos8-4.6.1"
37+
pgo_image_tag: "centos8-4.6.2"
3838
pgo_installation_name: '${OPERATOR_NAME}'
3939
pgo_operator_namespace: '${OPERATOR_NAMESPACE}'
4040
scheduler_timeout: "3600"

installers/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: postgres-operator
33
description: Crunchy PostgreSQL Operator Helm chart for Kubernetes
44
type: application
55
version: 0.2.0
6-
appVersion: 4.6.1
6+
appVersion: 4.6.2
77
home: https://github.com/CrunchyData/postgres-operator
88
icon: https://github.com/CrunchyData/postgres-operator/raw/master/crunchy_logo.png
99
keywords:

installers/helm/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ badger: "false"
3737
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
3838
ccp_image_pull_secret: ""
3939
ccp_image_pull_secret_manifest: ""
40-
ccp_image_tag: "centos8-13.2-4.6.1"
40+
ccp_image_tag: "centos8-13.2-4.6.2"
4141
create_rbac: "true"
4242
crunchy_debug: "false"
4343
db_name: ""
@@ -69,14 +69,14 @@ pgo_apiserver_url: "https://postgres-operator"
6969
pgo_client_cert_secret: "pgo.tls"
7070
pgo_client_container_install: "false"
7171
pgo_client_install: "true"
72-
pgo_client_version: "4.6.1"
72+
pgo_client_version: "4.6.2"
7373
pgo_cluster_admin: "false"
7474
pgo_disable_eventing: "false"
7575
pgo_disable_tls: "false"
7676
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
7777
pgo_image_pull_secret: ""
7878
pgo_image_pull_secret_manifest: ""
79-
pgo_image_tag: "centos8-4.6.1"
79+
pgo_image_tag: "centos8-4.6.2"
8080
pgo_installation_name: "devtest"
8181
pgo_noauth_routes: ""
8282
pgo_operator_namespace: "pgo"

installers/kubectl/client-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# This script should be run after the operator has been deployed
1515
PGO_OPERATOR_NAMESPACE="${PGO_OPERATOR_NAMESPACE:-pgo}"
1616
PGO_USER_ADMIN="${PGO_USER_ADMIN:-pgouser-admin}"
17-
PGO_CLIENT_VERSION="${PGO_CLIENT_VERSION:-v4.6.1}"
17+
PGO_CLIENT_VERSION="${PGO_CLIENT_VERSION:-v4.6.2}"
1818
PGO_CLIENT_URL="https://github.com/CrunchyData/postgres-operator/releases/download/${PGO_CLIENT_VERSION}"
1919

2020
PGO_CMD="${PGO_CMD-kubectl}"

0 commit comments

Comments
 (0)