mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet Synthetics] Upgrade to 0.10.2 (#138879)
This commit is contained in:
parent
500a453f7e
commit
1b8236c768
3 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@
|
|||
},
|
||||
{
|
||||
"name": "synthetics",
|
||||
"version": "0.10.1"
|
||||
"version": "0.10.2"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -18,7 +18,7 @@ import pRetry from 'p-retry';
|
|||
const BEFORE_SETUP_TIMEOUT = 30 * 60 * 1000; // 30 minutes;
|
||||
|
||||
const DOCKER_START_TIMEOUT = 5 * 60 * 1000; // 5 minutes
|
||||
const DOCKER_IMAGE = `docker.elastic.co/package-registry/distribution:433d99a96f3289c5013ae35826877adf408eb9c9`;
|
||||
const DOCKER_IMAGE = `docker.elastic.co/package-registry/distribution:d32582b3bbeef5283e4450a9403f26c2a5e415f4`;
|
||||
|
||||
function firstWithTimeout(source$: Rx.Observable<any>, errorMsg: string, ms = 30 * 1000) {
|
||||
return Rx.race(
|
||||
|
|
|
@ -15,7 +15,7 @@ import { pageObjects } from './page_objects';
|
|||
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
|
||||
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry.
|
||||
export const dockerImage =
|
||||
'docker.elastic.co/package-registry/distribution:433d99a96f3289c5013ae35826877adf408eb9c9';
|
||||
'docker.elastic.co/package-registry/distribution:d32582b3bbeef5283e4450a9403f26c2a5e415f4';
|
||||
|
||||
// the default export of config files must be a config provider
|
||||
// that returns an object with the projects config values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue