From 757cbcb7b3c787cf32a6758e36fa00cd564b7517 Mon Sep 17 00:00:00 2001 From: James Harr Date: Thu, 13 Jun 2024 14:19:43 -0500 Subject: [PATCH] add default pihole.password value When not using pihole, the lack of a pihole.password setting would cause the template to fail since it expects the key to exist. Signed-off-by: James Harr --- bitnami/external-dns/Chart.yaml | 2 +- bitnami/external-dns/README.md | 3 ++- bitnami/external-dns/values.yaml | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/external-dns/Chart.yaml b/bitnami/external-dns/Chart.yaml index ab00c15f8aa6c9..92ad747a9fabc1 100644 --- a/bitnami/external-dns/Chart.yaml +++ b/bitnami/external-dns/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: external-dns sources: - https://github.com/bitnami/charts/tree/main/bitnami/external-dns -version: 7.5.5 +version: 7.5.6 diff --git a/bitnami/external-dns/README.md b/bitnami/external-dns/README.md index 1fc28d5062a4b4..adc26f8134c59c 100644 --- a/bitnami/external-dns/README.md +++ b/bitnami/external-dns/README.md @@ -255,6 +255,7 @@ helm install my-release \ | `ns1.secretName` | Use an existing secret with key "ns1-api-key" defined. | `""` | | `pihole.server` | When using the Pi-hole provider, specify The address of the Pi-hole web server | `""` | | `pihole.tlsSkipVerify` | When using the Pi-hole provider, specify wheter to skip verification of any TLS certificates served by the Pi-hole web server | `""` | +| `pihole.password` | When using the Pi-hole provider, specify a password to use | `""` | | `pihole.secretName` | Use an existing secret with key "pihole_password" defined. | `""` | | `oci.region` | When using the OCI provider, specify the region, where your zone is located in. | `""` | | `oci.tenancyOCID` | When using the OCI provider, specify your Tenancy OCID | `""` | @@ -557,4 +558,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index eec9ea1b57e23c..1db41e1a97dd0e 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -586,6 +586,9 @@ pihole: ## @param pihole.tlsSkipVerify When using the Pi-hole provider, specify wheter to skip verification of any TLS certificates served by the Pi-hole web server ## tlsSkipVerify: "" + ## @param pihole.password When using the Pi-hole provider, specify a password to use + ## + password: "" ## @param pihole.secretName Use an existing secret with key "pihole_password" defined. ## secretName: ""