Skip to content

Commit 8d92172

Browse files
Update PGO_VERSION to 5.7.0 and remove backupsEnabled comment from test values
1 parent c1c7461 commit 8d92172

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
HELM_VERSION: v3.15.2
12-
PGO_VERSION: 5.5.2
12+
PGO_VERSION: 5.7.0
1313

1414
jobs:
1515
helm-tests:

helm-chart/eoapi/test-k3s-unittest-values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ingress:
55
className: "traefik"
66
postgrescluster:
77
enabled: true
8-
# Needed with PGO <= 5.7.0 https://github.com/CrunchyData/postgres-operator/issues/3152
9-
backupsEnabled: true
108
pgstacBootstrap:
119
enabled: true
1210
settings:

0 commit comments

Comments
 (0)