From b7fcb2150e021358f656a6093181ea7359c13c16 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 30 Jan 2025 18:06:17 -0500 Subject: [PATCH] Original Discourse image without LDAP auth --- tasks/discourse.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index aa9d2e2..d70b83d 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -7,9 +7,6 @@ release_namespace: discourse create_namespace: true values: - global: - security: - allowInsecureImages: true auth: email: discourse@eom.dev username: discourse_admin @@ -22,16 +19,12 @@ port: "587" user: "discourse" password: "{{ discourse_admin_password }}" - image: - repository: ericomeehan/discourse - tag: latest - pullPolicy: Always discourse: skipInstall: false plugins: - https://github.com/discourse/discourse-activity-pub - https://github.com/discourse/discourse-openid-connect - - https://github.com/jonmbake/discourse-ldap-auth + #- https://github.com/jonmbake/discourse-ldap-auth persistPlugins: false compatiblePlugins: true resourcesPreset: none