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 | `[]` |