diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index bdb1082..ae7fa8e 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.12" +version: "0.4.13" # 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.18" +appVersion: "0.3.19" -#dependencies: -# - name: postgrescluster -# version: 5.5.2 -# respository: "https://devseed.com/eoapi-k8s/postgrescluster" -# condition: postgrescluster.enabled +dependencies: + - name: postgrescluster + version: 5.5.2 + respository: "https://devseed.com/eoapi-k8s/postgrescluster" + condition: postgrescluster.enabled