gitlab update to 9.4.1-bb.2
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/gitlab/-/blob/9.4.1-bb.2/CHANGELOG.md
Package MR
big-bang/product/packages/gitlab!410 (merged)
For Issue
Closes big-bang/product/packages/gitlab#324 (closed)
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
gitlab:
enabled: true
values:
registry:
image:
repository: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry
tag: X.X.X
Updated Values
# Package name
gitlab:
enabled: true
# -- Values to passthrough to the gitlab registry
values:
upstream:
registry:
image:
repository: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry
tag: X.X.X
Edited by Sarafa Lawal