Skip to content

Commit 403d5a6

Browse files
[updatecli] update elastic stack version for testing 9.2.0-31ae8fc5-SNAPSHOT (#5029)
* chore: Update snapshot.yml Made with ❤️️ by updatecli * chore: Update snapshot.yml Made with ❤️️ by updatecli * chore: Update snapshot.yml Made with ❤️️ by updatecli * Fix fips image names --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: michel-laterman <michel.laterman@elastic.co>
1 parent 2bd5bfb commit 403d5a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ steps:
219219
key: "cloud-e2e-fips-test"
220220
env:
221221
DOCKER_REGISTRY: "docker.elastic.co"
222-
DOCKER_BASE_IMAGE: "docker.elastic.co/cloud-release/elastic-agent-fips-cloud"
223-
DOCKER_IMAGE: "docker.elastic.co/beats-ci/elastic-agent-fips-cloud"
222+
DOCKER_BASE_IMAGE: "docker.elastic.co/cloud-release/elastic-agent-cloud-fips"
223+
DOCKER_IMAGE: "docker.elastic.co/beats-ci/elastic-agent-cloud-fips"
224224
DOCKER_IMAGE_TAG: "pr-${BUILDKITE_PULL_REQUEST}-${BUILDKITE_COMMIT:0:12}"
225225
SNAPSHOT: "true"
226226
PLATFORMS: "linux/amd64"

dev-tools/integration/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If you use change this version without a pinned one, please update
22
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3-
ELASTICSEARCH_VERSION=9.1.0-3eaef6ca-SNAPSHOT
3+
ELASTICSEARCH_VERSION=9.2.0-31ae8fc5-SNAPSHOT
44
ELASTICSEARCH_USERNAME=elastic
55
ELASTICSEARCH_PASSWORD=changeme
66
TEST_ELASTICSEARCH_HOSTS=localhost:9200

0 commit comments

Comments
 (0)