Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eoapi upgrade with postgres cluster 5.5.3 #149

Merged
merged 13 commits into from
Sep 20, 2024
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
Loading