mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
TLS-291: Update pipeline that update the controller (#154641)
## Summary
This commit uses a new pipeline to update the kibana-controller service
I removed the other sections because they did not really apply 😬
This commit is contained in:
parent
798fb4dde2
commit
1d67f4c924
1 changed files with 4 additions and 4 deletions
|
@ -76,19 +76,19 @@ buildkite-agent artifact upload "kibana-$BASE_VERSION-docker-image-aarch64.tar.g
|
|||
buildkite-agent artifact upload "dependencies-$GIT_ABBREV_COMMIT.csv"
|
||||
cd -
|
||||
|
||||
# This part is related with updating the configuration of kibana-controller,
|
||||
# so that new stack instances contain the latest and greatest image of kibana,
|
||||
# and the respective stack components of course.
|
||||
echo "--- Trigger image tag update"
|
||||
if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]]; then
|
||||
|
||||
cat << EOF | buildkite-agent pipeline upload
|
||||
steps:
|
||||
- trigger: k8s-gitops-update-image-tag
|
||||
- trigger: serverless-gitops-update-stack-image-tag
|
||||
async: true
|
||||
label: ":argo: Update image tag for Kibana"
|
||||
branches: main
|
||||
build:
|
||||
env:
|
||||
MODE: sed
|
||||
TARGET_FILE: kibana-controller.yaml
|
||||
IMAGE_TAG: "git-$GIT_ABBREV_COMMIT"
|
||||
SERVICE: kibana-controller
|
||||
NAMESPACE: kibana-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue