change default image to new format of public images for next release (#19)

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-08-30 13:42:22 +02:00 committed by GitHub
parent 87e68961dd
commit e0a457b6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@
package config
const (
DefaultImageAzure = "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation/versions/1.5.0"
DefaultImageGCP = "projects/constellation-images/global/images/constellation-v1-5-0"
DefaultImageAzure = "/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/0.0.1"
DefaultImageGCP = "projects/constellation-images/global/images/constellation-v0-0-1"
)