:wave: Heyy team!! I’m getting this issue trying t...
# troubleshoot
s
👋 Heyy team!! I’m getting this issue trying to upgrade the helm chart to the latest version. That is a change introduced 4 days ago
Copy code
Error: UPGRADE FAILED: template: datahub/templates/_helpers.tpl:69:45: executing "datahub-ingestion-cron.cronjob.apiVersion" at <.Capabilities.KubeVersion.Version>: nil pointer evaluating interface {}.KubeVersion
b
@early-lamp-41924 Have you any ideas around this one? I don't recognize this one
e
@incalculable-ocean-74010 seems related to your change
maybe we need a backup to check whether this version field exists
b
Do we think this is blocking other deployments?
i
😞 This didn’t happen when I tested it
Let me check something
@salmon-area-51650 Are you able to identify which resource failed when you were trying to deploy this?
What version of kubernetes & helm are you using?
s
Hi @incalculable-ocean-74010! Helm: v3.7.1 Kubernetes: AWS EKS Kubernetes v1.19 The issue happens after executing this helm command:
Copy code
helm upgrade --install --create-namespace --namespace datahub -f values.yaml datahub datahub/datahub
i
Miguel what version of the helm repo did you pull?
s
@incalculable-ocean-74010 The latest one
datahub-0.2.67
datahub-0.2.65
is working btw
i
Yh it’s related to a change that was released on .66 however I’ve not been able to repro this yet