codaglobal / teamcity_helm

Simple Helm Chart for TeamCity
MIT License
1 stars 3 forks source link

Ingress can not be created on latest K8s versions #1

Open Dmitriusan opened 1 year ago

Dmitriusan commented 1 year ago
Error: Unable to build Kubernetes objects from release manifest: Resource mapping not found for name: "irw-teamcity-release" namespace: "" from "".
No matches for kind "Ingress" in version "networking.k8s.io/v1beta1".
Ensure CRDs (Custom Resource Definitions) are installed first.

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122 https://github.com/codaglobal/teamcity_helm/blob/main/templates/ingress.yaml#L5C13-L5C38

Dmitriusan commented 1 year ago

BTW, I've created a PR with fixes for a fork https://github.com/srust/teamcity_helm/pull/1