Breaking change to ingress in 2.0.4 #66
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Breaking change due to the ingress spec changing in k8s 1.19. The chart will not work with ingress enabled if you are on 1.19.
Discord conversation: https://discord.com/channels/322538954119184384/730458347928813581/780995708861284392
fwiw 2.0.3 doesn't have this problem - this was my mistake (sorry!). fix is in PR.
Hi,
I tried 2.0.5 agist Kubernetes 1.19.4 with Helm 3.4.1 and its broken (while 2.0.3 works):
Looking at other charts, they using
.Capabilities.APIVersions.Has "networking.k8s.io/v1instead.Capabilities.KubeVersion.GitVersionwhich is working great.See gitea/helm-chart#67
@joelgallant you didn't bump the version with that fix... we need a 2.0.6
@jkroepke thanks for the suggestion I've added this into #70
Hopefully all issues in ingress are resolved with this PR. Finally had time to test it.
Fixed with #70