Skip to content

Commit

Permalink
Updated postgres catalogs (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-redback authored and tamalsaha committed Dec 4, 2018
1 parent 606629f commit aa46f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chart/kubedb-catalog/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
spec:
version: "9.6"
db:
image: "{{ .Values.dockerRegistry }}/postgres:9.6-v1"
image: "{{ .Values.dockerRegistry }}/postgres:9.6-v2"
exporter:
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
Expand Down Expand Up @@ -71,7 +71,7 @@ metadata:
spec:
version: "9.6.7"
db:
image: "{{ .Values.dockerRegistry }}/postgres:9.6.7-v1"
image: "{{ .Values.dockerRegistry }}/postgres:9.6.7-v2"
exporter:
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
Expand Down Expand Up @@ -110,7 +110,7 @@ metadata:
spec:
version: "10.2"
db:
image: "{{ .Values.dockerRegistry }}/postgres:10.2-v1"
image: "{{ .Values.dockerRegistry }}/postgres:10.2-v2"
exporter:
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
Expand Down
6 changes: 3 additions & 3 deletions hack/deploy/kubedb-catalog/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
spec:
version: "9.6"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6-v1"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6-v2"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
Expand Down Expand Up @@ -58,7 +58,7 @@ metadata:
spec:
version: "9.6.7"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6.7-v1"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6.7-v2"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
Expand Down Expand Up @@ -91,7 +91,7 @@ metadata:
spec:
version: "10.2"
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:10.2-v1"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:10.2-v2"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
Expand Down

0 comments on commit aa46f96

Please sign in to comment.