Skip to content

Commit

Permalink
Adjust timescaledb to 2.18.0 in delivery (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet authored Jan 31, 2025
1 parent db65123 commit f5a0ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline:
--build-arg PGVERSION="$PGVERSION" \
--build-arg BASE_IMAGE="$BASE_IMAGE" \
--build-arg PGOLDVERSIONS="14 15 16" \
--build-arg TIMESCALEDB="2.17.2" \
--build-arg TIMESCALEDB="2.18.0" \
-t "$ECR_TEST_IMAGE" \
--push .
Expand Down Expand Up @@ -64,7 +64,7 @@ pipeline:
--build-arg PGVERSION="$PGVERSION" \
--build-arg BASE_IMAGE="$BASE_IMAGE" \
--build-arg PGOLDVERSIONS="14 15 16" \
--build-arg TIMESCALEDB="2.17.2" \
--build-arg TIMESCALEDB="2.18.0" \
-t "$ECR_TEST_IMAGE" \
--push .
cdp-promote-image "$ECR_TEST_IMAGE"
Expand Down Expand Up @@ -96,7 +96,7 @@ pipeline:
--build-arg PGVERSION="$PGVERSION" \
--build-arg BASE_IMAGE="$BASE_IMAGE" \
--build-arg PGOLDVERSIONS="14 15 16" \
--build-arg TIMESCALEDB="2.17.2" \
--build-arg TIMESCALEDB="2.18.0" \
-t "$ECR_TEST_IMAGE" \
--push .
cdp-promote-image "$ECR_TEST_IMAGE"
Expand Down

0 comments on commit f5a0ffc

Please # to comment.