mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
upadte ci values for testing (#11875)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
191d20e5da
commit
d1f8ea9535
@@ -1,9 +1,9 @@
|
||||
extraInitContainers: |
|
||||
- name: "plugin-install-ingest-attachment"
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.0"
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1"
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment"]
|
||||
- name: "plugin-install-mapper-size"
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.0"
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1"
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install mapper-size"]
|
||||
|
||||
Reference in New Issue
Block a user