Skip to content

Commit

Permalink
Merge pull request #62 from bcgov/image-list
Browse files Browse the repository at this point in the history
image list and version info
  • Loading branch information
caggles authored Dec 4, 2024
2 parents 93e55bf + a45b297 commit 0ca1d2c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,21 @@ Alternatively you can save them with the [helm template](https://helm.sh/docs/he
## Vendor Info

[PGO, the Postgres Operator from Crunchy Data](https://access.crunchydata.com/documentation/postgres-operator/v5/)

## Current Compatible Images

You are encouraged to use the `postgresVersion` and `postGISVersion` values in the values.yaml file to specify your chosen version information instead of using the `crunchyImage` value to specify a specific image.

Currently, the operator is on version 5.5.1, and the following values are valid for use with `postgresVersion` and `postGISVersion`, alongside their image tags:

- `postgresVersion: 14` - `crunchy-postgres:ubi8-14.11-0`
- `postGISVersion: 3.1` - `crunchy-postgres-gis:ubi8-14.11-3.1-0`
- `postGISVersion: 3.2` - `crunchy-postgres-gis:ubi8-14.11-3.2-0`
- `postGISVersion: 3.3` - `crunchy-postgres-gis:ubi8-14.11-3.3-0`
- `postgresVersion: 15` - `crunchy-postgres:ubi8-15.6-0`
- `postGISVersion: 3.3` - `crunchy-postgres-gis:ubi8-15.6-3.3-0`
- `postgresVersion: 16` - `crunchy-postgres:ubi8-16.2-0`
- `postGISVersion: 3.3` - `crunchy-postgres-gis:ubi8-16.2-3.3-0`
- `postGISVersion: 3.4` - `crunchy-postgres-gis:ubi8-16.2-3.4-0`

Only the image name and tag were listed above for readability. The full URL is `artifacts.developer.gov.bc.ca/bcgov-docker-local/[image]:[tag]`
2 changes: 1 addition & 1 deletion charts/crunchy-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version: 0.6.3
# It is recommended to use it with quotes.

# Crunchy Postgres Operator version
appVersion: "5.0.4"
appVersion: "5.5.1"
2 changes: 1 addition & 1 deletion charts/crunchy-postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fullnameOverride: crunchy-postgres
crunchyImage: # it's not necessary to specify an image as the images specified in the Crunchy Postgres Operator will be pulled by default
#crunchyImage: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi8-15.2-3.3-0 # use this image for POSTGIS
postgresVersion: 15
#postGISVersion: '3.3' # use this version of POSTGIS. both crunchyImage and this property needs to have valid values for POSTGIS to be enabled.
#postGISVersion: '3.3' # use this version of POSTGIS.
imagePullPolicy: IfNotPresent

# enable to bootstrap a standby cluster from backup. Then disable to promote this standby to primary
Expand Down

0 comments on commit 0ca1d2c

Please sign in to comment.