mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-08 05:33:33 +00:00
* Changed: avoid latest image
* Changed: version bump
* Fixed: pull policy
* Removed: specific ci for glue since now it's on by default
* Fixed: don't refresh dependencies
* Changed: testing chart action version update
* Fixed: action
* Changed: dependency updates required
* Fixed: lint and install
* Revert "Changed: dependency updates required"
This reverts commit 34ee22d7d0
.
* Changed: use copy of dep charts because ththey may become unavailable
* Changed: updated readme
30 lines
729 B
YAML
30 lines
729 B
YAML
http:
|
|
http://localhost:9200/_cluster/health:
|
|
status: 200
|
|
timeout: 2000
|
|
username: elastic
|
|
password: "{{ .Env.ELASTIC_PASSWORD }}"
|
|
body:
|
|
- "green"
|
|
- '"number_of_nodes":1'
|
|
- '"number_of_data_nodes":1'
|
|
|
|
http://localhost:9200:
|
|
status: 200
|
|
timeout: 2000
|
|
username: elastic
|
|
password: "{{ .Env.ELASTIC_PASSWORD }}"
|
|
body:
|
|
- '"cluster_name" : "config"'
|
|
- "You Know, for Search"
|
|
|
|
command:
|
|
"elasticsearch-keystore list":
|
|
exit-status: 0
|
|
stdout:
|
|
- keystore.seed
|
|
- bootstrap.password
|
|
- xpack.notification.slack.account.monitoring.secure_url
|
|
- xpack.notification.slack.account.otheraccount.secure_url
|
|
- xpack.watcher.encryption_key
|