Skip to content

Commit

Permalink
Use separate docker registry for operator and catalog images (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 30, 2019
1 parent 316f340 commit dd2595d
Show file tree
Hide file tree
Showing 9 changed files with 418 additions and 412 deletions.
220 changes: 110 additions & 110 deletions deploy/kubedb-catalog/elasticsearch.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/kubedb-catalog/etcd.yaml
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: "quay.io/coreos/etcd:v3.2.13"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/etcd-tools:3.2.13"
image: "${KUBEDB_CATALOG_REGISTRY}/etcd-tools:3.2.13"
podSecurityPolicies:
databasePolicyName: etcd-db
snapshotterPolicyName: etcd-snapshot
Expand Down
16 changes: 8 additions & 8 deletions deploy/kubedb-catalog/memcached.yaml
Expand Up @@ -9,9 +9,9 @@ spec:
deprecated: true
version: "1.5"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached:1.5"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached:1.5"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_CATALOG_REGISTRY}/operator:0.8.0"
podSecurityPolicies:
databasePolicyName: memcached-db

Expand All @@ -25,9 +25,9 @@ metadata:
spec:
version: "1.5"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached:1.5-v1"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached:1.5-v1"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached-exporter:v0.4.1"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached-exporter:v0.4.1"
podSecurityPolicies:
databasePolicyName: memcached-db

Expand All @@ -42,9 +42,9 @@ spec:
deprecated: true
version: "1.5.4"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached:1.5.4"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached:1.5.4"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_CATALOG_REGISTRY}/operator:0.8.0"
podSecurityPolicies:
databasePolicyName: memcached-db

Expand All @@ -58,8 +58,8 @@ metadata:
spec:
version: "1.5.4"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached:1.5.4-v1"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached:1.5.4-v1"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/memcached-exporter:v0.4.1"
image: "${KUBEDB_CATALOG_REGISTRY}/memcached-exporter:v0.4.1"
podSecurityPolicies:
databasePolicyName: memcached-db

0 comments on commit dd2595d

Please sign in to comment.