Admission Controller 1.0.0-11

December 17, 2024 

Admission Controller 1.0.0-11 has hard dependency on Unified Helm Chart 2.1.0. Hence, you must use Helm Chart 2.1.0 for proper working of Admission Controller.

To know more about Admission Controller, refer to Qualys Container Security Online Help.

What’s New?

Changes in Admission Controller Parameters

Earlier, admissionController.tag parameter was used to specify the tag to deploy the admission controller. With this release, admissionController.image parameter is used to specify the tag along with the image name to deploy the admission controller.

Support for Deployment in Proxy Environment

With this release, if Proxy is set in your environment, the Admission Controller supports its deployment using global.proxy.value parameter. This is an optional parameter. You need to specify Url of the proxy server.
Example: --set global.proxy.value="http://54.226.86.234:1234"