Skip to content

Commit

Permalink
Merge pull request #31 from zalando-incubator/opensource-image
Browse files Browse the repository at this point in the history
Use correct image in example
  • Loading branch information
otrosien authored Apr 4, 2019
2 parents e511727 + b963b20 commit 9cc0635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: es-operator
image: pierone.stups.zalan.do/poirot/es-operator:latest
image: registry.opensource.zalan.do/poirot/es-operator:latest
args:
- --pod-selector=application=es-cluster
- --elasticsearch-endpoint=http://elasticsearch:9200
Expand Down
2 changes: 1 addition & 1 deletion e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# script.

NAMESPACE="${NAMESPACE:-"es-operator-e2e-$(date +%s)"}"
IMAGE="${IMAGE:-"pierone.stups.zalan.do/poirot/es-operator:latest"}"
IMAGE="${IMAGE:-"registry.opensource.zalan.do/poirot/es-operator:latest"}"
SERVICE_ENDPOINT="${SERVICE_ENDPOINT:-"http://127.0.0.1:8001/api/v1/namespaces/$NAMESPACE/services/es-master:9200/proxy"}"
OPERATOR_ID="${OPERATOR_ID:-"e2e-tests"}"

Expand Down

0 comments on commit 9cc0635

Please sign in to comment.