File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 8080
8181 cd helm-chart
8282
83+ helm dependency build eoapi
84+
8385 helm install $RELEASE_NAME \
8486 --namespace default \
8587 -f ./eoapi/values.yaml \
@@ -234,6 +236,8 @@ jobs:
234236
235237 cd helm-chart
236238
239+ helm dependency build eoapi
240+
237241 helm install $RELEASE_NAME \
238242 --namespace $RELEASE_NAME \
239243 --create-namespace \
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ kubeVersion: ">=1.23.0-0"
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : " 0.4.12 "
18+ version : " 0.4.13 "
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 0.3.18 "
24+ appVersion : " 0.3.19 "
2525
26- # dependencies:
27- # - name: postgrescluster
28- # version: 5.5.2
29- # respository : "https://devseed.com/eoapi-k8s/postgrescluster "
30- # condition: postgrescluster.enabled
26+ dependencies :
27+ - name : postgrescluster
28+ version : 5.5.2
29+ repository : " https://devseed.com/eoapi-k8s/"
30+ condition : postgrescluster.enabled
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ raster:
179179 minReplicas : 1
180180 maxReplicas : 10
181181 # `type`: "cpu" || "requestRate" || "both"
182- type : " both "
182+ type : " requestRate "
183183 behaviour :
184184 scaleDown :
185185 stabilizationWindowSeconds : 60
@@ -241,7 +241,7 @@ stac:
241241 minReplicas : 1
242242 maxReplicas : 10
243243 # `type`: "cpu" || "requestRate" || "both"
244- type : " both "
244+ type : " requestRate "
245245 behaviour :
246246 scaleDown :
247247 stabilizationWindowSeconds : 60
@@ -286,7 +286,7 @@ vector:
286286 autoscaling :
287287 # NOTE: to have autoscaling working you'll need to install the `eoapi-support` chart
288288 # see ../../../docs/autoscaling.md for more information
289- enabled : true
289+ enabled : false
290290 minReplicas : 1
291291 maxReplicas : 10
292292 # `type`: "cpu" || "requestRate" || "both"
You can’t perform that action at this time.
0 commit comments