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
138138/docs /src /api /* 
139139
140140.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
33description : A Helm chart for STAC FastAPI with Elasticsearch and OpenSearch backends 
44type : application 
55version : 0.1.0 
6- appVersion : " 6.0 .0" 
6+ appVersion : " 6.3 .0" 
77
88keywords :
99  - stac 
@@ -23,10 +23,10 @@ maintainers:
2323
2424dependencies :
2525  - name : elasticsearch 
26-     version : 19.19.4 
26+     version : 8.5.1 
2727    repository : https://helm.elastic.co 
2828    condition : elasticsearch.enabled 
2929  - name : opensearch 
30-     version : 2.18.0 
30+     version : 3.2.1 
3131    repository : https://opensearch-project.github.io/helm-charts/ 
3232    condition : opensearch.enabled 
Original file line number Diff line number Diff line change @@ -182,11 +182,10 @@ elasticsearch:
182182
183183  #  Elasticsearch roles
184184  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 
190189
191190  #  Number of replicas
192191  replicas : 1 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments