-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to deploy lacework-agent with ArgoCD #224
Comments
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 #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!
The text was updated successfully, but these errors were encountered: