diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index 815d6cc2..18fb935c 100644 --- a/helm-chart/eoapi/Chart.yaml +++ b/helm-chart/eoapi/Chart.yaml @@ -15,16 +15,16 @@ kubeVersion: ">=1.23.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.4.9" +version: "0.4.10" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.15" +appVersion: "0.3.16" dependencies: - name: postgrescluster version: 5.5.2 - respository: "file://charts/postgrescluster" + respository: "https://devseed.com/eoapi-k8s/postgrescluster" condition: postgrescluster.enabled diff --git a/helm-chart/eoapi/values.yaml b/helm-chart/eoapi/values.yaml index 5031a8c4..72e06a87 100644 --- a/helm-chart/eoapi/values.yaml +++ b/helm-chart/eoapi/values.yaml @@ -286,11 +286,11 @@ vector: autoscaling: # NOTE: to have autoscaling working you'll need to install the `eoapi-support` chart # see ../../../docs/autoscaling.md for more information - enabled: false + enabled: true minReplicas: 1 maxReplicas: 10 # `type`: "cpu" || "requestRate" || "both" - type: "both" + type: "requestRate" behaviour: scaleDown: stabilizationWindowSeconds: 60 diff --git a/helm-chart/eoapi/charts/postgrescluster/Chart.yaml b/helm-chart/postgrescluster/Chart.yaml similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/Chart.yaml rename to helm-chart/postgrescluster/Chart.yaml diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/NOTES.txt b/helm-chart/postgrescluster/templates/NOTES.txt similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/NOTES.txt rename to helm-chart/postgrescluster/templates/NOTES.txt diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/_azure.tpl b/helm-chart/postgrescluster/templates/_azure.tpl similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/_azure.tpl rename to helm-chart/postgrescluster/templates/_azure.tpl diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/_gcs.tpl b/helm-chart/postgrescluster/templates/_gcs.tpl similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/_gcs.tpl rename to helm-chart/postgrescluster/templates/_gcs.tpl diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/_s3.tpl b/helm-chart/postgrescluster/templates/_s3.tpl similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/_s3.tpl rename to helm-chart/postgrescluster/templates/_s3.tpl diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/pgbackrest-secret.yaml b/helm-chart/postgrescluster/templates/pgbackrest-secret.yaml similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/pgbackrest-secret.yaml rename to helm-chart/postgrescluster/templates/pgbackrest-secret.yaml diff --git a/helm-chart/eoapi/charts/postgrescluster/templates/postgres.yaml b/helm-chart/postgrescluster/templates/postgres.yaml similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/templates/postgres.yaml rename to helm-chart/postgrescluster/templates/postgres.yaml diff --git a/helm-chart/eoapi/charts/postgrescluster/values.yaml b/helm-chart/postgrescluster/values.yaml similarity index 100% rename from helm-chart/eoapi/charts/postgrescluster/values.yaml rename to helm-chart/postgrescluster/values.yaml