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
We are using ArgoCD to deploy our buildkite-agents and we are having an issue where from what I understood, ArgoCD is validating chart values against values.schema.json. Schema file has "$id": "http://example.com/example.json" which Helm tries to fetch → 404, producing the error you see below.
This is preventing us to sync the project, has anyone come up with something similar before? This happened after we updated our ArgoCD version to v3.0.12+ed1e239.
Failed to load target state: failed to generate manifest for source 1 of 2: rpc error: code = Unknown desc = Manifest generation error (cached): failed to execute helm template command: failed to get command args to log: helm template . --name-template agent-stack-k8s --namespace buildkite --kube-version 1.33 --values <path to cached source>/path/agent-stack-k8s/values.yaml --values <path to cached source>/path/agent-stack-k8s/env-values.yaml --values <path to cached source>/path/agent-stack-k8s/env-secret-values.yaml <api versions removed> --include-crds failed exit status 1: [helm-secrets] Decrypt: /path/agent-stack-k8s/env-secret-values.yaml Error: values don't meet the specifications of the schema(s) in the following chart(s): buildkite-agents: Could not read schema from HTTP, response status is 404 Not Found [helm-secrets] Removed: /tmp/tmp.X0mQdsFZjh/env-secret-values.yaml.dec Error: plugin "secrets" exited with error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are using ArgoCD to deploy our buildkite-agents and we are having an issue where from what I understood, ArgoCD is validating chart values against values.schema.json. Schema file has "$id": "http://example.com/example.json" which Helm tries to fetch → 404, producing the error you see below.
This is preventing us to sync the project, has anyone come up with something similar before? This happened after we updated our ArgoCD version to v3.0.12+ed1e239.
Beta Was this translation helpful? Give feedback.
All reactions