Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Update dependency Ingress to networking.k8s.io/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 0663267 commit 36b9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/promxy-app/templates/ingress-oauth.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
apiVersion: networking.k8s.io/v1
{{- else }}
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
{{- end }}
kind: Ingress
metadata:
Expand Down

0 comments on commit 36b9590

Please sign in to comment.