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

extensions/v1beta1 deprecated #70

Closed
chribo opened this issue Nov 26, 2021 · 1 comment
Closed

extensions/v1beta1 deprecated #70

chribo opened this issue Nov 26, 2021 · 1 comment

Comments

@chribo
Copy link

chribo commented Nov 26, 2021

Replacing extensions/v1beta1 with networking.k8s.io/v1
`
diff -r netbox/templates/ingress.yaml netbox.orig/templates/ingress.yaml
4c4
< apiVersion: networking.k8s.io/v1

apiVersion: extensions/v1beta1
37d36
< pathType: ImplementationSpecific
39,42c38,39
< service:
< name: {{ $fullName }}
< port:
< name: http


          serviceName: {{ $fullName }}
          servicePort: http

`
patch attached (thanks to stupid filter: ingress.txt instead of ingress.patch
ingress.txt
)

@npdgm
Copy link
Member

npdgm commented Dec 28, 2021

Hello @chribo, @rlex,
Thanks for reporting this issue. Unfortunately the Netbox chart from our repository has been deprecated and cannot be maintained anymore.
Please refer to #50 if you have remarks on the migration to https://github.com/bootc/netbox-chart
Cheers

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 a pull request may close this issue.

2 participants