gitlabRunner update to 0.77.2-bb.1
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/gitlab-runner/-/blob/0.77.2-bb.1/CHANGELOG.md
Package MR
big-bang/product/packages/gitlab-runner!226 (merged)
For Issue
Closes big-bang/product/packages/gitlab-runner#163 (closed)
Upgrade Notices
- Refactoring package with passthrough pattern. Passing values to the gitlab runner upstream chart from the Big Bang umbrella will require an additional layer of overlay:
addons.gitlabRunner.values.upstream
An example for update would look like the following:
Current Values
image:
registry: registry1.dso.mil
image: ironbank/gitlab/gitlabrunner/gitlabrunner
tag: v18.0.2
Updated Values
upstream:
image:
registry: registry1.dso.mil
image: ironbank/gitlab/gitlabrunner/gitlabrunner
tag: v18.0.2
This change does not apply to bigbang specific values in the chart, i.e. istio
, monitoring
, networkPolicies
, autoRegister
, bbtests
, openshift
, and extraContainers
.
Edited by Christopher O'Connell