File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,14 @@ venv
138
138
/docs /src /api /*
139
139
140
140
.DS_Store
141
+
142
+ # Helm
143
+ * .tgz
144
+ charts /* /charts /
145
+ charts /* /requirements.lock
146
+ charts /* /Chart.lock
147
+ helm-chart /stac-fastapi /charts /
148
+ helm-chart /stac-fastapi /Chart.lock
149
+ helm-chart /stac-fastapi /* .tgz
150
+ helm-chart /test-results /
151
+ helm-chart /tmp /
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: stac-fastapi
3
3
description : A Helm chart for STAC FastAPI with Elasticsearch and OpenSearch backends
4
4
type : application
5
5
version : 0.1.0
6
- appVersion : " 6.0 .0"
6
+ appVersion : " 6.3 .0"
7
7
8
8
keywords :
9
9
- stac
@@ -23,10 +23,10 @@ maintainers:
23
23
24
24
dependencies :
25
25
- name : elasticsearch
26
- version : 19.19.4
26
+ version : 8.5.1
27
27
repository : https://helm.elastic.co
28
28
condition : elasticsearch.enabled
29
29
- name : opensearch
30
- version : 2.18.0
30
+ version : 3.2.1
31
31
repository : https://opensearch-project.github.io/helm-charts/
32
32
condition : opensearch.enabled
Original file line number Diff line number Diff line change @@ -182,11 +182,10 @@ elasticsearch:
182
182
183
183
# Elasticsearch roles
184
184
roles :
185
- master : " true"
186
- ingest : " true"
187
- data : " true"
188
- remote_cluster_client : " true"
189
- ml : " false"
185
+ - master
186
+ - ingest
187
+ - data
188
+ - remote_cluster_client
190
189
191
190
# Number of replicas
192
191
replicas : 1
You can’t perform that action at this time.
0 commit comments