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