Skip to content

1.0.0-beta-8

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 15:03

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 that imagePullSecrets 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 an imagePullSecrets to be configured, preventing use with private registries.

Improvements

  • Default Settings for Images: If imagePullSecrets is not set in the insightsController, initCertJob, and initScrapeJob sections, the value from insightsController.imagePullSecrets or the top level imagePullSecrets will be used; this reduces the amount of configuration needed.