Skip to content

Commit

Permalink
Merge with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Nov 5, 2024
2 parents d3b03ad + 0c331f9 commit 96fa396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
-------------------
- Added the ability to read fits files that are pre downloaded and are already in memory

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
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/banzai/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/banzai/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ horizontalPodAutoscaler:

image:
repository: ghcr.io/lcogt/banzai
tag: "1.18.3"
tag: "1.18.4"
pullPolicy: IfNotPresent

# Values for the OCS Ingester library, used by BANZAI.
Expand All @@ -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
Expand Down

0 comments on commit 96fa396

Please sign in to comment.