Skip to content

Commit

Permalink
Update TAP image to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jan 31, 2025
1 parent 14d6f8e commit 1066fb1
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 @@ -36,7 +36,7 @@ IVOA TAP service
| config.qserv.host | string | `"mock-db:3306"` (the mock QServ) | QServ hostname:port to connect to |
| config.qserv.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP image |
| config.qserv.image.repository | string | `"ghcr.io/lsst-sqre/lsst-tap-service"` | TAP image to use |
| config.qserv.image.tag | string | `"2.5.0"` | Tag of TAP image to use |
| config.qserv.image.tag | string | `"2.6.0"` | Tag of TAP image to use |
| config.qserv.jdbcParams | string | `""` | Extra JDBC connection parameters |
| config.qserv.passwordEnabled | bool | false | Whether the Qserv database is password protected |
| config.serviceName | string | None, must be set | Name of the service from Gafaelfawr's perspective, used for metrics reporting |
Expand Down Expand Up @@ -79,7 +79,7 @@ IVOA TAP service
| uws.affinity | object | `{}` | Affinity rules for the UWS database pod |
| uws.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the UWS database image |
| uws.image.repository | string | `"ghcr.io/lsst-sqre/lsst-tap-uws-db"` | UWS database image to use |
| uws.image.tag | string | `"2.5.0"` | Tag of UWS database image to use |
| uws.image.tag | string | `"2.6.0"` | Tag of UWS database image to use |
| uws.nodeSelector | object | `{}` | Node selection rules for the UWS database pod |
| uws.podAnnotations | object | `{}` | Annotations for the UWS databse pod |
| uws.resources | object | See `values.yaml` | Resource limits and requests for the UWS 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 @@ -89,7 +89,7 @@ config:
pullPolicy: "IfNotPresent"

# -- Tag of TAP image to use
tag: "2.5.0"
tag: "2.6.0"

# -- Whether the Qserv database is password protected
# @default -- false
Expand Down Expand Up @@ -200,7 +200,7 @@ uws:
pullPolicy: "IfNotPresent"

# -- Tag of UWS database image to use
tag: "2.5.0"
tag: "2.6.0"

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

0 comments on commit 1066fb1

Please sign in to comment.