Skip to content

Commit

Permalink
Update kubedb-catalog for Elasticsearch & Postgres (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Md. Emruz Hossain authored and tamalsaha committed Aug 30, 2018
1 parent 065734e commit c2a2bf3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions chart/kubedb-catalog/templates/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:5.6"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:5.6"

Expand All @@ -33,7 +33,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:5.6.4"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:5.6.4"

Expand All @@ -52,7 +52,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:6.2.4"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.2.4"

Expand All @@ -71,7 +71,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:6.2"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.2"

Expand All @@ -90,7 +90,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:6.3.0"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.3.0"

Expand All @@ -109,7 +109,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/elasticsearch:6.3"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.3"
{{ end }}
6 changes: 3 additions & 3 deletions chart/kubedb-catalog/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/postgres:9.6"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
image: "{{ .Values.dockerRegistry }}/postgres-tools:9.6"

Expand All @@ -33,7 +33,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/postgres:9.6.7"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
image: "{{ .Values.dockerRegistry }}/postgres-tools:9.6.7"

Expand All @@ -52,7 +52,7 @@ spec:
db:
image: "{{ .Values.dockerRegistry }}/postgres:10.2"
exporter:
image: "{{ .Values.dockerRegistry }}/operator:0.8.0"
image: "{{ .Values.dockerRegistry }}/postgres_exporter:v0.4.6"
tools:
image: "{{ .Values.dockerRegistry }}/postgres-tools:10.2"
{{ end }}
12 changes: 6 additions & 6 deletions hack/deploy/kubedb-catalog/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:5.6"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:5.6"

Expand All @@ -26,7 +26,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:5.6.4"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:5.6.4"

Expand All @@ -42,7 +42,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.2"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.2"

Expand All @@ -58,7 +58,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.2.4"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.2.4"

Expand All @@ -74,7 +74,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.3.0"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.3.0"

Expand All @@ -90,6 +90,6 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.3"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.3"
6 changes: 3 additions & 3 deletions hack/deploy/kubedb-catalog/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres-tools:9.6"

Expand All @@ -26,7 +26,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:9.6.7"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres-tools:9.6.7"

Expand All @@ -42,6 +42,6 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres:10.2"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/operator:0.8.0"
image: "${KUBEDB_DOCKER_REGISTRY}/postgres_exporter:v0.4.6"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/postgres-tools:10.2"

0 comments on commit c2a2bf3

Please sign in to comment.