Skip to content

Commit

Permalink
Merge pull request #3451 from lsst-sqre/renovate/gcr.io-cloudsql-dock…
Browse files Browse the repository at this point in the history
…er-gce-proxy-1.x

chore(deps): update gcr.io/cloudsql-docker/gce-proxy docker tag to v1.35.4
  • Loading branch information
rra authored Jul 5, 2024
2 parents f07c3bd + 7de1c95 commit 8ef5f0f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion applications/gafaelfawr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Authentication and identity system
| cloudsql.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Cloud SQL Auth Proxy images |
| cloudsql.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Auth Proxy image to use |
| cloudsql.image.schemaUpdateTagSuffix | string | `"-alpine"` | Tag suffix to use for the proxy for schema updates |
| cloudsql.image.tag | string | `"1.35.3"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.35.4"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | None, must be set if Cloud SQL Auth Proxy is enabled | Instance connection name for a Cloud SQL PostgreSQL instance |
| cloudsql.nodeSelector | object | `{}` | Node selection rules for the Cloud SQL Proxy pod |
| cloudsql.podAnnotations | object | `{}` | Annotations for the Cloud SQL Proxy pod |
Expand Down
2 changes: 1 addition & 1 deletion applications/gafaelfawr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.35.3"
tag: "1.35.4"

# -- Tag suffix to use for the proxy for schema updates
schemaUpdateTagSuffix: "-alpine"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ JupyterHub and custom spawner for the Rubin Science Platform
| cloudsql.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Cloud SQL Auth Proxy images |
| cloudsql.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Auth Proxy image to use |
| cloudsql.image.resources | object | See `values.yaml` | Resource requests and limits for Cloud SQL pod |
| cloudsql.image.tag | string | `"1.35.3"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.35.4"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | None, must be set if Cloud SQL Auth Proxy is enabled | Instance connection name for a Cloud SQL PostgreSQL instance |
| cloudsql.nodeSelector | object | `{}` | Node selection rules for the Cloud SQL Auth Proxy pod |
| cloudsql.podAnnotations | object | `{}` | Annotations for the Cloud SQL Auth Proxy pod |
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ cloudsql:
pullPolicy: "IfNotPresent"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.35.3"
tag: "1.35.4"

# -- Instance connection name for a Cloud SQL PostgreSQL instance
# @default -- None, must be set if Cloud SQL Auth Proxy is enabled
Expand Down
2 changes: 1 addition & 1 deletion applications/sqlproxy-cross-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GCP SQL Proxy as a service
| fullnameOverride | string | `""` | Override the full name for resources (includes the release name) |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the Cloud SQL Proxy image |
| image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Proxy image to use |
| image.tag | string | `"1.35.3"` | Tag of Cloud SQL Proxy image to use |
| image.tag | string | `"1.35.4"` | Tag of Cloud SQL Proxy image to use |
| nameOverride | string | `""` | Override the base name for resources |
| nodeSelector | object | `{}` | Node selector rules for the Cloud SQL Proxy pod |
| podAnnotations | object | `{}` | Annotations for the Cloud SQL Proxy pod |
Expand Down
2 changes: 1 addition & 1 deletion applications/sqlproxy-cross-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Tag of Cloud SQL Proxy image to use
tag: "1.35.3"
tag: "1.35.4"

# -- Pull policy for the Cloud SQL Proxy image
pullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion applications/times-square/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An API service for managing and rendering parameterized Jupyter notebooks.
| cloudsql.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Cloud SQL Auth Proxy images |
| cloudsql.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Auth Proxy image to use |
| cloudsql.image.resources | object | see `values.yaml` | Resource requests and limits for Cloud SQL pod |
| cloudsql.image.tag | string | `"1.35.3"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.35.4"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | `""` | Instance connection name for a Cloud SQL PostgreSQL instance |
| cloudsql.serviceAccount | string | `""` | The Google service account that has an IAM binding to the `times-square` Kubernetes service accounts and has the `cloudsql.client` role |
| config.databaseUrl | string | None, must be set | URL for the PostgreSQL database |
Expand Down
2 changes: 1 addition & 1 deletion applications/times-square/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.35.3"
tag: "1.35.4"

# -- Pull policy for Cloud SQL Auth Proxy images
pullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion applications/vo-cutouts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Image cutout service complying with IVOA SODA
| cloudsql.enabled | bool | `false` | Enable the Cloud SQL Auth Proxy sidecar, used with Cloud SQL databases on Google Cloud |
| cloudsql.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Cloud SQL Auth Proxy images |
| cloudsql.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Auth Proxy image to use |
| cloudsql.image.tag | string | `"1.35.3"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.35.4"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | None, must be set if Cloud SQL is used | Instance connection name for a Cloud SQL PostgreSQL instance |
| cloudsql.resources | object | See `values.yaml` | Resource limits and requests for the Cloud SQL Proxy container |
| config.databaseUrl | string | None, must be set if `cloudsql.enabled` is false | URL for the PostgreSQL database if Cloud SQL is not in use |
Expand Down
2 changes: 1 addition & 1 deletion applications/vo-cutouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.35.3"
tag: "1.35.4"

# -- Pull policy for Cloud SQL Auth Proxy images
pullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion charts/cadc-tap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IVOA TAP service
| cloudsql.enabled | bool | `false` | Enable the Cloud SQL Auth Proxy sidecar, used with Cloud SQL databases on Google Cloud |
| cloudsql.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Cloud SQL Auth Proxy images |
| cloudsql.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | Cloud SQL Auth Proxy image to use |
| cloudsql.image.tag | string | `"1.35.3"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.35.4"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | `""` | Instance connection name for a Cloud SQL PostgreSQL instance |
| cloudsql.resources | object | See `values.yaml` | Resource limits and requests for the Cloud SQL Proxy container |
| cloudsql.serviceAccount | string | None, must be set | The Google service account that has an IAM binding to the `cadc-tap` Kubernetes service accounts and has the `cloudsql.client` role, access |
Expand Down
2 changes: 1 addition & 1 deletion charts/cadc-tap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.35.3"
tag: "1.35.4"

# -- Pull policy for Cloud SQL Auth Proxy images
pullPolicy: "IfNotPresent"
Expand Down

0 comments on commit 8ef5f0f

Please sign in to comment.