Skip to content

Commit 228e5b0

Browse files
committed
Upgraded PGO to 5.7.4.
1 parent ced1976 commit 228e5b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Variables
44
HELM_REPO_URL=https://devseed.com/eoapi-k8s/
55
HELM_CHART_NAME=eoapi/eoapi
6-
PGO_CHART_VERSION=5.7.0
6+
PGO_CHART_VERSION=5.7.4
77

88
.PHONY: all deploy minikube ingest help
99

helm-chart/postgrescluster/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ type: application
55
# The version below should match the version on the PostgresCluster CRD
66
# from CrunchyData's Postgres Operator
77
# https://access.crunchydata.com/documentation/postgres-operator/latest/releases
8-
version: 5.7.0
9-
appVersion: 5.7.0
10-
force: true
8+
version: 5.7.4
9+
appVersion: 5.7.4
10+
force: true

0 commit comments

Comments
 (0)