From bdad2ccf467ffee823248cc88ffdb15bf94fe0f4 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 20 Oct 2025 13:03:01 +0200 Subject: [PATCH] Enable insecure image usage in mbgwp-helm.yaml Allow insecure images in Helm chart configuration. --- apps/templates/mbgwp-helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index be2d891..04a9788 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -18,6 +18,7 @@ spec: values: | image: repository: bitnamilegacy/wordpress + global.security.allowInsecureImages: true service: ## @param service.type WordPress service type ##