Skip to content

Commit 2a52720

Browse files
author
Jonathan S. Katz
committed
Default registry to registry.developers.crunchydata.com/crunchydata
Issue: [ch7977]
1 parent af87e38 commit 2a52720

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

ansible/inventory

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace='pgouser1,pgouser2'
7474
# Crunchy Container Suite images to use. The tags centos7 and rhel7 are acceptable.
7575
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
7676
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
77-
ccp_image_prefix='crunchydata'
77+
ccp_image_prefix='registry.developers.crunchydata.com/crunchydata'
7878
ccp_image_tag='centos7-12.3-4.2.3'
7979

8080
# Name of a Secret containing credentials for container image registries.
@@ -83,7 +83,7 @@ ccp_image_pull_secret=''
8383
ccp_image_pull_secret_manifest=''
8484

8585
# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
86-
pgo_image_prefix='crunchydata'
86+
pgo_image_prefix='registry.developers.crunchydata.com/crunchydata'
8787
pgo_image_tag='centos7-4.2.3'
8888

8989
# Name of a Secret containing credentials for container image registries.

conf/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cluster:
22
PrimaryNodeLabel:
33
ReplicaNodeLabel:
4-
CCPImagePrefix: crunchydata
4+
CCPImagePrefix: registry.developers.crunchydata.com/crunchydata
55
Metrics: false
66
Badger: false
77
CCPImageTag: centos7-12.3-4.2.3
@@ -100,5 +100,5 @@ ContainerResources:
100100
Pgo:
101101
PreferredFailoverNode:
102102
Audit: false
103-
PGOImagePrefix: crunchydata
103+
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
104104
PGOImageTag: centos7-4.2.3

examples/envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export PGO_CMD=kubectl
1818
export PGOROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
1919

2020
# the version of the Operator you run is set by these vars
21-
export PGO_IMAGE_PREFIX=crunchydata
21+
export PGO_IMAGE_PREFIX=registry.developers.crunchydata.com/crunchydata
2222
export PGO_BASEOS=centos7
2323
export PGO_VERSION=4.2.3
2424
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION

examples/load/sample-json-load-config-sc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PGOImagePrefix: crunchydata
1+
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
22
PGOImageTag: centos7-4.2.3
33
DbDatabase: userdb
44
DbUser: postgres

examples/load/sample-json-load-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PGOImagePrefix: crunchydata
1+
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
22
PGOImageTag: centos7-4.2.3
33
DbDatabase: userdb
44
DbUser: postgres

examples/load/sample-load-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PGOImagePrefix: crunchydata
1+
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
22
PGOImageTag: centos7-4.2.3
33
DbDatabase: userdb
44
DbUser: postgres

installers/gcp-marketplace/inventory.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ pgo_installation_name='${OPERATOR_NAME}'
1515
pgo_operator_namespace='${OPERATOR_NAMESPACE}'
1616
namespace=''
1717

18-
ccp_image_prefix='docker.io/crunchydata'
18+
ccp_image_prefix='registry.developers.crunchydata.com/crunchydata'
1919
ccp_image_tag='centos7-12.3-4.2.3'
2020
ccp_image_pull_secret=''
2121
ccp_image_pull_secret_manifest=''
22-
pgo_image_prefix='docker.io/crunchydata'
22+
pgo_image_prefix='registry.developers.crunchydata.com/crunchydata'
2323
pgo_image_tag='centos7-4.2.3'
2424

2525
pgo_image='${OPERATOR_IMAGE}'

installers/olm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.DEFAULT_GOAL := help
22

3-
CCP_IMAGE_PREFIX ?= crunchydata
3+
CCP_IMAGE_PREFIX ?= registry.developers.crunchydata.com/crunchydata
44
CCP_IMAGE_TAG ?= $(PGO_BASEOS)-$(CCP_PG_FULLVERSION)-$(PGO_VERSION)
55
CCP_PG_FULLVERSION ?= 12.3
66
KUBECONFIG ?= $(HOME)/.kube/config
77
OLM_TOOLS ?= registry.localhost:5000/postgres-operator-olm-tools:$(OLM_VERSION)
88
OLM_VERSION ?= 0.13.0
99
PGO_BASEOS ?= centos7
10-
PGO_IMAGE_PREFIX ?= crunchydata
10+
PGO_IMAGE_PREFIX ?= registry.developers.crunchydata.com/crunchydata
1111
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
1212
PGO_VERSION ?= 4.2.3
1313

redhat/atomic/help.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ That atomic command runs the Docker command set in this label:
4444
\fB\fCName=\fR
4545

4646
.PP
47-
The registry location and name of the image. For example, Name="crunchydata/postgres-operator".
47+
The registry location and name of the image. For example, Name="registry.developers.crunchydata.com/crunchydata/postgres-operator".
4848

4949
.PP
5050
\fB\fCVersion=\fR

redhat/atomic/help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ That atomic command runs the Docker command set in this label:
3737

3838
`Name=`
3939

40-
The registry location and name of the image. For example, Name="crunchydata/postgres-operator".
40+
The registry location and name of the image. For example, Name="registry.developers.crunchydata.com/crunchydata/postgres-operator".
4141

4242
`Version=`
4343

0 commit comments

Comments
 (0)