Skip to content

Commit

Permalink
Merge pull request #288 from bento-platform/chore/more-service-updates
Browse files Browse the repository at this point in the history
chore: bump aggregation to 0.19.9 and beacon to 0.18.0
  • Loading branch information
davidlougheed authored Nov 22, 2024
2 parents d083619 + 42b3bd0 commit b732749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/bento.env
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ BENTOV2_NOTIFICATION_CPUS=2

# Aggregation
BENTOV2_AGGREGATION_IMAGE=ghcr.io/bento-platform/bento_aggregation_service
BENTOV2_AGGREGATION_VERSION=0.19.8
BENTOV2_AGGREGATION_VERSION=0.19.9
BENTOV2_AGGREGATION_VERSION_DEV=${BENTOV2_AGGREGATION_VERSION}-dev
BENTOV2_AGGREGATION_CONTAINER_NAME=${BENTOV2_PREFIX}-aggregation
BENTO_AGGREGATION_NETWORK=${BENTOV2_PREFIX}-aggregation-net
Expand Down Expand Up @@ -408,7 +408,7 @@ BENTO_PUBLIC_PORTAL_URL=${BENTOV2_PORTAL_PUBLIC_URL}
BENTO_BEACON_CONTAINER_NAME=${BENTOV2_PREFIX}-beacon
BENTO_BEACON_NETWORK=${BENTOV2_PREFIX}-beacon-net
BENTO_BEACON_IMAGE=ghcr.io/bento-platform/bento_beacon
BENTO_BEACON_VERSION=0.17.0
BENTO_BEACON_VERSION=0.18.0
BENTO_BEACON_VERSION_DEV=${BENTO_BEACON_VERSION}-dev
BENTO_BEACON_INTERNAL_PORT=${BENTO_STD_SERVICE_INTERNAL_PORT}
BENTO_BEACON_EXTERNAL_PORT=5000
Expand Down

0 comments on commit b732749

Please sign in to comment.