You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployed v0.7.0 using with built-in server enabled, in a cluster that has a proxy firewall (with internal-signed-cert) between it and ghcr.io. Top-level values.yaml specifies trivy.repository and trivy.tag to point at our custom trivy image that includes CA cert trust for our internal certificate.
trivy-server-0 pod sent to Crash Loop Backoff due to cert mismatch when downloading DB.
What did you expect to happen:
I expected that trivy-server would use the defined trivy image which trusts our internal cert and would successfully download the DB and continue running.
Anything else you would like to add:
Should be fixable by replacing the hardcoded image line in templates/trivy-server.yaml with this one:
What steps did you take and what happened:
Deployed v0.7.0 using with built-in server enabled, in a cluster that has a proxy firewall (with internal-signed-cert) between it and ghcr.io. Top-level values.yaml specifies trivy.repository and trivy.tag to point at our custom trivy image that includes CA cert trust for our internal certificate.
trivy-server-0 pod sent to Crash Loop Backoff due to cert mismatch when downloading DB.
What did you expect to happen:
I expected that trivy-server would use the defined trivy image which trusts our internal cert and would successfully download the DB and continue running.
Anything else you would like to add:
Should be fixable by replacing the hardcoded image line in templates/trivy-server.yaml with this one:
I tested this with local modification to helm chart and it works.
Environment:
trivy-operator version
): v0.7.0kubectl version
): 1.24.3The text was updated successfully, but these errors were encountered: