Skip to content

Commit

Permalink
fix(kibana): correct elasticsearch image (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisheng Zheng <[email protected]>
  • Loading branch information
whalecold and Lisheng Zheng authored Apr 27, 2020
1 parent 58174b6 commit db8d84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/release/elasticsearch/6.5.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _config:
values:
- "elasticsearch"
initContainers:
- image: cargo.caicloudprivatetest.com/library/elasticsearch-oss:6.5.4-dev
- image: cargo.caicloudprivatetest.com/library/elasticsearch:6.5.4
name: chown
imagePullPolicy: Always
command:
Expand All @@ -47,7 +47,7 @@ _config:
containers:
- imagePullPolicy: Always
name: elasticsearch
image: cargo.caicloudprivatetest.com/library/elasticsearch-oss:6.5.4-dev
image: cargo.caicloudprivatetest.com/library/elasticsearch:6.5.4
env:
- name: DISCOVERY_SERVICE
value: elasticsearch-discovery
Expand Down

0 comments on commit db8d84a

Please sign in to comment.