aqua-helm icon indicating copy to clipboard operation
aqua-helm copied to clipboard

Helm Charts For Installing Aqua Security Components

Results 36 aqua-helm issues
Sort by recently updated
recently updated
newest added

In this change we are modifying the key in the KE configmap that holds the name of the Node Labels that will be skipped during Kube Bench execution. This will...

Hi, I've been finding that Aqua console and gateway pods are restarting. I've just been following the logs of the console and this is all I see: ``` $ oc...

The `imageCredentials.name` in this repo by default is `aqua-registry-secret`. If this value is not defined(empty) in the `values.yaml` file the `templates/helpers.tpl` will use by default `aqua-registry-secret.` As example, Aqua Enforcer...

I'm currently seeing that when the certificate is changed in the mounted secret for the **kube-enforcer** pods it does not seem to result in the svc/pod reloading the new certificate....

As per the below service YAML definition, 443 is mapped for 8443 which is designed as the grpc port on wich gateway connects to console. ` service: type: LoadBalancer #...

the imageCredentials.name value should be aqua-registry-secret not aqua-registry. https://github.com/aquasecurity/aqua-helm/blob/2022.4/kube-enforcer/values.yaml#L35C4-L35C26