Skip to content

Commit 05ec712

Browse files
authored
fix(HELM): Annotation and docs correction for #22639 (#13878)
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
1 parent 7b80764 commit 05ec712

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

helm/defectdojo/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ dependencies:
3434
# description: Critical bug
3535
annotations:
3636
artifacthub.io/prerelease: "true"
37-
artifacthub.io/changes: ""
37+
artifacthub.io/changes: |
38+
- kind: changed
39+
description: chore(deps)_ update gcr.io/cloudsql_docker/gce_proxy docker tag from 1.37.10 to v1.37.11 (helm/defectdojo/values.yaml)

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.37.10"},"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.37.11"},"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.37.10"}` | set repo and image tag of gce-proxy |
598+
| cloudsql.image | object | `{"pullPolicy":"IfNotPresent","repository":"gcr.io/cloudsql-docker/gce-proxy","tag":"1.37.11"}` | 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 |

0 commit comments

Comments
 (0)