The AVI Controller CA has been updating by patching the avi-controller-ca as per the docs on how to modify the Avi Controller Certificates
However, the new CA is not reflected in the AVI components, and the ako and ako-operator show that they can't connect to the AVI Controller due to an unknown certificate authority.
avisession.go:666] Client error for URI: login. Error: Post "https://<AVI Controller>/login": tls: failed to verify certificate: x509: certificate signed by unknown authority
TKGm 2.5
kubectl get secret -n tkg-system tkg-pkg-tkg-system-addon -o jsonpath='{.data.tkgpackagevalues\.yaml}' | base64 -d > tkgpackagevalues.yaml
cat tkgpackagevalues.yaml | base64 -w 0
kubectl edit secret -n tkg-system tkg-pkg-tkg-system-addon