Skip to content

Commit

Permalink
Merge pull request #3697 from uselagoon/post-218-fixes
Browse files Browse the repository at this point in the history
chore: remove branch overrides after v2.18.0
  • Loading branch information
tobybellwood authored Apr 2, 2024
2 parents 1ef8e57 + d0a0c02 commit 5585b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pipeline {
TOKEN = credentials('git-amazeeio-helmfile-ci-trigger')
}
steps {
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"
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"
}
}
stage ('push images to uselagoon/*') {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ STERN_VERSION = v2.6.1
CHART_TESTING_VERSION = v3.10.1
K3D_IMAGE = docker.io/rancher/k3s:v1.28.6-k3s2
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 = prerelease/lagoon_v218
CHARTS_TREEISH = main
TASK_IMAGES = task-activestandby

# Symlink the installed kubectl client if the correct version is already
Expand Down

0 comments on commit 5585b7e

Please sign in to comment.