Skip to content

Commit

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

Update helm values gcr.io/cloudsql-docker/gce-proxy to v1.29.0
  • Loading branch information
rra authored Mar 8, 2022
2 parents 6cfef26 + dc04f84 commit 67c93cd
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/gafaelfawr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: gafaelfawr
version: 4.6.0
version: 4.6.1
description: The Gafaelfawr authentication and authorization system
home: https://gafaelfawr.lsst.io/
maintainers:
Expand Down
8 changes: 5 additions & 3 deletions charts/gafaelfawr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gafaelfawr

![Version: 4.5.5](https://img.shields.io/badge/Version-4.5.5-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square)
![Version: 4.6.1](https://img.shields.io/badge/Version-4.6.1-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square)

The Gafaelfawr authentication and authorization system

Expand All @@ -20,7 +20,7 @@ The Gafaelfawr authentication and authorization system
| cloudsql.enabled | bool | `false` | Enable the Cloud SQL Auth Proxy sidecar, used with CloudSQL 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.28.1"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.29.0"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | `""` | Instance connection name for a CloudSQL PostgreSQL instance |
| cloudsql.serviceAccount | string | `""` | The Google service account that has an IAM binding to the `gafaelfawr` and `gafaelfawr-tokens` Kubernetes service accounts and has the `cloudsql.client` role |
| config.cilogon.clientId | string | `""` | CILogon client ID. One and only one of this, `config.github.clientId`, or `config.oidc.clientId` must be set. |
Expand All @@ -38,8 +38,10 @@ The Gafaelfawr authentication and authorization system
| config.issuer.influxdb.username | string | `""` | If set, force all InfluxDB tokens to have that username instead of the authenticated identity of the user requesting a token |
| config.knownScopes | object | See the `values.yaml` file | Names and descriptions of all scopes in use. This is used to populate the new token creation page. Only scopes listed here will be options when creating a new token. |
| config.ldap.baseDn | string | None, must be set | Base DN for the LDAP search to find a user's groups |
| config.ldap.groupMember | string | `"member"` | Member attribute of the object class. Values must match the username returned in the token from the OpenID Connect authentication server. |
| config.ldap.groupMemberAttr | string | `"member"` | Member attribute of the object class. Values must match the username returned in the token from the OpenID Connect authentication server. |
| config.ldap.groupObjectClass | string | `"posixGroup"` | Object class containing group information |
| config.ldap.uidAttr | string | `"uidNumber"` | Attribute containing the user's UID number (only used if uidBaseDn is set) |
| config.ldap.uidBaseDn | string | Get the UID number from the upstream authentication provider | Base DN for the LDAP search to find a user's UID number |
| config.ldap.url | string | Do not use LDAP | LDAP server URL from which to retrieve user group information |
| config.loglevel | string | `"INFO"` | Choose from the text form of Python logging levels |
| config.oidc.audience | string | Value of `config.oidc.clientId` | Audience for the JWT token |
Expand Down
2 changes: 1 addition & 1 deletion charts/gafaelfawr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.28.1"
tag: "1.29.0"

# -- Pull policy for Cloud SQL Auth Proxy images
pullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion charts/times-square/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
url: https://github.com/jonathansick

# The chart version.
version: 0.1.8
version: 0.1.9

# The app's version corresponding to the image tag.
appVersion: "0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions charts/times-square/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# times-square

![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

A parameterized notebook web viewer for the Rubin Science Platform.

Expand Down Expand Up @@ -32,7 +32,7 @@ A parameterized notebook web viewer for the Rubin Science Platform.
| cloudsql.enabled | bool | `false` | Enable the Cloud SQL Auth Proxy sidecar, used with CloudSQL 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.28.1"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.29.0"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | `""` | Instance connection name for a CloudSQL 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 charts/times-square/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.28.1"
tag: "1.29.0"

# -- Pull policy for Cloud SQL Auth Proxy images
pullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion charts/vo-cutouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vo-cutouts
version: 0.3.2
version: 0.3.3
description: Image cutout service complying with IVOA SODA
home: https://github.com/lsst-sqre/vo-cutouts
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/vo-cutouts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vo-cutouts

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)

Image cutout service complying with IVOA SODA

Expand All @@ -20,13 +20,13 @@ Image cutout service complying with IVOA SODA
| cloudsql.enabled | bool | `true` | Enable the Cloud SQL Auth Proxy sidecar, used with CloudSQL 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.28.1"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.image.tag | string | `"1.29.0"` | Cloud SQL Auth Proxy tag to use |
| cloudsql.instanceConnectionName | string | `""` | Instance connection name for a CloudSQL PostgreSQL instance |
| cloudsql.serviceAccount | string | None, must be set | The Google service account that has an IAM binding to the `vo-cutouts` Kubernetes service accounts and has the `cloudsql.client` role, access to the GCS bucket, and ability to sign URLs as itself |
| config.butlerRepository | string | None, must be set | Configuration for the Butler repository to use |
| config.databaseUrl | string | None, must be set | URL for the PostgreSQL database |
| config.gcsBucketUrl | string | None, must be set | URL for the GCS bucket into which to store cutouts (must start with `s3`) |
| config.lifetime | int | 2592000 (30 days) | Lifetime of job results in seconds |
| config.lifetime | string | 2592000 (30 days) | Lifetime of job results in seconds (quote so that Helm doesn't turn it into a floating point number) |
| config.loglevel | string | `"INFO"` | Choose from the text form of Python logging levels |
| config.syncTimeout | int | 60 (1 minute) | Timeout for results from a sync cutout in seconds |
| config.timeout | int | 600 (10 minutes) | Timeout for a single cutout job in seconds |
Expand Down
2 changes: 1 addition & 1 deletion charts/vo-cutouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cloudsql:
repository: "gcr.io/cloudsql-docker/gce-proxy"

# -- Cloud SQL Auth Proxy tag to use
tag: "1.28.1"
tag: "1.29.0"

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

0 comments on commit 67c93cd

Please sign in to comment.