Unverified Commit ee7d9dbe authored by Cristiano Perez's avatar Cristiano Perez Committed by GitHub

fix: update chart location (#864)

Signed-off-by: 's avatarCristiano <cristianoperez@gmail.com>
parent 246ae44e
...@@ -23,7 +23,7 @@ This is setup templates for deploying [amundsen](https://github.com/amundsen-io/ ...@@ -23,7 +23,7 @@ This is setup templates for deploying [amundsen](https://github.com/amundsen-io/
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://kubernetes-charts.storage.googleapis.com/ | elasticsearch | 1.32.0 | | https://charts.helm.sh/stable | elasticsearch | 1.32.0 |
## Chart Values ## Chart Values
......
dependencies: dependencies:
# - name: neo4j # - name: neo4j
# version: 1.2.2 # version: 1.2.2
# repository: https://kubernetes-charts.storage.googleapis.com/ # repository: https://charts.helm.sh/stable/
- name: elasticsearch - name: elasticsearch
version: 1.32.0 version: 1.32.0
repository: https://kubernetes-charts.storage.googleapis.com/ repository: https://charts.helm.sh/stable/
condition: elasticsearch.enabled condition: elasticsearch.enabled
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment