#68 Refactor: Move logging
container-related resources to their own component subdirectory. This is to work towards a more organized Chart.
#65 Make dnsConfig ndots configurable
#62 Fix syntax issue in pdb template .
#58 Use namespace for service account
#66 Grant role list permissions for Pods and events. This change supports the migration to Kubernetes informers, which require listing resources on startup and during resync operations.
#64 Start signing the Helm chart to ensure provenance: https://helm.sh/docs/topics/provenance/
#59 Fix service container config example & update test
#56 Fix bug with service container config loading
#54 Load global service container config & add example usage
- #50 Take a list of pull secret names rather than requiring full YAML maps for agent image pull secrets
- #47 [EXPERIMENTAL] Set correct env var for shared task volume- #44 [EXPERIMENTAL] Add toggle for shared task volume - #45 Set minimum kubeVersion in Chart.yaml
This is the Container Agent Helm Chart changelog
- #42 Fix formatting bug when adding role and logging role rules
- #41 Expose log settings for container-agent in the values file.
- #39 fix clusterrole indentation when adding rules #39
- #38 Add option to set the garbage collection (GC) period to tune how quickly failed Pods are removed.
- #37 Update the values file and README for the SSH reruns open preview.
- #36 Add field to set arbitrary environment variables for container-agent
- #34 [PRERELEASE] Add an option to specify an existing GatewayClass for SSH reruns
- #35 [PRERELEASE] Support the namespace field in ParametersReference for the SSH reruns GatewayClass
- #33 [PRERELEASE] Add finalizer on GatewayClass to ensure proper cleanup
- #31 Fixed PDB to reference the right variable
- #16 [PRERELEASE] Support SSH reruns
- #29 Added Proxy env support
- #20 Use the current major release
3
tag instead of the rollingedge
tag for the logging-collector image
- Update README with new parameters & add some documentation links to
values.yaml
- Add
digest
paramater inimage
settings - Add
forceUpdate
option
- Fix
logging-collector
RBAC permissions - Annotate the correct service account name on the
logging-collector-token
secret
Simplify rbac implementation, avoid cluster role collision
Revert breaking change in 101.2 that required a list for roles and cluster roles
Break RBAC template into two seperate template files, cleanup whitespace
Remove command from agent pod spec to use command specified in the image Dockerfile
Update default image repository to circleci/runner-agent
Set custom service account even if create
is set to false
(PR #5)
Initial release of helm chart