Skip to content

Commit 370ee02

Browse files
update Helm documentation
1 parent 1ef08d3 commit 370ee02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/defectdojo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,13 +571,13 @@ A Helm chart for Kubernetes to install DefectDojo
571571
| celery.worker.resources.requests.memory | string | `"128Mi"` | |
572572
| celery.worker.startupProbe | object | `{}` | Enable startup probe for Celery worker container. |
573573
| celery.worker.tolerations | list | `[]` | |
574-
| cloudsql | object | `{"containerSecurityContext":{},"enable_iam_login":false,"enabled":false,"extraEnv":[],"extraVolumeMounts":[],"image":{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.9"},"instance":"","resources":{},"use_private_ip":false,"verbose":true}` | Google CloudSQL support in GKE via gce-proxy |
574+
| cloudsql | object | `{"containerSecurityContext":{},"enable_iam_login":false,"enabled":false,"extraEnv":[],"extraVolumeMounts":[],"image":{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.10"},"instance":"","resources":{},"use_private_ip":false,"verbose":true}` | Google CloudSQL support in GKE via gce-proxy |
575575
| cloudsql.containerSecurityContext | object | `{}` | Optional: security context for the CloudSQL proxy container. |
576576
| cloudsql.enable_iam_login | bool | `false` | use IAM database authentication |
577577
| cloudsql.enabled | bool | `false` | To use CloudSQL in GKE set 'enable: true' |
578578
| cloudsql.extraEnv | list | `[]` | Additional environment variables for the CloudSQL proxy container. |
579579
| cloudsql.extraVolumeMounts | list | `[]` | Array of additional volume mount points for the CloudSQL proxy container |
580-
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.9"}` | set repo and image tag of gce-proxy |
580+
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.10"}` | set repo and image tag of gce-proxy |
581581
| cloudsql.instance | string | `""` | set CloudSQL instance: 'project:zone:instancename' |
582582
| cloudsql.resources | object | `{}` | Optional: add resource requests/limits for the CloudSQL proxy container. |
583583
| cloudsql.use_private_ip | bool | `false` | whether to use a private IP to connect to the database |

0 commit comments

Comments
 (0)