Skip to content

Commit

Permalink
Merge pull request #4064 from lsst-sqre/sdm-schemas-v4.0.0
Browse files Browse the repository at this point in the history
Update sdm_schemas to v4.0.0
  • Loading branch information
JeremyMcCormick authored Jan 9, 2025
2 parents 44cdfca + c0c888e commit 99a475d
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.3.0/datalink-snippets.zip"` | Datalink payload URL |
| config.datalinkPayloadUrl | string | `"https://github.com/lsst/sdm_schemas/releases/download/v4.0.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 @@ -70,7 +70,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.3.0"` | Tag of TAP schema image |
| tapSchema.image.tag | string | `"v4.0.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.3.0/datalink-snippets.zip"
datalinkPayloadUrl: "https://github.com/lsst/sdm_schemas/releases/download/v4.0.0/datalink-snippets.zip"

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

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

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

0 comments on commit 99a475d

Please sign in to comment.