Hello Team,
I have been trying to run the helm upgrade to get the newrelic log to aks and I am getting below error
HelmRelease not ready: Helm upgrade failed for release devopspocnewrelic/agent-control-cd with chart agent-control-cd@1.0.0: cannot patch "ocirepositories.source.toolkit.fluxcd.io" with kind CustomResourceDefinition:
AKS is what we are using and NewRelic .
I am integrating the logs with PipelineControlGateway. and running heml upgrade command with the values newrelic passing to command.
"helm repo add newrelic https://helm-charts.newrelic.com && helm repo update && helm upgrade --install agent-control-bootstrap --version 1.4.0 -n newrelic-agent-control newrelic/agent-control-bootstrap --create-namespace --values values-newrelic-gateway.yaml"
LIke above