UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Add functionality to package & Wrapper to specify HR Namespace"

All threads resolved!

Package Merge Request

Package Changes

Allow for us to specify helmRelease namespaces, which can potentially facilitate future use for when we intend to have different "levels of maintainence"

Package MR

d functionality to package & Wrapper to specify HR Namespace.

For this issue I will need to extensively test it with the following

packages:  
  crossplane:
    enabled: true
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/crossplane.git
      path: "./chart"
      tag: "1.15.0-bb.0"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      webhooks:
        enabled: false
  confluence:
    enabled: true
    namespace:
      name: confluencetest
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/confluence.git
      path: "./chart"
      tag: "1.20.0-bb.9"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      serviceAccount:
        name: test
  jira:
    enabled: true
    helmRelease:
      namespace: bigbang
    namespace:
      name: hello
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/jira.git
      path: "./chart"
      tag: "1.20.0-bb.3"
    values:
      jira:
        service:
          port: 8080

  gitlab-ci-pipelines-exporter:
    enabled: true
    helmRelease:
      namespace: bigbang
    git:
      repo: https://repo1.dso.mil/big-bang/apps/sandbox/gitlab-ci-pipelines-exporter.git 
      path: "./chart"
      tag: "0.3.4-bb.2"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      redis:
        enabled: false
      istio:
        enabled: true
      config: 
        gitlab:
          url: "https://repo1.dso.mil"
          token: ""
          enable_health_check: false
          health_url: "https://repo1.dso.mil"

For Issue

Closes (link to issue here)

Upgrade Notices

N/A

Closes #2205 (closed)

Edited by Jeffrey Victor

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading