Skip to content

Commit

Permalink
chore(deps): 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 Oct 7, 2024
1 parent ebfad29 commit 4132e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/happa/templates/happaapi-ingress.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
2 changes: 1 addition & 1 deletion helm/happa/templates/ingress.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 4132e36

Please sign in to comment.