Skip to content

Commit 9a2f377

Browse files
Update gcr.io/cloudsql-docker/gce-proxy Docker tag from 1.38.0 to v1.38.1 (helm/defectdojo/values.yaml) (DefectDojo#15119)
* Update gcr.io/cloudsql-docker/gce-proxy Docker tag from 1.38.0 to v1.38.1 (helm/defectdojo/values.yaml) * update Helm documentation --------- 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 d97ad40 commit 9a2f377

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ dependencies:
3434
# description: Critical bug
3535
annotations:
3636
artifacthub.io/prerelease: "true"
37-
artifacthub.io/changes: "- kind: changed\n description: chore(deps)_ update valkey _ tag from 0.20.2 to v0.22.1 (_/defect_/chart.yaml)\n"
37+
artifacthub.io/changes: "- kind: changed\n description: chore(deps)_ update valkey _ tag from 0.20.2 to v0.22.1 (_/defect_/chart.yaml)\n- kind: changed\n description: Update gcr.io/cloudsql__/gce_proxy Docker tag from 1.38.0 to v1.38.1 (_/defect_/values.yaml)\n"

helm/defectdojo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,13 @@ A Helm chart for Kubernetes to install DefectDojo
589589
| celery.worker.startupProbe | object | `{}` | Enable startup probe for Celery worker container. |
590590
| celery.worker.terminationGracePeriodSeconds | int | `300` | |
591591
| celery.worker.tolerations | list | `[]` | |
592-
| cloudsql | object | `{"containerSecurityContext":{},"enable_iam_login":false,"enabled":false,"extraEnv":[],"extraVolumeMounts":[],"image":{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.38.0"},"instance":"","resources":{},"use_private_ip":false,"verbose":true}` | Google CloudSQL support in GKE via gce-proxy |
592+
| cloudsql | object | `{"containerSecurityContext":{},"enable_iam_login":false,"enabled":false,"extraEnv":[],"extraVolumeMounts":[],"image":{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.38.1"},"instance":"","resources":{},"use_private_ip":false,"verbose":true}` | Google CloudSQL support in GKE via gce-proxy |
593593
| cloudsql.containerSecurityContext | object | `{}` | Optional: security context for the CloudSQL proxy container. |
594594
| cloudsql.enable_iam_login | bool | `false` | use IAM database authentication |
595595
| cloudsql.enabled | bool | `false` | To use CloudSQL in GKE set 'enable: true' |
596596
| cloudsql.extraEnv | list | `[]` | Additional environment variables for the CloudSQL proxy container. |
597597
| cloudsql.extraVolumeMounts | list | `[]` | Array of additional volume mount points for the CloudSQL proxy container |
598-
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.38.0"}` | set repo and image tag of gce-proxy |
598+
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.38.1"}` | set repo and image tag of gce-proxy |
599599
| cloudsql.instance | string | `""` | set CloudSQL instance: 'project:zone:instancename' |
600600
| cloudsql.resources | object | `{}` | Optional: add resource requests/limits for the CloudSQL proxy container. |
601601
| 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
@@ -601,7 +601,7 @@ cloudsql:
601601
# -- set repo and image tag of gce-proxy
602602
image:
603603
repository: gcr.io/cloudsql-docker/gce-proxy
604-
tag: 1.38.0
604+
tag: 1.38.1
605605
pullPolicy: IfNotPresent
606606
# -- set CloudSQL instance: 'project:zone:instancename'
607607
instance: ""

0 commit comments

Comments
 (0)