From 36e752872a8296b39a32f87dbe626fcebc3cd2f6 Mon Sep 17 00:00:00 2001 From: Artem Zhurbila Date: Thu, 5 Oct 2023 17:04:07 +0300 Subject: [PATCH] [gcloud-sqlproxy] wrong default value in README.md (#141) * wrong default value in README.md * increase gcloud-sqlproxy Chart version --- stable/gcloud-sqlproxy/Chart.yaml | 2 +- stable/gcloud-sqlproxy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/gcloud-sqlproxy/Chart.yaml b/stable/gcloud-sqlproxy/Chart.yaml index 9705ee0..d4f28db 100755 --- a/stable/gcloud-sqlproxy/Chart.yaml +++ b/stable/gcloud-sqlproxy/Chart.yaml @@ -19,4 +19,4 @@ name: gcloud-sqlproxy sources: - https://github.com/rimusz/charts type: application -version: 0.25.1 +version: 0.25.2 diff --git a/stable/gcloud-sqlproxy/README.md b/stable/gcloud-sqlproxy/README.md index 2f0d106..dd37860 100755 --- a/stable/gcloud-sqlproxy/README.md +++ b/stable/gcloud-sqlproxy/README.md @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the `gcloud-sqlproxy` c | `serviceAccount.create` | Create a service account | `true` | | `serviceAccount.annotations` | Annotations for the service account | `{}` | | `serviceAccount.name` | Service account name | Generated using the fullname template | -| `networkPolicy.enabled` | Enable NetworkPolicy | `false` | +| `networkPolicy.enabled` | Enable NetworkPolicy | `true` | | `networkPolicy.ingress.from` | List of sources which should be able to access the pods selected for this rule. If empty, allows all sources. | `[]` | | `extraArgs` | Additional container arguments | `{}` | | `extraFlags` | Additional container flags | `[]` |