helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Oncall chart intermittent errors: .spec.podReplacementPolicy: field not declared in schema .status.terminating: field not declared in schema

Open paltaa opened this issue 1 year ago • 4 comments

Hey after deploying oncall chart with ArgoCD im getting these errors from time to time, any ideas on how to fix them?

First time i see something like this

Failed to compare desired state to live state: failed to calculate diff from cache: error calculating structured merge diff: error building typed value from live resource: errors: .spec.podReplacementPolicy: field not declared in schema .status.terminating: field not declared in schema

paltaa avatar May 09 '24 16:05 paltaa

Hey after deploying oncall chart with ArgoCD im getting these errors from time to time, any ideas on how to fix them?

First time i see something like this

Failed to compare desired state to live state: failed to calculate diff from cache: error calculating structured merge diff: error building typed value from live resource: errors: .spec.podReplacementPolicy: field not declared in schema .status.terminating: field not declared in schema

@paltaa 👋🏼 QQ: did you ever figure out a fix for this? And did you have this error come from a specific chart? Ran into it with mimir

freddiev4 avatar May 15 '25 18:05 freddiev4

Hey @freddiev4, found a fix because im not getting these anymore, are you deploying with argocd? This is the chart version that i have in production:

targetRevision: 1.14.3

paltaa avatar May 16 '25 16:05 paltaa

@paltaa 👋 thanks for the response! yes I’m deploying with argocd. That’s the version of which chart you’re showing?

freddiev4 avatar May 18 '25 05:05 freddiev4

hey @freddiev4 https://github.com/argoproj/argo-cd/issues/18778, looked into my grafana on call notes and it seems its an argoCD version problem, currently running argocd helm version targetRevision: 7.4.3

paltaa avatar May 20 '25 14:05 paltaa