Skip to content

Commit 61e591a

Browse files
dsessler7jmckulk
authored andcommitted
update examples files
1 parent 3fa67c6 commit 61e591a

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

examples/create-by-resource/fromcrd.json

+3-3
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.7.6",
13+
"pgo-version": "4.7.10",
1414
"pgouser": "pgoadmin"
1515
},
1616
"name": "fromcrd",
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "ubi8-13.7-4.7.6",
48+
"ccpimagetag": "ubi8-13.10-4.7.10",
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.7.6"
63+
"pgo-version": "4.7.10"
6464
}
6565
}
6666
}

examples/envs.sh

+1-1
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=ubi8
23-
export PGO_VERSION=4.7.7
23+
export PGO_VERSION=4.7.10
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

+1-1
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 `ubi8-13.7-4.7.6`.
67+
- `imageTag`: The container image tag to use. Defaults to `ubi8-13.10-4.7.10`.
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

examples/helm/postgres/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.2.1
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.7.6
23+
appVersion: 4.7.10

examples/helm/postgres/templates/pgcluster.yaml

+1-1
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 "ubi8-13.7-4.7.6" | quote }}
31+
ccpimagetag: {{ .Values.imageTag | default "ubi8-13.10-4.7.10" | quote }}
3232
clustername: {{ .Values.name | quote }}
3333
database: {{ .Values.name | quote }}
3434
{{- if .Values.monitoring }}

examples/helm/postgres/values.yaml

+1-1
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: ubi8-13.7-4.7.6
13+
# imageTag: ubi8-13.10-4.7.10
1414
# memory: 1Gi

examples/kustomize/createcluster/README.md

+8-8
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:ubi8-13.7-4.7.6)
47+
cluster : hippo (crunchy-postgres-ha:ubi8-13.10-4.7.10)
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.7.6 name=hippo crunchy-pgha-scope=hippo deployment-name=hippo pg-cluster=hippo pgouser=admin vendor=crunchydata
53+
labels : pgo-version=4.7.10 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:ubi8-13.7-4.7.6)
82+
cluster : dev-hippo (crunchy-postgres-ha:ubi8-13.10-4.7.10)
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.7.6 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.7.10 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:ubi8-13.7-4.7.6)
116+
cluster : staging-hippo (crunchy-postgres-ha:ubi8-13.10-4.7.10)
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:ubi8-13.7-4.7.6)
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.7.6 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.7.10 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:ubi8-13.7-4.7.6)
157+
cluster : prod-hippo (crunchy-postgres-ha:ubi8-13.10-4.7.10)
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:ubi8-13.7-4.7.6)
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.7.6 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.7.10 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

+3-3
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.7.6
13+
pgo-version: 4.7.10
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: ubi8-13.7-4.7.6
49+
ccpimagetag: ubi8-13.10-4.7.10
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.7.6
72+
pgo-version: 4.7.10

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
storagetype: dynamic
2121
supplementalgroups: ""
2222
userlabels:
23-
pgo-version: 4.7.6
23+
pgo-version: 4.7.10

0 commit comments

Comments
 (0)