Skip to content

Commit 4b8113b

Browse files
ranchodeluxeranchodeluxe
andauthored
Add back postgrescluster dep to main eoapi chart (#145)
* readd eoapi pgcluster dep * remove needs: block * change dep repo url * fix key name error, doh * add back needs * helm dependency build * add back requestRate as default --------- Co-authored-by: ranchodeluxe <[email protected]>
1 parent 3145165 commit 4b8113b

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/helm-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
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 \

helm-chart/eoapi/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

helm-chart/eoapi/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)