Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingress upgrade allows K8s 1.25 deployment #2018

Merged
merged 7 commits into from
Oct 27, 2022
Merged

Ingress upgrade allows K8s 1.25 deployment #2018

merged 7 commits into from
Oct 27, 2022

Conversation

skastenholz
Copy link
Contributor

Description

The current helm chart does not allow deployments on Kubernetes 1.25 since Ingress definition uses outdated API version. This PR updates the Ingress definition accordingly and was successfully deployed on Kubernetes 1.25.

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Alternate Designs

Possible Drawbacks

Verification Process

Release Notes

Contributing checklist

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING and LICENSE document.
  • I fully agree to distribute my changes under Apache 2.0 license.

@jens-maus
Copy link
Owner

@angelnu Please review this PR as you are the K8s expert and are using it in production ;)

Copy link
Contributor

@angelnu angelnu left a comment

Choose a reason for hiding this comment

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

It looks good @jens-maus .

Mid term I would suggest to upgrade to the common library as these type of changes are covered and removes the boiler plate. If interested I would propose a PR.

@jens-maus
Copy link
Owner

If interested I would propose a PR.

Go ahead!

@jens-maus jens-maus merged commit cf7fde9 into jens-maus:master Oct 27, 2022
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.

3 participants