From 2cf1fe69e556b6cc1d4cce006f09d9dba1732ed0 Mon Sep 17 00:00:00 2001 From: Henry Arend Date: Tue, 3 Feb 2026 10:18:12 -0500 Subject: [PATCH 1/2] feat!: remove default ingressClass --- charts/curator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/curator/values.yaml b/charts/curator/values.yaml index 9084e36..40dd24a 100644 --- a/charts/curator/values.yaml +++ b/charts/curator/values.yaml @@ -49,7 +49,7 @@ ingress: # -- Control for ingress enabled: true # -- Ingress Class Name - className: nginx + className: ~ # -- Ingress hosts configuration hosts: [] # - host: curator.example.com From 85cc4e7dbba810b58db96ff1d855914358dbe7ee Mon Sep 17 00:00:00 2001 From: Henry Arend Date: Tue, 3 Feb 2026 10:24:33 -0500 Subject: [PATCH 2/2] chore: update README --- charts/curator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/curator/README.md b/charts/curator/README.md index 58175f0..2ba42a4 100644 --- a/charts/curator/README.md +++ b/charts/curator/README.md @@ -1,6 +1,6 @@ # curator -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) A Helm chart for Curator in a Container in Kubernetes @@ -36,7 +36,7 @@ A Helm chart for Curator in a Container in Kubernetes | image.registry | string | `"ghcr.io/interworks"` | Registry URL | | image.repository | string | `"curator"` | Repository name | | image.tag | string | `"latest"` | Tag Name, overrides the default appVersion in Chart.yaml | -| ingress.className | string | `"nginx"` | Ingress Class Name | +| ingress.className | string | `nil` | Ingress Class Name | | ingress.enabled | bool | `true` | Control for ingress | | ingress.hosts | list | `[]` | Ingress hosts configuration | | ingress.tls | list | `[]` | TLS config |