diff --git a/CHANGES.md b/CHANGES.md index 80089386..6b47a016 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +1.18.4 (2024-10-18) +------------------- +- Fix to the url of the observation portal in the deployment. + 1.18.3 (2024-10-04) ------------------- - Update exception handling for photometric calibrator to handle general base exceptions from the requests library diff --git a/helm-chart/banzai/values-dev.yaml b/helm-chart/banzai/values-dev.yaml index 5a454896..9c5b4319 100644 --- a/helm-chart/banzai/values-dev.yaml +++ b/helm-chart/banzai/values-dev.yaml @@ -20,7 +20,7 @@ ingester: banzai: astrometryServiceUrl: http://astrometry.lco.gtn/catalog configdbUrl: http://configdb.lco.gtn/sites/ - observationPortalUrl: http://internal-observation-portal.lco.gtn/api/observations/ + observationPortalUrl: http://observation-portal-internal.dev.svc/api/observations/ useDifferentArchiveSources: true calibrateProposalId: calibrate banzaiWorkerLogLevel: debug diff --git a/helm-chart/banzai/values-prod.yaml b/helm-chart/banzai/values-prod.yaml index 072c8754..da6308f1 100644 --- a/helm-chart/banzai/values-prod.yaml +++ b/helm-chart/banzai/values-prod.yaml @@ -32,7 +32,7 @@ ingester: banzai: astrometryServiceUrl: http://gaia-astrometry-net-service/catalog configdbUrl: http://configdb3/sites/ - observationPortalUrl: http://internal-observation-portal/api/observations/ + observationPortalUrl: http://observation-portal-internal.prod.svc/api/observations/ useDifferentArchiveSources: false calibrateProposalId: calibrate banzaiWorkerLogLevel: info