diff --git a/container/helm/charts/openqa/values.yaml b/container/helm/charts/openqa/values.yaml index d74dabc185b..0a4efa37971 100644 --- a/container/helm/charts/openqa/values.yaml +++ b/container/helm/charts/openqa/values.yaml @@ -1,4 +1,10 @@ +global: + security: + allowInsecureImages: true postgresql: + image: + repository: bitnamisecure/postgresql + tag: "latest" enabled: true fullnameOverride: db auth: diff --git a/container/helm/charts/webui/values.yaml b/container/helm/charts/webui/values.yaml index fb00bb460dd..1f19d52201d 100644 --- a/container/helm/charts/webui/values.yaml +++ b/container/helm/charts/webui/values.yaml @@ -7,7 +7,13 @@ image: name: registry.opensuse.org/devel/openqa/containers15.6/openqa_webui pullPolicy: Always tag: "latest" +global: + security: + allowInsecureImages: true postgresql: + image: + repository: bitnamisecure/postgresql + tag: "latest" enabled: true fullnameOverride: db auth: