From 23a666b18b4641d4288f690ade6b70cab3568112 Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Tue, 1 Sep 2020 21:54:28 -0700 Subject: [PATCH 1/2] [nzbhyrda2] Fix case in readme for service --- charts/nzbhydra2/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/nzbhydra2/README.md b/charts/nzbhydra2/README.md index aea5c8cc..9b86de96 100644 --- a/charts/nzbhydra2/README.md +++ b/charts/nzbhydra2/README.md @@ -47,12 +47,12 @@ The following tables lists the configurable parameters of the Sentry chart and t | `probes.startup.initialDelaySeconds` | Specify startup `initialDelaySeconds` parameter for the deployment | `5` | | `probes.startup.failureThreshold` | Specify startup `failureThreshold` parameter for the deployment | `30` | | `probes.startup.periodSeconds` | Specify startup `periodSeconds` parameter for the deployment | `10` | -| `Service.type` | Kubernetes service type for the nzbhydra2 GUI | `ClusterIP` | -| `Service.port` | Kubernetes port where the nzbhydra2 GUI is exposed| `5076` | -| `Service.annotations` | Service annotations for the nzbhydra2 GUI | `{}` | -| `Service.labels` | Custom labels | `{}` | -| `Service.loadBalancerIP` | Loadbalance IP for the nzbhydra2 GUI | `{}` | -| `Service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None +| `service.type` | Kubernetes service type for the nzbhydra2 GUI | `ClusterIP` | +| `service.port` | Kubernetes port where the nzbhydra2 GUI is exposed| `5076` | +| `service.annotations` | Service annotations for the nzbhydra2 GUI | `{}` | +| `service.labels` | Custom labels | `{}` | +| `service.loadBalancerIP` | Loadbalance IP for the nzbhydra2 GUI | `{}` | +| `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` | | `ingress.labels` | Custom labels | `{}` From 1b9cfcfb8075a2d0d855034eec5c2de44589abbc Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Tue, 1 Sep 2020 21:56:13 -0700 Subject: [PATCH 2/2] Bump version --- charts/nzbhydra2/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nzbhydra2/Chart.yaml b/charts/nzbhydra2/Chart.yaml index 7190af8e..88be1824 100644 --- a/charts/nzbhydra2/Chart.yaml +++ b/charts/nzbhydra2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.26.0 description: Usenet meta search name: nzbhydra2 -version: 3.0.1 +version: 3.0.2 keywords: - nzbhydra2 - usenet