From 5eb91b422372b0f0f9919f3eafe88a6100084d11 Mon Sep 17 00:00:00 2001 From: TheRealNoob Date: Wed, 12 Jun 2024 11:44:04 -0500 Subject: [PATCH] revert Chart.yaml version bump --- charts/ingress-nginx/Chart.yaml | 6 ++++-- charts/ingress-nginx/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index f535f4e54..70344515e 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -1,6 +1,8 @@ annotations: artifacthub.io/changes: |- - - "template pod affinity" + - "update post submit helm ci and clean up (#11221)" + - "refactor helm ci tests part I (#11188)" + - "Update Ingress-Nginx version controller-v1.10.1" artifacthub.io/prerelease: "false" apiVersion: v2 appVersion: 1.10.1 @@ -20,4 +22,4 @@ maintainers: name: ingress-nginx sources: - https://github.com/kubernetes/ingress-nginx -version: 4.11.0 +version: 4.10.1 diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index 2502666b5..d73a50114 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -2,7 +2,7 @@ [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer -![Version: 4.11.0](https://img.shields.io/badge/Version-4.11.0-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square) +![Version: 4.10.1](https://img.shields.io/badge/Version-4.10.1-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square) To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.