diff --git a/argocd/apps/mantisbt/values-mantisbt.yaml b/argocd/apps/mantisbt/values-mantisbt.yaml index 3378a03..c593428 100644 --- a/argocd/apps/mantisbt/values-mantisbt.yaml +++ b/argocd/apps/mantisbt/values-mantisbt.yaml @@ -1,21 +1,21 @@ -# ArgoCD Application für MantisBT v0.2.0 (mit MariaDB) apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: mantisbt + namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: 'https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt' - targetRevision: 0.3.* + targetRevision: 0.4.* chart: mantisbt helm: values: | image: repository: xlrl/mantisbt - tag: "2.27.0" + tag: "latest" ingress: enabled: true @@ -33,19 +33,9 @@ spec: - mantisbt.innovation-hub-niedersachsen.de mantisbt: + # WICHTIG: Nach der Installation auf "0" setzen! enableAdmin: "1" - adminUser: administrator - adminPassword: "InnoHubADMIN_2024!" - adminEmail: "admin@innovation-hub-niedersachsen.de" - siteName: "InnoHub Bug Tracker" - siteUrl: "https://mantisbt.innovation-hub-niedersachsen.de" timezone: "Europe/Berlin" - email: - enabled: true - smtpHost: 192.168.4.125 - smtpPort: 25 - fromAddress: "mantisbt@innovation-hub-niedersachsen.de" - fromName: "InnoHub MantisBT" persistence: enabled: true @@ -63,8 +53,6 @@ spec: mariadb: enabled: true image: - # registry: docker.io - # repository: bitnami/mariadb tag: "latest" auth: database: mantisbt