UNCLASSIFIED - NO CUI

Skip to content

gitlab passthrough configuration

General MR

Summary

Configuring Gitlab chart for passthrough configuration

Umbrella Branch

gitlab-passthrough

Complete MR checklist

Assignee

  • Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md
  • Update Docs with new/updated steps as needed
  • Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines

Relevant logs/screenshots

image image image image image image

Linked Issue

issue

Upgrade Notices

  • Refactoring package with passthrough pattern. Passing values to the gitlab upstream chart will require an additional layer of overlay: addons.gitlab.values.upstream .

An example for update would look like the following:

Current Values

registry:
  image:
    repository: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry
    tag: 18.4.1

Updated Values

upstream:
  registry:
    image:
      repository: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry
      tag: 18.4.1
Edited by Sarafa Lawal

Merge request reports

Loading