From 5ac6dae602d0abb20aa2623bc2bf0cbd482690a2 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 23 Feb 2024 16:29:01 +1100 Subject: [PATCH] use lagoon_v218 prerelease branches --- Jenkinsfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6cb73eeb0..875d575223 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -171,7 +171,7 @@ pipeline { TOKEN = credentials('git-amazeeio-helmfile-ci-trigger') } steps { - sh script: "curl -X POST -F token=$TOKEN -F ref=main https://git.amazeeio.cloud/api/v4/projects/86/trigger/pipeline", label: "Trigger lagoon-core helmfile sync on amazeeio-test6" + sh script: "curl -X POST -F token=$TOKEN -F ref=test6_lagoon_v218 https://git.amazeeio.cloud/api/v4/projects/86/trigger/pipeline", label: "Trigger lagoon-core helmfile sync on amazeeio-test6" } } stage ('push images to uselagoon/*') { diff --git a/Makefile b/Makefile index ad2cd0aa22..771d81f5fd 100644 --- a/Makefile +++ b/Makefile @@ -356,7 +356,7 @@ STERN_VERSION = v2.6.1 CHART_TESTING_VERSION = v3.10.1 K3D_IMAGE = docker.io/rancher/k3s:v1.27.3-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 = keycloak-health-endpoint +CHARTS_TREEISH = prerelease/lagoon_v218 TASK_IMAGES = task-activestandby # Symlink the installed kubectl client if the correct version is already