@codiac.io/codiac-cli 1.2.149 → 1.2.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,7 @@ const inversify_1 = require("inversify");
|
|
|
16
16
|
const codiac_ops_common_1 = require("@codiac.io/codiac-ops-common");
|
|
17
17
|
const child_process_1 = require("child_process");
|
|
18
18
|
const DEFAULT_IMAGE_NAME = "codiacimages/codiac-relay";
|
|
19
|
-
const DEFAULT_IMAGE_TAG = "1.2.
|
|
19
|
+
const DEFAULT_IMAGE_TAG = "1.2.30";
|
|
20
20
|
const DEFUALT_CONTIANER_NAME = "codiac-relay";
|
|
21
21
|
const DEFAULT_HEALTH_CHECK_URL = "http://localhost:5799/heartbeat-json"; // /ready-state";
|
|
22
22
|
const DEFAULT_RETRY_TIMOUT_IN_MINUTES = 1;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED