This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Describe the bug
When deploying with the 0.16 chart the following errors are thrown:
Diagnostics:
pulumi:pulumi:Stack (ingress-controller-maratest02):
NGINX Ingress Controller will be deployed with the Helm Chart [[email protected]]
Using Ingress Controller image: 369313531325.dkr.ecr.us-west-2.amazonaws.com/ingress-controller-maratest02:2.4.2
kubernetes:helm.sh/v3:Release (kic):
error: failed to create chart from template: chart requires kubeVersion: >= 1.21.0-0 which is incompatible with Kubernetes v1.20.0
Resources:
+ 2 created
To Reproduce
Steps to reproduce the behavior:
- Deploy to AWS with the 0.16 chart and 3.0 KIC (unsure if this occurs on other clouds; will test separately).
- KIC will error out with the above errors.
Expected behavior
KIC should deploy
Your environment
n/a
Additional context
None