Skip to content

Commit 7278240

Browse files
authored
Move postgresql cluster file:// dep to first-level chart dep (#141)
* move postgrescluster file:// dep to first-level chart dep
1 parent a7119de commit 7278240

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

helm-chart/eoapi/Chart.yaml

Lines changed: 3 additions & 3 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.9"
18+
version: "0.4.10"
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.15"
24+
appVersion: "0.3.16"
2525

2626
dependencies:
2727
- name: postgrescluster
2828
version: 5.5.2
29-
respository: "file://charts/postgrescluster"
29+
respository: "https://devseed.com/eoapi-k8s/postgrescluster"
3030
condition: postgrescluster.enabled

helm-chart/eoapi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ 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: false
289+
enabled: true
290290
minReplicas: 1
291291
maxReplicas: 10
292292
# `type`: "cpu" || "requestRate" || "both"
293-
type: "both"
293+
type: "requestRate"
294294
behaviour:
295295
scaleDown:
296296
stabilizationWindowSeconds: 60
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)