v0.21.0
What's Changed
Breaking Changes 🛠
Enhancements 🎉
- feat: update ami and calico by @venkatamutyala in #136
Other 🐛
Full Changelog: v0.20.0...v0.21.0
Upgrade notes:
Update calico.yaml:
# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
  image: tigera/operator
  version: v1.32.10
  registry: quay.io
calicoctl:
  image: docker.io/calico/ctl
  tag: v3.27.4
And then run:
helm repo add projectcalico https://docs.tigera.io/calico/charts
helm repo update
helm diff upgrade calico projectcalico/tigera-operator --version v3.27.4 --namespace tigera-operator -f calico.yaml
Deploy new node pools with:
terraform apply -target='module.captain.module.node_pool["glueops-platform-node-pool-argocd-app-controller-2"]' -target='module.captain.module.node_pool["clusterwide-node-pool-2"]' -target='module.captain.module.node_pool["glueops-platform-node-pool-2"]'
And then destroy old ones. Note: there is a SG also being removed too.