[bitnami/schema-registry] Remove duplicate @param entries from chart (#34245)

* Remove duplicate @param entries from schema-registry chart

Duplicate @param comments caused certain parameters to appear twice
in the generated README.md, leading to visual clutter and confusion.

This change removes those redundant comments to improve documentation
clarity.

Signed-off-by: Matthias Baumgarten <matthias.baumgarten@aixigo.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Matthias Baumgarten <matthias.baumgarten@aixigo.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Matthias Baumgarten <matthias.baumgarten@aixigo.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Caped Crusader
2025-06-07 15:17:40 +02:00
committed by GitHub
parent 3359be42c4
commit 9e91a64e7c
4 changed files with 7 additions and 15 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 25.1.6 (2025-05-12)
## 25.1.7 (2025-06-07)
* [bitnami/schema-registry] :zap: :arrow_up: Update dependency references ([#33615](https://github.com/bitnami/charts/pull/33615))
* [bitnami/schema-registry] Remove duplicate @param entries from chart ([#34245](https://github.com/bitnami/charts/pull/34245))
## <small>25.1.6 (2025-05-12)</small>
* [bitnami/schema-registry] :zap: :arrow_up: Update dependency references (#33615) ([67a2ddc](https://github.com/bitnami/charts/commit/67a2ddcc1b699ed3cbfb98122eec26655294c43a)), closes [#33615](https://github.com/bitnami/charts/issues/33615)
## <small>25.1.5 (2025-05-12)</small>

View File

@@ -37,4 +37,4 @@ maintainers:
name: schema-registry
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/schema-registry
version: 25.1.6
version: 25.1.7

View File

@@ -361,12 +361,6 @@ For annotations, please see [this document](https://github.com/kubernetes/ingres
| `networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
| `networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.hostname` | Default host for the ingress resource | `schema-registry.local` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.extraHosts` | An array with additional hostname(s) to be covered with the ingress record | `[]` |
| `ingress.extraTls` | TLS configuration for additional hostname(s) to be covered with this ingress record | `[]` |
| `ingress.secrets` | Custom TLS certificates as secrets | `[]` |
| `ingress.enabled` | Enable ingress record generation for Schema Registry | `false` |
| `ingress.pathType` | Ingress path type | `ImplementationSpecific` |
| `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `""` |

View File

@@ -604,12 +604,6 @@ networkPolicy:
##
ingressNSMatchLabels: {}
ingressNSPodMatchLabels: {}
## @param ingress.enabled Enable ingress controller resource
## @param ingress.hostname Default host for the ingress resource
## @param ingress.annotations Ingress annotations
## @param ingress.extraHosts An array with additional hostname(s) to be covered with the ingress record
## @param ingress.extraTls TLS configuration for additional hostname(s) to be covered with this ingress record
## @param ingress.secrets Custom TLS certificates as secrets
## Configure the ingress resource that allows you to access Schema Registry
##
ingress: