Skip to content

Commit

Permalink
Merge branch 'main' into run-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 24, 2023
2 parents 45eddb5 + f3e96bf commit 304f780
Show file tree
Hide file tree
Showing 783 changed files with 13,688 additions and 2,751 deletions.
20 changes: 0 additions & 20 deletions .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 304f780

Please sign in to comment.