Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ingress-nginx/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ kind: PluginDefinition
metadata:
name: ingress-nginx
spec:
version: 1.2.7
version: 1.3.0
displayName: Ingress NGINX
description: Ingress NGINX controller for Kubernetes
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/ingress-nginx/README.md
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/ingress-nginx/logo.png
helmChart:
name: ingress-nginx
repository: oci://registry.k8s.io/ingress-nginx/charts
version: v4.14.5
version: v4.15.1
options:
- name: controller.service.loadBalancerIP
description: IP address of the associated load balancer.
Expand Down
Loading