File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This Agent repository helps you to provision the infrastructure required for an
7
7
8
8
## Release notes
9
9
This release contains the following fixes
10
- - Unknown certificate issue while trying to clone repo
10
+ - Ability to skip SSL certificate validation when using Self-Signed server certificates in private GHE
11
11
- Intermittent ` 409 ` error for JobRunner Service
12
12
- Incomplete runtime logs
13
13
- Bug Fixes
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
18
18
# Schematics endpoint url (optional: private CSE or VPE)
19
19
schematics_endpoint = " https://private-${ var . schematics_endpoint_location } .schematics.cloud.ibm.com"
20
20
# Schematics agent jobrunner image ID
21
- schematics_jobrunner_image = " icr.io/schematics-remote/schematics-job-runner:bc7e02b2-205 "
21
+ schematics_jobrunner_image = " icr.io/schematics-remote/schematics-job-runner:eecd8d0b-210 "
22
22
# Schematics agent job12 image ID
23
23
schematics_runtime_job_image = " icr.io/schematics-remote/schematics-agent-ws-job-20220704:60824f4e-276"
24
24
# schematics_sandbox_image
You can’t perform that action at this time.
0 commit comments