Skip to content

Commit 75423ff

Browse files
Update gcr.io/cloudsql-docker/gce-proxy Docker tag from 1.37.9 to v1.37.10 (helm/defectdojo/values.yaml) (#13725)
* chore(deps): update gcr.io/cloudsql-docker/gce-proxy docker tag from 1.37.9 to v1.37.10 (helm/defectdojo/values.yaml) * update Helm documentation Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> --------- Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8917680 commit 75423ff

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

helm/defectdojo/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ annotations:
3939
description: Added HPA and PDB for celery worker and Django
4040
- kind: fixed
4141
description: extraAnnotations spec doesn't affect initializer job
42+
- kind: changed
43+
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
@@ -591,13 +591,13 @@ A Helm chart for Kubernetes to install DefectDojo
591591
| celery.worker.startupProbe | object | `{}` | Enable startup probe for Celery worker container. |
592592
| celery.worker.terminationGracePeriodSeconds | int | `300` | |
593593
| celery.worker.tolerations | list | `[]` | |
594-
| 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 |
594+
| 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 |
595595
| cloudsql.containerSecurityContext | object | `{}` | Optional: security context for the CloudSQL proxy container. |
596596
| cloudsql.enable_iam_login | bool | `false` | use IAM database authentication |
597597
| cloudsql.enabled | bool | `false` | To use CloudSQL in GKE set 'enable: true' |
598598
| cloudsql.extraEnv | list | `[]` | Additional environment variables for the CloudSQL proxy container. |
599599
| cloudsql.extraVolumeMounts | list | `[]` | Array of additional volume mount points for the CloudSQL proxy container |
600-
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.9"}` | set repo and image tag of gce-proxy |
600+
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.10"}` | set repo and image tag of gce-proxy |
601601
| cloudsql.instance | string | `""` | set CloudSQL instance: 'project:zone:instancename' |
602602
| cloudsql.resources | object | `{}` | Optional: add resource requests/limits for the CloudSQL proxy container. |
603603
| cloudsql.use_private_ip | bool | `false` | whether to use a private IP to connect to the database |

helm/defectdojo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ cloudsql:
603603
# -- set repo and image tag of gce-proxy
604604
image:
605605
repository: gcr.io/cloudsql-docker/gce-proxy
606-
tag: 1.37.9
606+
tag: 1.37.10
607607
pullPolicy: IfNotPresent
608608
# -- set CloudSQL instance: 'project:zone:instancename'
609609
instance: ""

0 commit comments

Comments
 (0)