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.
2 parents 15c35c1 + 77f7ae5 commit fb2df0eCopy full SHA for fb2df0e
.github/workflows/test-chart.yaml
@@ -208,6 +208,7 @@ jobs:
208
--set hub.db.upgrade=true
209
create-k8s-test-resources: true
210
# https://artifacthub.io/packages/helm/bitnami/postgresql
211
+ # TODO: Replace postgresql chart https://github.com/bitnami/containers/issues/83267
212
setup-postgresql-args: >-
213
--version=16.0.5
214
--set auth.enablePostgresUser=true
@@ -217,6 +218,7 @@ jobs:
217
218
--set audit.logConnections=true
219
--set audit.logDisconnections=true
220
--set audit.clientMinMessages=debug
221
+ --set image.repository=bitnamilegacy/postgresql
222
os: ubuntu-24.04
223
224
runs-on: ${{ matrix.os }}
0 commit comments