Skip to content

Commit

Permalink
eoapi upgrade with postgres cluster 5.5.3 (#149)
Browse files Browse the repository at this point in the history
* release eoapi with postgres cluster 5.5.3

---------

Co-authored-by: ranchodeluxe <[email protected]>
  • Loading branch information
ranchodeluxe and ranchodeluxe authored Sep 20, 2024
1 parent b6c052d commit 9a94322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.13"
version: "0.4.16"

# 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.19"
appVersion: "0.3.20"

dependencies:
- name: postgrescluster
version: 5.5.2
version: 5.5.3
repository: "https://devseed.com/eoapi-k8s/"
condition: postgrescluster.enabled

0 comments on commit 9a94322

Please sign in to comment.