File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
dev-databases/system-postgresql Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ metadata:
249249 repository : https://github.com/3scale/3scale-operator
250250 rht_backend_redis_requirements : 7.0.0
251251 rht_mysql_requirements : 8.0.0
252- rht_postgres_requirements : 13 .0.0
252+ rht_postgres_requirements : 15 .0.0
253253 rht_system_redis_requirements : 7.0.0
254254 support : Red Hat
255255 tectonic-visibility : ocs
@@ -557,7 +557,7 @@ spec:
557557 - name : RELATED_IMAGE_SYSTEM_MEMCACHED
558558 value : mirror.gcr.io/library/memcached:1.5
559559 - name : RELATED_IMAGE_ZYNC_POSTGRESQL
560- value : quay.io/sclorg/postgresql-13 -c8s
560+ value : quay.io/sclorg/postgresql-15 -c8s
561561 - name : RELATED_IMAGE_OC_CLI
562562 value : quay.io/openshift/origin-cli:4.7
563563 - name : RELATED_IMAGE_SYSTEM_SEARCHD
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ spec:
2020 ports :
2121 - containerPort : 5432
2222 env :
23- - name : POSTGRES_USER
23+ - name : POSTGRESQL_USER
2424 valueFrom :
2525 secretKeyRef :
2626 name : system-database
2727 key : DB_USER
28- - name : POSTGRES_PASSWORD
28+ - name : POSTGRESQL_PASSWORD
2929 valueFrom :
3030 secretKeyRef :
3131 name : system-database
3232 key : DB_PASSWORD
33- - name : POSTGRES_DB
33+ - name : POSTGRESQL_DATABASE
3434 value : " dev"
3535 - name : PGDATA
3636 value : /var/lib/postgresql/data/pgdata
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66
77images :
88 - name : postgres
9- newName : mirror.gcr. io/library/postgres:13
9+ newName : quay. io/sclorg/postgresql-15-c8s
Original file line number Diff line number Diff line change 6060 - name : RELATED_IMAGE_SYSTEM_MEMCACHED
6161 value : " mirror.gcr.io/library/memcached:1.5"
6262 - name : RELATED_IMAGE_ZYNC_POSTGRESQL
63- value : " quay.io/sclorg/postgresql-13 -c8s"
63+ value : " quay.io/sclorg/postgresql-15 -c8s"
6464 - name : RELATED_IMAGE_OC_CLI
6565 value : " quay.io/openshift/origin-cli:4.7"
6666 - name : RELATED_IMAGE_SYSTEM_SEARCHD
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ metadata:
1616 repository : https://github.com/3scale/3scale-operator
1717 rht_backend_redis_requirements : 7.0.0
1818 rht_mysql_requirements : 8.0.0
19- rht_postgres_requirements : 13 .0.0
19+ rht_postgres_requirements : 15 .0.0
2020 rht_system_redis_requirements : 7.0.0
2121 support : Red Hat
2222 tectonic-visibility : ocs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ objects:
1010 data :
1111 rht_threescale_version_requirements : ${THREESCALE_VERSION}
1212 rht_mysql_requirements : 8.0.0
13- rht_postgres_requirements : 13 .0.0
13+ rht_postgres_requirements : 15 .0.0
1414 rht_system_redis_requirements : 7.0.0
1515 rht_backend_redis_requirements : 7.0.0
1616parameters :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ func SystemMemcachedImageURL() string {
2525}
2626
2727func ZyncPostgreSQLImageURL () string {
28- return "quay.io/sclorg/postgresql-13 -c8s"
28+ return "quay.io/sclorg/postgresql-15 -c8s"
2929}
3030
3131func OCCLIImageURL () string {
You can’t perform that action at this time.
0 commit comments