Skip to content

Commit

Permalink
chore: revert treeish
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jan 31, 2025
1 parent d778895 commit e26a45b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ STERN_VERSION = v2.6.1
CHART_TESTING_VERSION = v3.11.0
K3D_IMAGE = docker.io/rancher/k3s:v1.31.1-k3s1
TESTS = [nginx,api,features-kubernetes,bulk-deployment,features-kubernetes-2,features-variables,active-standby-kubernetes,tasks,drush,python,gitlab,github,bitbucket,services,workflows]
CHARTS_TREEISH = mysql-image-support
CHARTS_TREEISH = main
CHARTS_REPOSITORY = https://github.com/uselagoon/lagoon-charts.git
#CHARTS_REPOSITORY = ../lagoon-charts
TASK_IMAGES = task-activestandby
Expand Down
34 changes: 34 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,40 @@ group "default" {
]
}

group "go-services" {
targets = [
"actions-handler",
"backup-handler",
"api-sidecar-handler",
"logs2notifications",
"task-activestandby",
"workflows"
]
}

group "js-services" {
targets = [
"api",
"auth-server",
"webhook-handler",
"webhooks2tasks",
]
}

group "other" {
targets = [
"api-db",
"api-redis",
"broker",
"keycloak-db",
"keycloak",
"ssh",
"local-api-data-watcher-pusher",
"local-git",
"tests",
]
}

group "ui-logs-development" {
targets = [
"actions-handler",
Expand Down

0 comments on commit e26a45b

Please sign in to comment.