Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/cadc-tap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config:
pullPolicy: "IfNotPresent"

# -- Tag of TAP image to use
tag: "3.15.0"
tag: "3.16.0"

# -- Whether the Qserv database is password protected
# @default -- false
Expand All @@ -120,7 +120,7 @@ config:
pullPolicy: "IfNotPresent"

# -- Tag of TAP image to use
tag: "3.15.0"
tag: "3.16.0"

# -- Address to a MySQL database containing TAP schema data
tapSchemaAddress: "cadc-tap-schema-db:3306"
Expand Down
Loading