From 546dfaaccc4459242565fc43e472949ccdd65c15 Mon Sep 17 00:00:00 2001 From: Pieter Callewaert Date: Mon, 22 Sep 2025 15:42:13 +0200 Subject: [PATCH] Add e2e tests --- tests/kuttl-test-self-hosted-postgres.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/kuttl-test-self-hosted-postgres.yaml b/tests/kuttl-test-self-hosted-postgres.yaml index a6d088af..1f9769f5 100644 --- a/tests/kuttl-test-self-hosted-postgres.yaml +++ b/tests/kuttl-test-self-hosted-postgres.yaml @@ -11,7 +11,6 @@ artifactsDir: ./tests/ commands: - command: >- helm install -n $NAMESPACE postgresql oci://registry-1.docker.io/bitnamicharts/postgresql - --version 16.6.0 --set global.postgresql.auth.password=postgres --set global.postgresql.auth.username=postgres --wait