Skip to content

Commit

Permalink
fix: Fix overlay e2e test caused by troublesome bitnami postgres image (
Browse files Browse the repository at this point in the history
#1677)

Signed-off-by: Sam Lock <sam@swlock.co.uk>
  • Loading branch information
Sambigeara committed Jul 5, 2023
1 parent 79826d7 commit 210ccc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions e2e/overlay/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ releases:
e2e-run: '{{ requiredEnv "E2E_RUN_ID" }}'
e2e-ctx: '{{ requiredEnv "E2E_CONTEXT_ID" }}'
chart: bitnami/postgresql
# There were a few issues around versions 12.6.1->12.6.2 of the postgresql image. It manifested here as problems
# related to duplicate kube namespaces (possibly due to being unable to clear up previous namespace between runs).
# Locking the version to a known working image.
# https://artifacthub.io/packages/helm/bitnami/postgresql
# https://github.com/bitnami/charts/commit/262f4f1d2906226cee8cabb49c8fedf97ecc30e4
# https://github.com/bitnami/charts/commit/d6234d8b8921470066e567832660164d84192975
version: 12.6.0
hooks:
- events: ["presync"]
showlogs: true
Expand Down

0 comments on commit 210ccc3

Please sign in to comment.