From d5fd8ddc31bebddfb9181a239dd77ed4210f9e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:24:09 +0000 Subject: [PATCH 1/2] Bump KubernetesClient from 17.0.14 to 18.0.13 --- updated-dependencies: - dependency-name: KubernetesClient dependency-version: 18.0.13 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: KubernetesClient dependency-version: 18.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../YarpContrib.Kubernetes.Ingress.Controller.csproj | 2 +- .../YarpContrib.Kubernetes.Ingress.Monitor.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/YarpContrib.Kubernetes.Ingress.Controller/YarpContrib.Kubernetes.Ingress.Controller.csproj b/src/YarpContrib.Kubernetes.Ingress.Controller/YarpContrib.Kubernetes.Ingress.Controller.csproj index ef7cb76..43b8343 100644 --- a/src/YarpContrib.Kubernetes.Ingress.Controller/YarpContrib.Kubernetes.Ingress.Controller.csproj +++ b/src/YarpContrib.Kubernetes.Ingress.Controller/YarpContrib.Kubernetes.Ingress.Controller.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/YarpContrib.Kubernetes.Ingress.Monitor/YarpContrib.Kubernetes.Ingress.Monitor.csproj b/src/YarpContrib.Kubernetes.Ingress.Monitor/YarpContrib.Kubernetes.Ingress.Monitor.csproj index 3032cc8..5408e15 100644 --- a/src/YarpContrib.Kubernetes.Ingress.Monitor/YarpContrib.Kubernetes.Ingress.Monitor.csproj +++ b/src/YarpContrib.Kubernetes.Ingress.Monitor/YarpContrib.Kubernetes.Ingress.Monitor.csproj @@ -18,7 +18,7 @@ - + From 4ae9b2660f99e57f5a4cfcfdf7271e5faabc5066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Dec 2025 04:24:20 +0000 Subject: [PATCH 2/2] update Helm documentation --- charts/yarp-ingress/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/yarp-ingress/README.md b/charts/yarp-ingress/README.md index 1bcb703..94d40df 100644 --- a/charts/yarp-ingress/README.md +++ b/charts/yarp-ingress/README.md @@ -1,6 +1,6 @@ # YARP Kubernetes Ingress Helm chart -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: b2d13ea94154936fe9d7235e1189d3266dde2c53](https://img.shields.io/badge/AppVersion-b2d13ea94154936fe9d7235e1189d3266dde2c53-informational?style=flat-square) +![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ea1afc1ce7916f2c6a17070dca85026e24b81654](https://img.shields.io/badge/AppVersion-ea1afc1ce7916f2c6a17070dca85026e24b81654-informational?style=flat-square) This chart installs YARP as a Kubernetes Ingress resource using [pre-built images](../../README.md#images) based on [Yarp.Kubernetes.Controller](https://github.com/dotnet/yarp/tree/main/src/Kubernetes.Controller). @@ -121,7 +121,7 @@ controller: | controller.replicaCount | int | `1` | | | controller.resources.requests.cpu | string | `"100m"` | | | controller.resources.requests.memory | string | `"90Mi"` | | -| controller.service.annotations | object | `{}` | Annotations to be added to the external controller service. | +| controller.service.annotations | object | `{"service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled":"true","service.beta.kubernetes.io/aws-load-balancer-healthcheck-path":"/health/live","service.beta.kubernetes.io/aws-load-balancer-healthcheck-port":"10264","service.beta.kubernetes.io/aws-load-balancer-healthcheck-protocol":"http","service.beta.kubernetes.io/aws-load-balancer-healthcheck-sucess-codes":"200-299","service.beta.kubernetes.io/aws-load-balancer-name":"yarp-public-ingress","service.beta.kubernetes.io/aws-load-balancer-nlb-target-type":"ip","service.beta.kubernetes.io/aws-load-balancer-scheme":"internet-facing","service.beta.kubernetes.io/aws-load-balancer-ssl-cert":"arn:aws:acm:eu-west-1:668418055043:certificate/9ca3ab44-0d99-4bca-81c7-ea8af20410ad","service.beta.kubernetes.io/aws-load-balancer-ssl-ports":"https","service.beta.kubernetes.io/aws-load-balancer-type":"external"}` | Annotations to be added to the external controller service. | | controller.service.appProtocol | bool | `true` | Declare the app protocol of the external HTTP and HTTPS listeners or not. Supersedes provider-specific annotations for declaring the backend protocol. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol | | controller.service.clusterIP | string | `""` | Pre-defined cluster internal IP address of the external controller service. Take care of collisions with existing services. This value is immutable. Set once, it can not be changed without deleting and re-creating the service. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#choosing-your-own-ip-address | | controller.service.clusterIPs | list | `[]` | Pre-defined cluster internal IP addresses of the external controller service. Take care of collisions with existing services. This value is immutable. Set once, it can not be changed without deleting and re-creating the service. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#choosing-your-own-ip-address |