Skip to content

Commit

Permalink
chore: use supporting images
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jan 24, 2025
1 parent 04ee9ee commit 2419773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ TESTS = [api]
# IMAGE_TAG controls the tag used for container images in the lagoon-core,
# lagoon-remote, and lagoon-test charts. If IMAGE_TAG is not set, it will fall
# back to the version set in the CI values file, then to the chart default.
IMAGE_TAG =
IMAGE_TAG = pr-3816
# IMAGE_REGISTRY controls the registry used for container images in the
# lagoon-core, lagoon-remote, and lagoon-test charts. If IMAGE_REGISTRY is not
# set, it will fall back to the version set in the chart values files. This
# only affects lagoon-core, lagoon-remote, and the fill-test-ci-values target.
IMAGE_REGISTRY = uselagoon
IMAGE_REGISTRY = testlagoon
# if OVERRIDE_BUILD_DEPLOY_DIND_IMAGE is not set, it will fall back to the
# controller default (uselagoon/kubectl-build-deploy-dind:latest).
OVERRIDE_BUILD_DEPLOY_DIND_IMAGE =
Expand Down
2 changes: 1 addition & 1 deletion charts/lagoon-core/ci/testlagoon-main-override.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
imageTag: "main"
imageTag: "pr-3816"

api:
image:
Expand Down

0 comments on commit 2419773

Please sign in to comment.