Skip to content

Commit

Permalink
chore: overrides for testing, revert later
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 30, 2024
1 parent b52267c commit 9c3a945
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,25 @@ TESTS = [api]
# back to the version set in the CI values file, then to the chart default.
IMAGE_TAG =

# UI_IMAGE_TAG controls the tag used for the ui image used in the charts
UI_IMAGE_TAG =
UI_IMAGE_REPO =

# SSHPORTALAPI_IMAGE_REPO and SSHPORTALAPI_IMAGE_TAG are an easy way to override the ssh portal api image used in the charts
SSHPORTALAPI_IMAGE_REPO =
SSHPORTALAPI_IMAGE_TAG =

# SSHTOKEN_IMAGE_REPO and SSHTOKEN_IMAGE_TAG are an easy way to override the ssh token image used in the charts
SSHTOKEN_IMAGE_REPO =
SSHTOKEN_IMAGE_TAG =

# SSHPORTAL_IMAGE_REPO and SSHPORTAL_IMAGE_TAG are an easy way to override the ssh portal image used in the charts
SSHPORTAL_IMAGE_REPO =
SSHPORTAL_IMAGE_TAG =
# UI_IMAGE_REPO and UI_IMAGE_TAG are an easy way to override the UI image used
# only works for installations where INSTALL_STABLE_CORE=false
# UI_IMAGE_REPO = uselagoon/ui
UI_IMAGE_TAG = pr-307

# SSHPORTALAPI_IMAGE_REPO and SSHPORTALAPI_IMAGE_TAG are an easy way to override the ssh portal api image used in the local stack lagoon-core
# only works for installations where INSTALL_STABLE_CORE=false
SSHPORTALAPI_IMAGE_REPO = shreddedbacon/ssh-portal-api
SSHPORTALAPI_IMAGE_TAG = latest

# SSHTOKEN_IMAGE_REPO and SSHTOKEN_IMAGE_TAG are an easy way to override the ssh token image used in the local stack lagoon-core
# only works for installations where INSTALL_STABLE_CORE=false
SSHTOKEN_IMAGE_REPO = shreddedbacon/ssh-token
SSHTOKEN_IMAGE_TAG = latest

# SSHPORTAL_IMAGE_REPO and SSHPORTAL_IMAGE_TAG are an easy way to override the ssh portal image used in the local stack lagoon-remote
# only works for installations where INSTALL_STABLE_REMOTE=false
# SSHPORTAL_IMAGE_REPO =
# SSHPORTAL_IMAGE_TAG =

LAGOON_CORE_USE_HTTPS = true

Expand Down

0 comments on commit 9c3a945

Please sign in to comment.