update qemu metadata image version and use correct CSP name in qemu state (#377)

This commit is contained in:
Malte Poll 2022-08-18 15:59:01 +02:00 committed by GitHub
parent f050a301d0
commit af99f91fec
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ provider "docker" {
}
resource "docker_image" "qemu-metadata" {
name = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v1.3.2-0.20220714151638-d295be31"
name = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v1.4.1-0.20220817163854-84e9f659542d"
keep_locally = true
}