From 49a10f3f52d3f91596ed8cd7ce3319fffe4c476a Mon Sep 17 00:00:00 2001 From: vagrant Date: Mon, 30 Aug 2021 22:57:21 +0000 Subject: [PATCH] updated postgres versions and operator version --- Makefile | 4 ++-- .../container-specifications/crunchy-backrest-restore.md | 2 +- docs/content/container-specifications/crunchy-backup.md | 2 +- docs/content/container-specifications/crunchy-pgadmin4.md | 2 +- docs/content/container-specifications/crunchy-pgbench.md | 2 +- .../content/container-specifications/crunchy-pgbouncer.md | 2 +- docs/content/container-specifications/crunchy-pgdump.md | 2 +- docs/content/container-specifications/crunchy-pgpool.md | 2 +- .../content/container-specifications/crunchy-pgrestore.md | 2 +- .../container-specifications/crunchy-postgres-gis.md | 2 +- docs/content/container-specifications/crunchy-postgres.md | 2 +- docs/content/container-specifications/crunchy-upgrade.md | 2 +- docs/content/contributing/building.md | 8 ++++---- docs/content/examples/administration/upgrade.md | 4 ++-- docs/content/examples/postgresql/custom-config-ssl.md | 6 +++--- docs/content/installation-guide/installation-guide.md | 6 +++--- examples/docker/swarm-service/docker-compose.yml | 4 ++-- examples/helm/custom-config/Chart.yaml | 2 +- examples/helm/custom-config/README.md | 4 ++-- examples/helm/custom-config/values.yaml | 2 +- examples/helm/primary-replica/Chart.yaml | 2 +- examples/helm/primary-replica/README.md | 4 ++-- examples/helm/primary-replica/values.yaml | 2 +- examples/helm/primary/Chart.yaml | 2 +- examples/helm/primary/README.md | 4 ++-- examples/helm/primary/values.yaml | 2 +- examples/helm/template-small/Chart.yaml | 2 +- examples/helm/template-small/README.md | 4 ++-- examples/helm/template-small/values.yaml | 2 +- redhat/atomic/help.1 | 2 +- redhat/atomic/help.md | 2 +- 31 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Makefile b/Makefile index 81989cfef..3180a5713 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ endif # Default values if not already set CCP_BASEOS ?= centos7 CCP_PGVERSION ?= 12 -CCP_PG_FULLVERSION ?= 12.7 +CCP_PG_FULLVERSION ?= 12.8 CCP_PATRONI_VERSION ?= 2.0.2 CCP_BACKREST_VERSION ?= 2.29 -CCP_VERSION ?= 4.5.3 +CCP_VERSION ?= 4.5.4-rc.1 CCP_POSTGIS_VERSION ?= 3.0 PACKAGER ?= yum diff --git a/docs/content/container-specifications/crunchy-backrest-restore.md b/docs/content/container-specifications/crunchy-backrest-restore.md index 7d58f52f6..a1bbeac85 100644 --- a/docs/content/container-specifications/crunchy-backrest-restore.md +++ b/docs/content/container-specifications/crunchy-backrest-restore.md @@ -18,7 +18,7 @@ The following features are supported and required by the crunchy-backrest-restor The crunchy-backrest-restore Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgBackRest](https://pgbackrest.org/) (2.29) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-backup.md b/docs/content/container-specifications/crunchy-backup.md index 4a95aed7a..f89013997 100644 --- a/docs/content/container-specifications/crunchy-backup.md +++ b/docs/content/container-specifications/crunchy-backup.md @@ -19,7 +19,7 @@ The following features are supported by the `crunchy-backup` container: The crunchy-backup Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgadmin4.md b/docs/content/container-specifications/crunchy-pgadmin4.md index f9a6f899f..1e89bbbd0 100644 --- a/docs/content/container-specifications/crunchy-pgadmin4.md +++ b/docs/content/container-specifications/crunchy-pgadmin4.md @@ -28,7 +28,7 @@ The following features are supported by the crunchy-pgadmin4 container: The crunchy-pgadmin4 Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgAdmin4](https://www.pgadmin.org/) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgbench.md b/docs/content/container-specifications/crunchy-pgbench.md index 77f27e2f4..538ceedf2 100644 --- a/docs/content/container-specifications/crunchy-pgbench.md +++ b/docs/content/container-specifications/crunchy-pgbench.md @@ -19,7 +19,7 @@ The following features are supported by the `crunchy-pgbench` container: The crunchy-pgbench Docker image contains the following packages (versions vary depending on PostgreSQL version): -* pgBench (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* pgBench (13.4, 12.8, 11.13, 10.18, and 9.6.23) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgbouncer.md b/docs/content/container-specifications/crunchy-pgbouncer.md index 1fd2d4b22..9933284b1 100644 --- a/docs/content/container-specifications/crunchy-pgbouncer.md +++ b/docs/content/container-specifications/crunchy-pgbouncer.md @@ -21,7 +21,7 @@ The following features are supported by the crunchy-pgbouncer container: The crunchy-pgbouncer Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgBouncer](https://pgbouncer.github.io/) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgdump.md b/docs/content/container-specifications/crunchy-pgdump.md index f4904e0e7..2b1a8a837 100644 --- a/docs/content/container-specifications/crunchy-pgdump.md +++ b/docs/content/container-specifications/crunchy-pgdump.md @@ -12,7 +12,7 @@ PostgreSQL database. The crunchy-pgdump Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgpool.md b/docs/content/container-specifications/crunchy-pgpool.md index b4056e37e..84a42ee2b 100644 --- a/docs/content/container-specifications/crunchy-pgpool.md +++ b/docs/content/container-specifications/crunchy-pgpool.md @@ -27,7 +27,7 @@ The following features are supported by the `crunchy-postgres` container: The crunchy-pgpool Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgPool II](http://www.pgpool.net/mediawiki/index.php/Main_Page) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-pgrestore.md b/docs/content/container-specifications/crunchy-pgrestore.md index ed72a1597..1a94dbfc7 100644 --- a/docs/content/container-specifications/crunchy-pgrestore.md +++ b/docs/content/container-specifications/crunchy-pgrestore.md @@ -13,7 +13,7 @@ to a PostgreSQL container database. The crunchy-pgrestore Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-postgres-gis.md b/docs/content/container-specifications/crunchy-postgres-gis.md index 1ba17d1c9..05a96772f 100644 --- a/docs/content/container-specifications/crunchy-postgres-gis.md +++ b/docs/content/container-specifications/crunchy-postgres-gis.md @@ -22,7 +22,7 @@ The following features are supported by the `crunchy-postgres-gis` container: The crunchy-postgres-gis Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgBackRest](https://pgbackrest.org/) (2.29) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-postgres.md b/docs/content/container-specifications/crunchy-postgres.md index 4382f934b..95fbc1830 100644 --- a/docs/content/container-specifications/crunchy-postgres.md +++ b/docs/content/container-specifications/crunchy-postgres.md @@ -20,7 +20,7 @@ The following features are supported by the `crunchy-postgres` container: The crunchy-postgres Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * [pgBackRest](https://pgbackrest.org/) (2.29) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/container-specifications/crunchy-upgrade.md b/docs/content/container-specifications/crunchy-upgrade.md index 071f0c7f9..b7534f5f6 100644 --- a/docs/content/container-specifications/crunchy-upgrade.md +++ b/docs/content/container-specifications/crunchy-upgrade.md @@ -35,7 +35,7 @@ The following features are supported by the crunchy-upgrade container: The crunchy-upgrade Docker image contains the following packages (versions vary depending on PostgreSQL version): -* PostgreSQL (13.3, 12.7, 11.12, 10.17, and 9.6.22) +* PostgreSQL (13.4, 12.8, 11.13, 10.18, and 9.6.23) * CentOS 7, CentOS 8 - publicly available * UBI 7, UBI 8 - customers only diff --git a/docs/content/contributing/building.md b/docs/content/contributing/building.md index 167c4c1bb..ea0fb3957 100644 --- a/docs/content/contributing/building.md +++ b/docs/content/contributing/building.md @@ -50,9 +50,9 @@ export GOBIN=$GOPATH/bin # set bin path export PATH=$PATH:$GOBIN # add Go bin path to your overall path export CCP_BASEOS=centos7 # centos7 for Centos, ubi7 for Red Hat Universal Base Image export CCP_PGVERSION=12 # The PostgreSQL major version -export CCP_PG_FULLVERSION=12.7 +export CCP_PG_FULLVERSION=12.8 export CCP_POSTGIS_VERSION=3.0 -export CCP_VERSION=4.5.3 +export CCP_VERSION=4.5.4-rc.1 export CCP_IMAGE_PREFIX=crunchydata # Prefix to put before all the container image names export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_VERSION # Used to tag the images export CCP_POSTGIS_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_POSTGIS_VERSION-$CCP_VERSION # Used to tag images that include PostGIS @@ -69,9 +69,9 @@ export GOBIN=$GOPATH/bin export PATH=$PATH:$GOBIN export CCP_BASEOS=centos7 export CCP_PGVERSION=12 -export CCP_PG_FULLVERSION=12.7 +export CCP_PG_FULLVERSION=12.8 export CCP_POSTGIS_VERSION=3.0 -export CCP_VERSION=4.5.3 +export CCP_VERSION=4.5.4-rc.1 export CCP_IMAGE_PREFIX=crunchydata export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_VERSION export CCP_POSTGIS_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_POSTGIS_VERSION-$CCP_VERSION diff --git a/docs/content/examples/administration/upgrade.md b/docs/content/examples/administration/upgrade.md index 86619c66a..99c1a4a20 100644 --- a/docs/content/examples/administration/upgrade.md +++ b/docs/content/examples/administration/upgrade.md @@ -9,7 +9,7 @@ weight: 81 {{% notice tip %}} This example assumes you have run *primary* using a PostgreSQL 11 or 12 image -such as `centos7-12.7-4.5.3` prior to running this upgrade. +such as `centos7-12.8-4.5.4-rc.1` prior to running this upgrade. {{% /notice %}} The upgrade container will let you perform a `pg_upgrade` from a PostgreSQL version 9.5, 9.6, 10, 11 or 12 database to the available any of the higher versions of PostgreSQL versions that are currently support which are 9.6, 10, 11, and 12. It does not do multi-version upgrades so you will need to for example do a 10 to 11 and then a 11 to 12 to get to version 12. @@ -17,7 +17,7 @@ The upgrade container will let you perform a `pg_upgrade` from a PostgreSQL vers Prior to running this example, make sure your `CCP_IMAGE_TAG` environment variable is using the next major version of PostgreSQL that you want to upgrade to. For example, if you're upgrading from 11 to 12, make -sure the variable references a PostgreSQL 12 image such as `centos7-12.7-4.5.3`. +sure the variable references a PostgreSQL 12 image such as `centos7-12.8-4.5.4-rc.1`. This will create the following in your Kubernetes environment: diff --git a/docs/content/examples/postgresql/custom-config-ssl.md b/docs/content/examples/postgresql/custom-config-ssl.md index 0a7571b14..be76de493 100644 --- a/docs/content/examples/postgresql/custom-config-ssl.md +++ b/docs/content/examples/postgresql/custom-config-ssl.md @@ -37,12 +37,12 @@ For instance, if your service has an address as follows: ``` ${CCP_CLI} get service NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE -custom-config-ssl 172.30.211.128 5432/TCP +custom-config-ssl 172.30.211.138 5432/TCP ``` Then your `/etc/hosts` file needs an entry like this: ``` -172.30.211.128 custom-config-ssl +172.30.211.138 custom-config-ssl ``` For production Kubernetes and OpenShift installations, it will likely be preferred for DNS @@ -83,7 +83,7 @@ sslkey=$CCPROOT/examples/kube/custom-config-ssl/certs/client.key" You should see a connection that looks like the following: ``` -psql (11.12) +psql (11.13) SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off) Type "help" for help. diff --git a/docs/content/installation-guide/installation-guide.md b/docs/content/installation-guide/installation-guide.md index 84fec6cc4..bc04b083a 100644 --- a/docs/content/installation-guide/installation-guide.md +++ b/docs/content/installation-guide/installation-guide.md @@ -71,7 +71,7 @@ Make directories to hold the GitHub clone that also work with the Go workspace s $ cd $HOME/cdev/src/github.com/crunchydata $ git clone https://github.com/crunchydata/crunchy-containers $ cd crunchy-containers - $ git checkout v4.5.3 + $ git checkout v4.5.4-rc.1 # Your Shell Environment @@ -91,9 +91,9 @@ line starting with #: export PATH=$PATH:$GOBIN # add Go bin path to your overall path export CCP_BASEOS=centos7 # centos7 for Centos, ubi7 for Red Hat Universal Base Image export CCP_PGVERSION=12 # The PostgreSQL major version - export CCP_PG_FULLVERSION=12.7 + export CCP_PG_FULLVERSION=12.8 export CCP_POSTGIS_VERSION=3.0 # The PostGIS version - export CCP_VERSION=4.5.3 + export CCP_VERSION=4.5.4-rc.1 export CCP_IMAGE_PREFIX=crunchydata # Prefix to put before all the container image names export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_VERSION # Used to tag the images export CCP_POSTGIS_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_POSTGIS_VERSION-$CCP_VERSION # Used to tag images that include PostGIS diff --git a/examples/docker/swarm-service/docker-compose.yml b/examples/docker/swarm-service/docker-compose.yml index 5d2f46a22..dda8182a9 100755 --- a/examples/docker/swarm-service/docker-compose.yml +++ b/examples/docker/swarm-service/docker-compose.yml @@ -4,7 +4,7 @@ version: "3.3" services: primary: hostname: 'primary' - image: crunchydata/crunchy-postgres:centos7-11.12-4.5.3 + image: crunchydata/crunchy-postgres:centos7-11.13-4.5.4-rc.1 environment: - PGHOST=/tmp - MAX_CONNECTIONS=10 @@ -29,7 +29,7 @@ services: - node.labels.type == primary - node.role == worker replica: - image: crunchydata/crunchy-postgres:centos7-11.12-4.5.3 + image: crunchydata/crunchy-postgres:centos7-11.13-4.5.4-rc.1 environment: - PGHOST=/tmp - MAX_CONNECTIONS=10 diff --git a/examples/helm/custom-config/Chart.yaml b/examples/helm/custom-config/Chart.yaml index 724258d44..40a383b83 100644 --- a/examples/helm/custom-config/Chart.yaml +++ b/examples/helm/custom-config/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: custom-config description: Deploys a basic single PostgreSQL primary database with custom configurations. version: 1 -appVersion: 4.5.3 +appVersion: 4.5.4-rc.1 keywords: - postgresql - postgres diff --git a/examples/helm/custom-config/README.md b/examples/helm/custom-config/README.md index ff54700ef..20a82aaec 100644 --- a/examples/helm/custom-config/README.md +++ b/examples/helm/custom-config/README.md @@ -69,7 +69,7 @@ $ helm install custom-config --name custom-config \ --set Image.tag=centos7-9.6.11-2.2.0 ``` -The above command changes the image tag of the container to of `centos7-11.12-4.5.3`. +The above command changes the image tag of the container to of `centos7-11.13-4.5.4-rc.1`. > **Tip**: You can use the default [values.yaml](values.yaml) @@ -84,7 +84,7 @@ The above command changes the image tag of the container to of `centos7-11.12-4. | `.serviceType` | The type of service | `ClusterIP` | `.image.repository` | The repository on DockerHub where the images are found. | `crunchydata` | | `.image.container` | The container to be pulled from the repository. | `crunchy-postgres` | -| `.image.tag` | The image tag to be used. | `centos7-11.12-4.5.3` | +| `.image.tag` | The image tag to be used. | `centos7-11.13-4.5.4-rc.1` | | `.resources.cpu` | Defines a limit for CPU | `200m` | | `.resources.memory` | Defines a limit for memory | `512Mi` | diff --git a/examples/helm/custom-config/values.yaml b/examples/helm/custom-config/values.yaml index 5ce11e32e..e5f5a87ad 100644 --- a/examples/helm/custom-config/values.yaml +++ b/examples/helm/custom-config/values.yaml @@ -10,7 +10,7 @@ serviceType: ClusterIP image: repository: crunchydata container: crunchy-postgres - tag: centos7-11.12-4.5.3 + tag: centos7-11.13-4.5.4-rc.1 resources: cpu: 200m memory: 512Mi diff --git a/examples/helm/primary-replica/Chart.yaml b/examples/helm/primary-replica/Chart.yaml index 89bd08560..7d6875651 100644 --- a/examples/helm/primary-replica/Chart.yaml +++ b/examples/helm/primary-replica/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: primary-replica description: Deploy a basic crunchy primary and replica cluster version: 1 -appVersion: 4.5.3 +appVersion: 4.5.4-rc.1 keywords: - postgresql - postgres diff --git a/examples/helm/primary-replica/README.md b/examples/helm/primary-replica/README.md index 34d6960d6..f2cc9d5f3 100644 --- a/examples/helm/primary-replica/README.md +++ b/examples/helm/primary-replica/README.md @@ -105,7 +105,7 @@ $ helm install primary-replica --name primary-replica \ --set Image.tag=centos7-9.6.11-2.2.0 ``` -The above command changes the image tag of the container to `centos7-11.12-4.5.3`. +The above command changes the image tag of the container to `centos7-11.13-4.5.4-rc.1`. > **Tip**: You can use the default [values.yaml](values.yaml) @@ -121,7 +121,7 @@ The above command changes the image tag of the container to `centos7-11.12-4.5.3 | `.serviceType` | The type of service | `ClusterIP` | `.image.repository` | The repository on DockerHub where the images are found. | `crunchydata` | | `.image.container` | The container to be pulled from the repository. | `crunchy-postgres` | -| `.image.tag` | The image tag to be used. | `centos7-11.12-4.5.3` | +| `.image.tag` | The image tag to be used. | `centos7-11.13-4.5.4-rc.1` | | `.pv.storage` | Size of persistent volume | 400M | | `.pv.name` | Name of persistent volume | `primary-pv` | | `.pv.mode` | The storage mode for the persistent volume | `ReadWriteMany` | diff --git a/examples/helm/primary-replica/values.yaml b/examples/helm/primary-replica/values.yaml index cf0b6d178..d44ac6db9 100644 --- a/examples/helm/primary-replica/values.yaml +++ b/examples/helm/primary-replica/values.yaml @@ -12,7 +12,7 @@ serviceType: ClusterIP image: repository: crunchydata container: crunchy-postgres - tag: centos7-11.12-4.5.3 + tag: centos7-11.13-4.5.4-rc.1 pv: storage: 400M name: primary-pv diff --git a/examples/helm/primary/Chart.yaml b/examples/helm/primary/Chart.yaml index 465e80c79..8d74c21ce 100644 --- a/examples/helm/primary/Chart.yaml +++ b/examples/helm/primary/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: basic description: Deploys a single PostgreSQL primary database version: 1 -appVersion: 4.5.3 +appVersion: 4.5.4-rc.1 keywords: - postgresql - postgres diff --git a/examples/helm/primary/README.md b/examples/helm/primary/README.md index b90189e88..90f66914d 100644 --- a/examples/helm/primary/README.md +++ b/examples/helm/primary/README.md @@ -68,7 +68,7 @@ $ helm install primary --name primary \ --set Image.tag=centos7-9.6.11-2.2.0 ``` -The above command changes the image tag of the container from the default of `centos7-11.12-4.5.3` to `centos7-9.6.11-2.2.0`. +The above command changes the image tag of the container from the default of `centos7-11.13-4.5.4-rc.1` to `centos7-9.6.11-2.2.0`. > **Tip**: You can use the default [values.yaml](values.yaml) @@ -83,7 +83,7 @@ The above command changes the image tag of the container from the default of `ce | `.serviceType` | The type of service | `ClusterIP` | `.image.repository` | The repository on DockerHub where the images are found. | `crunchydata` | | `.image.container` | The container to be pulled from the repository. | `crunchy-postgres` | -| `.image.tag` | The image tag to be used. | `centos7-11.12-4.5.3` | +| `.image.tag` | The image tag to be used. | `centos7-11.13-4.5.4-rc.1` | | `.resources.cpu` | Defines a limit for CPU | `200m` | | `.resources.memory` | Defines a limit for memory | `512Mi` | diff --git a/examples/helm/primary/values.yaml b/examples/helm/primary/values.yaml index 0c2387924..0d48b3d40 100644 --- a/examples/helm/primary/values.yaml +++ b/examples/helm/primary/values.yaml @@ -10,7 +10,7 @@ serviceType: ClusterIP image: repository: crunchydata container: crunchy-postgres - tag: centos7-11.12-4.5.3 + tag: centos7-11.13-4.5.4-rc.1 resources: cpu: 200m memory: 512Mi diff --git a/examples/helm/template-small/Chart.yaml b/examples/helm/template-small/Chart.yaml index b2e5d14d9..e5eef51b8 100644 --- a/examples/helm/template-small/Chart.yaml +++ b/examples/helm/template-small/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: template-small description: The Crunchy template-small configuration includes a single primary with limited CPU and memory, suitable for development purposes. version: 1 -appVersion: 4.5.3 +appVersion: 4.5.4-rc.1 keywords: - postgresql - postgres diff --git a/examples/helm/template-small/README.md b/examples/helm/template-small/README.md index e4631b50b..ea510340a 100644 --- a/examples/helm/template-small/README.md +++ b/examples/helm/template-small/README.md @@ -78,7 +78,7 @@ $ helm install template-small --name template-small \ --set Image.tag=centos7-9.6.11-2.2.0 ``` -The above command changes the image tag of the container from the default of `centos7-11.12-4.5.3` to `centos7-9.6.11-2.2.0`. +The above command changes the image tag of the container from the default of `centos7-11.13-4.5.4-rc.1` to `centos7-9.6.11-2.2.0`. > **Tip**: You can use the default [values.yaml](values.yaml) @@ -93,7 +93,7 @@ The above command changes the image tag of the container from the default of `ce | `.serviceType` | The type of service | `ClusterIP` | `.image.repository` | The repository on DockerHub where the images are found. | `crunchydata` | | `.image.container` | The container to be pulled from the repository. | `crunchy-postgres` | -| `.image.tag` | The image tag to be used. | `centos7-11.12-4.5.3` | +| `.image.tag` | The image tag to be used. | `centos7-11.13-4.5.4-rc.1` | | `.resources.cpu` | Defines a limit for CPU | `200m` | | `.resources.memory` | Defines a limit for memory | `512Mi` | diff --git a/examples/helm/template-small/values.yaml b/examples/helm/template-small/values.yaml index e5c65774f..c9a42fcef 100644 --- a/examples/helm/template-small/values.yaml +++ b/examples/helm/template-small/values.yaml @@ -12,7 +12,7 @@ serviceType: ClusterIP image: repository: crunchydata container: crunchy-postgres - tag: centos7-11.12-4.5.3 + tag: centos7-11.13-4.5.4-rc.1 resources: cpu: 200m memory: 512Mi diff --git a/redhat/atomic/help.1 b/redhat/atomic/help.1 index 58fd6e480..0fd5ab192 100644 --- a/redhat/atomic/help.1 +++ b/redhat/atomic/help.1 @@ -48,4 +48,4 @@ The Red Hat Enterprise Linux version from which the container was built. For exa \fB\fCRelease=\fR .PP -The specific release number of the container. For example, Release="4.5.3" +The specific release number of the container. For example, Release="4.5.4-rc.1" diff --git a/redhat/atomic/help.md b/redhat/atomic/help.md index 154dcc6f0..4c2edbe5f 100644 --- a/redhat/atomic/help.md +++ b/redhat/atomic/help.md @@ -35,4 +35,4 @@ The Red Hat Enterprise Linux version from which the container was built. For exa `Release=` -The specific release number of the container. For example, Release="4.5.3" +The specific release number of the container. For example, Release="4.5.4-rc.1"