``` Updated: asserts/asserts: - 1.11.0 bitnami/wordpress: - 15.2.15 cockroach-labs/cockroachdb: - 9.1.1 elastic/elasticsearch: - 8.5.1 elastic/kibana: - 8.5.1 elastic/logstash: - 8.5.1 hashicorp/consul: - 0.49.1 nutanix/nutanix-csi-storage: - 2.6.1 ``` |
||
---|---|---|
.. | ||
test | ||
Makefile | ||
README.md | ||
values.yaml |
README.md
Upgrade
This example will deploy Kibana chart using an old chart version, then upgrade it.
Usage
-
Add the Elastic Helm charts repo:
helm repo add elastic https://helm.elastic.co
-
Deploy [Elasticsearch Helm chart][]:
helm install elasticsearch elastic/elasticsearch
-
Deploy and upgrade Kibana chart with the default values:
make install
Testing
You can also run goss integration tests using make test
.