mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Revert "[artifacts/container-image] Trigger image tag update (#149143)"
This reverts commit 598843f7ca
.
This commit is contained in:
parent
b7a0204e49
commit
ef6d48933a
1 changed files with 0 additions and 20 deletions
|
@ -65,23 +65,3 @@ buildkite-agent artifact upload "kibana-$BASE_VERSION-docker-image.tar.gz"
|
|||
buildkite-agent artifact upload "kibana-$BASE_VERSION-docker-image-aarch64.tar.gz"
|
||||
buildkite-agent artifact upload "dependencies-$GIT_ABBREV_COMMIT.csv"
|
||||
cd -
|
||||
|
||||
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
|
||||
label: "Update image tag for deployment-api"
|
||||
branches: main
|
||||
build:
|
||||
env:
|
||||
MODE: sed
|
||||
TARGET_FILE: app-config-controllers.yaml
|
||||
IMAGE_TAG: "$KIBANA_IMAGE"
|
||||
SERVICE: app-config-controllers
|
||||
EOF
|
||||
|
||||
else
|
||||
echo "Skipping update for untracked branch $BUILDKITE_BRANCH"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue