From 47a08aa9d9dab23319d542059a3708614af6ad90 Mon Sep 17 00:00:00 2001 From: sudobangbang Date: Mon, 9 Sep 2024 07:38:14 -0700 Subject: [PATCH] Temporarily Remove Deps (#142) * temporarily remove dep --- helm-chart/eoapi/Chart.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index 18fb935..fe06b33 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.10" +version: "0.4.11" # 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.16" +appVersion: "0.3.17" -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