We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1976 commit 228e5b0Copy full SHA for 228e5b0
Makefile
@@ -3,7 +3,7 @@
3
# Variables
4
HELM_REPO_URL=https://devseed.com/eoapi-k8s/
5
HELM_CHART_NAME=eoapi/eoapi
6
-PGO_CHART_VERSION=5.7.0
+PGO_CHART_VERSION=5.7.4
7
8
.PHONY: all deploy minikube ingest help
9
helm-chart/postgrescluster/Chart.yaml
@@ -5,6 +5,6 @@ type: application
# The version below should match the version on the PostgresCluster CRD
# from CrunchyData's Postgres Operator
# https://access.crunchydata.com/documentation/postgres-operator/latest/releases
-version: 5.7.0
-appVersion: 5.7.0
10
-force: true
+version: 5.7.4
+appVersion: 5.7.4
+force: true
0 commit comments