Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions container/helm/charts/openqa/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
global:
security:
allowInsecureImages: true
postgresql:
image:
repository: bitnamisecure/postgresql
tag: "latest"
enabled: true
fullnameOverride: db
auth:
Expand Down
6 changes: 6 additions & 0 deletions container/helm/charts/webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading