dbPassword, smtpPasswort und adminPassword from templates deleted
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
entries:
|
|
||||||
mantisbt:
|
|
||||||
- apiVersion: v2
|
|
||||||
appVersion: 2.27.0
|
|
||||||
created: "2025-12-15T11:02:12.292437+01:00"
|
|
||||||
dependencies:
|
|
||||||
- condition: mariadb.enabled
|
|
||||||
name: mariadb
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 19.*.*
|
|
||||||
description: MantisBT Bug Tracker - A Helm chart for Kubernetes
|
|
||||||
digest: a25049649cd7a6e34d827ac13acf734ed89bbdcaf6b7b4eadead6c3324df4409
|
|
||||||
name: mantisbt
|
|
||||||
type: application
|
|
||||||
urls:
|
|
||||||
- https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt/mantisbt-0.4.0.tgz
|
|
||||||
version: 0.4.0
|
|
||||||
generated: "2025-12-15T11:02:12.289385+01:00"
|
|
||||||
Binary file not shown.
14
mantisbt/mantisbt/config_inc.php
Normal file
14
mantisbt/mantisbt/config_inc.php
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
$g_hostname = 'mantisbt-mariadb';
|
||||||
|
$g_db_type = 'mysqli';
|
||||||
|
$g_database_name = 'mantisbt';
|
||||||
|
$g_db_username = 'mantisbt';
|
||||||
|
$g_db_password = 'MantisDBPassword_2024!';
|
||||||
|
$g_default_timezone = 'Europe/Berlin';
|
||||||
|
$g_crypto_master_salt = 'sxV60XX070dky/kC7+F2ynWWhM9KsnfR0t3VREIRAXM=';
|
||||||
|
$g_path = 'https://mantisbt.innovation-hub-niedersachsen.de/';
|
||||||
|
$g_allow_signup = OFF;"
|
||||||
|
$g_smtp_host = 'smtp.innohub.local';
|
||||||
|
$g_smtp_port = 25;
|
||||||
|
$g_smtp_username = '';
|
||||||
|
$g_smtp_connection_mode = '';
|
||||||
@@ -9,12 +9,7 @@ metadata:
|
|||||||
heritage: {{ .Release.Service }}
|
heritage: {{ .Release.Service }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
database-password: {{ include "mantisbt.databasePassword" . | quote }}
|
|
||||||
admin-password: {{ .Values.mantisbt.adminPassword | quote }}
|
|
||||||
master-salt: {{ randAlphaNum 64 | b64enc | quote }}
|
master-salt: {{ randAlphaNum 64 | b64enc | quote }}
|
||||||
{{- if .Values.mantisbt.email.smtpPassword }}
|
|
||||||
smtp-password: {{ .Values.mantisbt.email.smtpPassword | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range .Values.secretEnv }}
|
{{- range .Values.secretEnv }}
|
||||||
{{ .name }}: {{ .value | quote }}
|
{{ .name }}: {{ .value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user