Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesloka committed Dec 21, 2017
1 parent dac4768 commit 2a1dbd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: operator
image: upmcenterprises/elasticsearch-operator:0.0.9
image: upmcenterprises/elasticsearch-operator:0.0.10
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
1 change: 1 addition & 0 deletions example/example-es-cluster-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ElasticsearchCluster
metadata:
name: example-es-cluster
spec:
elastic-search-image: upmcenterprises/docker-elasticsearch-kubernetes:5.6.4_1
client-node-replicas: 3
master-node-replicas: 2
data-node-replicas: 3
Expand Down
1 change: 1 addition & 0 deletions example/example-es-cluster-rook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
kibana:
image: upmcenterprises/kibana:5.3.1
elastic-search-image: upmcenterprises/docker-elasticsearch-kubernetes:5.6.4_1
client-node-replicas: 3
master-node-replicas: 2
data-node-replicas: 3
Expand Down

0 comments on commit 2a1dbd0

Please sign in to comment.