mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update image references for v1.5.0
This commit is contained in:
parent
2d87db3914
commit
ec548a6d17
@ -226,7 +226,7 @@ func Default() *Config {
|
|||||||
TenantID: "",
|
TenantID: "",
|
||||||
Location: "",
|
Location: "",
|
||||||
UserAssignedIdentity: "",
|
UserAssignedIdentity: "",
|
||||||
Image: "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation-coreos/versions/0.0.1659453699",
|
Image: "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation/versions/1.5.0",
|
||||||
StateDiskType: "StandardSSD_LRS", // TODO: Replace with Premium_LRS when we replace the default VM size (Standard_D2a_v4) since the size does not support Premium_LRS
|
StateDiskType: "StandardSSD_LRS", // TODO: Replace with Premium_LRS when we replace the default VM size (Standard_D2a_v4) since the size does not support Premium_LRS
|
||||||
Measurements: copyPCRMap(azurePCRs),
|
Measurements: copyPCRMap(azurePCRs),
|
||||||
EnforcedMeasurements: []uint32{8, 9, 11, 12},
|
EnforcedMeasurements: []uint32{8, 9, 11, 12},
|
||||||
@ -235,7 +235,7 @@ func Default() *Config {
|
|||||||
Project: "",
|
Project: "",
|
||||||
Region: "",
|
Region: "",
|
||||||
Zone: "",
|
Zone: "",
|
||||||
Image: "projects/constellation-images/global/images/constellation-coreos-1659453699",
|
Image: "projects/constellation-images/global/images/constellation-v1-5-0",
|
||||||
ServiceAccountRoles: []string{
|
ServiceAccountRoles: []string{
|
||||||
"roles/compute.instanceAdmin.v1",
|
"roles/compute.instanceAdmin.v1",
|
||||||
"roles/compute.networkAdmin",
|
"roles/compute.networkAdmin",
|
||||||
|
Loading…
Reference in New Issue
Block a user