defenseunicorns / uds-package-gitlab-runner

🏭 UDS GitLab Runner Zarf Package
Apache License 2.0
4 stars 1 forks source link

feat!: allow for configurability to zarf ignore the sandbox #90

Closed Racer159 closed 4 weeks ago

Racer159 commented 1 month ago

Description

This allows the user to configure whether the sandbox namespace is zarf ignored (with it ignored by default).

[!IMPORTANT]

:warning: BREAKING CHANGE:

  • This PR will cause the zarf agent to ignore the sandbox namespace by default - jobs using the default images can still function but other images will not. In order to revert to the old behavior you need to override the sandboxZarfIgnore value in the uds-gitlab-runner-config chart and set the runners.job.registry and runners.helper.registry values according to the upstream values in your chosen flavor.

Related Issue

Fixes #87

Type of change

Checklist before merging