Open isaaclopezwefox opened 11 months ago
We'll look into this, thank you for the detailed bug report. @isaaclopezwefox is it possible to add the exact version of Helm that you used? Thanks!
We'll look into this, thank you for the detailed bug report. @isaaclopezwefox is it possible to add the exact version of Helm that you used? Thanks!
Hi! The version that we are using in our Argocd is: Version:"v3.12.1"
Thank you, we have fix coming this week that will come with, or just after, we publish the Lacework agent 6.12 charts.
@isaaclopezwefox Please try latest, I just merged https://github.com/lacework/helm-charts/pull/234
We are facing problems trying to deploy lacework-agent with ArgoCD.
chart.yaml:
values.yaml:
ArgoCD error:
Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = `helm template . --name-template lacework --namespace lacework --kube-version 1.26 --values <path to cached source>/values.yaml <api versions removed> --include-crds` failed exit status 1: Error: template: lacework-agent/templates/_helpers.tpl:38:28: executing "lacework-agent.image" at <.Values.image.registry>: nil pointer evaluating interface {}.registry Use --debug flag to render out invalid YAML
looks like a issue with the values.schema.json file. Can disable this validation? We can deploy it successfully through helm cli, seems the values.yaml file is correct.
Stack versions:
kind regards!