Skip to content

Commit 0fbdfc5

Browse files
Update sdm_schemas image to DP1 release tag
1 parent b039875 commit 0fbdfc5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/cadc-tap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IVOA TAP service
2323
| 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 |
2424
| config.backend | string | None, must be set to `pg` or `qserv` | What type of backend are we connecting to? |
2525
| config.database | string | `"dp02"` | Data Database name |
26-
| config.datalinkPayloadUrl | string | `"https://github.com/lsst/sdm_schemas/releases/download/w.2025.24/datalink-snippets.zip"` | Datalink payload URL |
26+
| config.datalinkPayloadUrl | string | `"https://github.com/lsst/sdm_schemas/releases/download/DP1-v1.1.0-rc1/datalink-snippets.zip"` | Datalink payload URL |
2727
| config.gcsBucket | string | `"async-results.lsst.codes"` | Name of GCS bucket in which to store results |
2828
| config.gcsBucketType | string | `"GCS"` | GCS bucket type (GCS or S3) |
2929
| config.gcsBucketUrl | string | `"https://tap-files.lsst.codes"` | Base URL for results stored in GCS bucket |
@@ -85,7 +85,7 @@ IVOA TAP service
8585
| tapSchema.affinity | object | `{}` | Affinity rules for the TAP schema database pod |
8686
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
8787
| 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. |
88-
| tapSchema.image.tag | string | `"tickets-DM-51511-ordering"` | Tag of TAP schema image |
88+
| tapSchema.image.tag | string | `"DP1-v1.1.0-rc1"` | Tag of TAP schema image |
8989
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the TAP schema database pod |
9090
| tapSchema.podAnnotations | object | `{}` | Annotations for the TAP schema database pod |
9191
| tapSchema.resources | object | See `values.yaml` | Resource limits and requests for the TAP schema database pod |

charts/cadc-tap/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ config:
9999
tapSchemaAddress: "cadc-tap-schema-db:3306"
100100

101101
# -- Datalink payload URL
102-
datalinkPayloadUrl: "https://github.com/lsst/sdm_schemas/releases/download/w.2025.24/datalink-snippets.zip"
102+
datalinkPayloadUrl: "https://github.com/lsst/sdm_schemas/releases/download/DP1-v1.1.0-rc1/datalink-snippets.zip"
103103

104104
# -- Name of GCS bucket in which to store results
105105
gcsBucket: "async-results.lsst.codes"
@@ -212,7 +212,7 @@ tapSchema:
212212
pullPolicy: "IfNotPresent"
213213

214214
# -- Tag of TAP schema image
215-
tag: "tickets-DM-51511-ordering"
215+
tag: "DP1-v1.1.0-rc1"
216216

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

0 commit comments

Comments
 (0)