Skip to content

fix: remove deprecated ingress API version fallbacks#39

Merged
gramidt merged 3 commits intomainfrom
fix/remove-deprecated-ingress-apis
Jan 9, 2026
Merged

fix: remove deprecated ingress API version fallbacks#39
gramidt merged 3 commits intomainfrom
fix/remove-deprecated-ingress-apis

Conversation

@gramidt
Copy link
Copy Markdown
Member

@gramidt gramidt commented Jan 9, 2026

Description

Simplifies the Ingress template by removing deprecated API version fallbacks that are no longer needed since the chart requires Kubernetes >=1.24.0.

Removed

  • extensions/v1beta1 API fallback (removed in Kubernetes 1.22)
  • networking.k8s.io/v1beta1 API fallback (deprecated in 1.19)
  • semverCompare version checks (always true with >=1.24.0)
  • Legacy serviceName/servicePort backend format
  • Legacy kubernetes.io/ingress.class annotation fallback

Now uses only networking.k8s.io/v1 with the modern Ingress spec format.

Testing

  • make lint
  • Deployed and verified Ingress resource created successfully

Documentation
N/A

@gramidt gramidt requested a review from wfernandes as a code owner January 9, 2026 22:39
wfernandes
wfernandes previously approved these changes Jan 9, 2026
Copy link
Copy Markdown
Member

@wfernandes wfernandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup!

@gramidt gramidt merged commit dbe2ad9 into main Jan 9, 2026
2 checks passed
@gramidt gramidt deleted the fix/remove-deprecated-ingress-apis branch January 9, 2026 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants