Skip to content

Commit e1193e0

Browse files
update Helm documentation
1 parent 3869a1d commit e1193e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

helm/defectdojo/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ annotations:
3737
artifacthub.io/changes: |
3838
- kind: fixed
3939
description: extraAnnotations spec doesn't affect initializer job
40+
- kind: changed
41+
description: chore(deps): update gcr.io/cloudsql-docker/gce-proxy docker tag from 1.37.9 to v1.37.10 (helm/defectdojo/values.yaml)

helm/defectdojo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,13 +588,13 @@ A Helm chart for Kubernetes to install DefectDojo
588588
| celery.worker.resources.requests.memory | string | `"128Mi"` | |
589589
| celery.worker.startupProbe | object | `{}` | Enable startup probe for Celery worker container. |
590590
| celery.worker.tolerations | list | `[]` | |
591-
| 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 |
591+
| 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 |
592592
| cloudsql.containerSecurityContext | object | `{}` | Optional: security context for the CloudSQL proxy container. |
593593
| cloudsql.enable_iam_login | bool | `false` | use IAM database authentication |
594594
| cloudsql.enabled | bool | `false` | To use CloudSQL in GKE set 'enable: true' |
595595
| cloudsql.extraEnv | list | `[]` | Additional environment variables for the CloudSQL proxy container. |
596596
| cloudsql.extraVolumeMounts | list | `[]` | Array of additional volume mount points for the CloudSQL proxy container |
597-
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.9"}` | set repo and image tag of gce-proxy |
597+
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.10"}` | set repo and image tag of gce-proxy |
598598
| cloudsql.instance | string | `""` | set CloudSQL instance: 'project:zone:instancename' |
599599
| cloudsql.resources | object | `{}` | Optional: add resource requests/limits for the CloudSQL proxy container. |
600600
| cloudsql.use_private_ip | bool | `false` | whether to use a private IP to connect to the database |

0 commit comments

Comments
 (0)