From be550bed35a77adc57747968982619f51a5788ce Mon Sep 17 00:00:00 2001 From: Christine Banek Date: Tue, 11 Jul 2023 14:08:39 -0700 Subject: [PATCH] [DM-39825] Livetap to tap-postgres 1.12 This will allow for temporary uploading of tables for livetap. --- applications/livetap/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/livetap/Chart.yaml b/applications/livetap/Chart.yaml index 990e2d0670..eff6e39966 100644 --- a/applications/livetap/Chart.yaml +++ b/applications/livetap/Chart.yaml @@ -5,4 +5,4 @@ description: IVOA TAP service sources: - https://github.com/lsst-sqre/tap-postgres - https://github.com/opencadc/tap -appVersion: "1.10" +appVersion: "1.12"