You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cadc-tap/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ IVOA TAP service
23
23
| 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 |
24
24
| config.backend | string | None, must be set to `pg` or `qserv`| What type of backend are we connecting to? |
25
25
| config.database | string |`"dp02"`| Data Database name |
| config.gcsBucket | string |`"async-results.lsst.codes"`| Name of GCS bucket in which to store results |
28
28
| config.gcsBucketType | string |`"GCS"`| GCS bucket type (GCS or S3) |
29
29
| config.gcsBucketUrl | string |`"https://tap-files.lsst.codes"`| Base URL for results stored in GCS bucket |
@@ -85,7 +85,7 @@ IVOA TAP service
85
85
| tapSchema.affinity | object |`{}`| Affinity rules for the TAP schema database pod |
86
86
| tapSchema.image.pullPolicy | string |`"IfNotPresent"`| Pull policy for the TAP schema image |
87
87
| 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 |
89
89
| tapSchema.nodeSelector | object |`{}`| Node selection rules for the TAP schema database pod |
90
90
| tapSchema.podAnnotations | object |`{}`| Annotations for the TAP schema database pod |
91
91
| tapSchema.resources | object | See `values.yaml`| Resource limits and requests for the TAP schema database pod |
0 commit comments