Skip to content

Commit

Permalink
Temporarily Remove Deps (#142)
Browse files Browse the repository at this point in the history
* temporarily remove dep
  • Loading branch information
ranchodeluxe authored Sep 9, 2024
1 parent 7278240 commit 47a08aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm-chart/eoapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47a08aa

Please sign in to comment.