I am getting this error in Github Actions but not ...
# kubernetes
e
I am getting this error in Github Actions but not on my local machine.. Any ideas?
Copy code
pulumi:pulumi:Stack STACK running error: Error: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to create chart from template: chart requires kubeVersion: >=1.23.0-0 which is incompatible with Kubernetes v1.20.0
The target cluster is running 1.27.0
b
Getting the same issue with cert-manager
I had to switch to “@pulumi/kubernetes”: “4.4.0",