Skip to content

Commit

Permalink
Elasticsearch: Remove -v1 suffix from exporter image (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Md. Emruz Hossain authored and tamalsaha committed Oct 26, 2018
1 parent b7fdc81 commit 403556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/deploy/kubedb-catalog/elasticsearch.yaml
Expand Up @@ -192,7 +192,7 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.3.0-v1"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2-v1"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.3.0-v1"

Expand Down Expand Up @@ -224,6 +224,6 @@ spec:
db:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch:6.4.0"
exporter:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2-v1"
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch_exporter:1.0.2"
tools:
image: "${KUBEDB_DOCKER_REGISTRY}/elasticsearch-tools:6.4.0"

0 comments on commit 403556f

Please sign in to comment.