1.0.0-beta-8
Release 1.0.0-beta-8 (2025-01-14)
This release adds the imagePullSecrets
field to the initCertJob
so that the pod from the job can use an image from a private repository. Additionally, the imagePullSecrets
setting for insightsController
, initCertJob
, and initScrapeJob
now have reasonable default values in the case that they are not set.
Upgrade Steps
- If required, set the
initCertJob.imagePullSecrets
to the desired value. - Alternatively, set only the top level
imagePullSecrets
to configure all pods to use thatimagePullSecrets
setting.
Upgrade using the following command:
helm upgrade --install <RELEASE_NAME> cloudzero-beta/cloudzero-agent -n <NAMESPACE> --create-namespace -f configuration.example.yaml --version 1.0.0-beta-8
Bug Fixes
- imagePullSecrets Field Added to initCertJob: The
initCertJob
Job previously did not allow for animagePullSecrets
to be configured, preventing use with private registries.
Improvements
- Default Settings for Images: If
imagePullSecrets
is not set in theinsightsController
,initCertJob
, andinitScrapeJob
sections, the value frominsightsController.imagePullSecrets
or the top levelimagePullSecrets
will be used; this reduces the amount of configuration needed.