Skip to content

Commit

Permalink
Merge pull request #3772 from lsst-sqre/sdm-schemas-v3.3.0
Browse files Browse the repository at this point in the history
Update sdm_schemas to v3.3.0
  • Loading branch information
JeremyMcCormick authored Oct 10, 2024
2 parents caf9621 + a8471bf commit 720c5b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/cadc-tap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IVOA TAP service
| 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 |
| config.backend | string | None, must be set to `pg` or `qserv` | What type of backend are we connecting to? |
| config.datalinkPayloadUrl | string | `"https://github.com/lsst/sdm_schemas/releases/download/v3.2.1/datalink-snippets.zip"` | Datalink payload URL |
| config.datalinkPayloadUrl | string | `"https://github.com/lsst/sdm_schemas/releases/download/v3.3.0/datalink-snippets.zip"` | Datalink payload URL |
| config.gcsBucket | string | `"async-results.lsst.codes"` | Name of GCS bucket in which to store results |
| config.gcsBucketType | string | `"GCS"` | GCS bucket type (GCS or S3) |
| config.gcsBucketUrl | string | `"https://tap-files.lsst.codes"` | Base URL for results stored in GCS bucket |
Expand Down Expand Up @@ -69,7 +69,7 @@ IVOA TAP service
| tapSchema.affinity | object | `{}` | Affinity rules for the TAP schema database pod |
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-mock"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"v3.2.1"` | Tag of TAP schema image |
| tapSchema.image.tag | string | `"v3.3.0"` | Tag of TAP schema image |
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the TAP schema database pod |
| tapSchema.podAnnotations | object | `{}` | Annotations for the TAP schema database pod |
| tapSchema.resources | object | See `values.yaml` | Resource limits and requests for the TAP schema database pod |
Expand Down
4 changes: 2 additions & 2 deletions charts/cadc-tap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ config:
tapSchemaAddress: "cadc-tap-schema-db:3306"

# -- Datalink payload URL
datalinkPayloadUrl: "https://github.com/lsst/sdm_schemas/releases/download/v3.2.1/datalink-snippets.zip"
datalinkPayloadUrl: "https://github.com/lsst/sdm_schemas/releases/download/v3.3.0/datalink-snippets.zip"

# -- Name of GCS bucket in which to store results
gcsBucket: "async-results.lsst.codes"
Expand Down Expand Up @@ -162,7 +162,7 @@ tapSchema:
pullPolicy: "IfNotPresent"

# -- Tag of TAP schema image
tag: "v3.2.1"
tag: "v3.3.0"

# -- Resource limits and requests for the TAP schema database pod
# @default -- See `values.yaml`
Expand Down

0 comments on commit 720c5b4

Please sign in to comment.