mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update Constellation containers to v2.6.0-pre (#1074)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
4bb1bb7595
commit
dd1140868e
@ -62,21 +62,21 @@ const (
|
||||
// KonnectivityServerImage server image for konnectivity service.
|
||||
KonnectivityServerImage = "registry.k8s.io/kas-network-proxy/proxy-server:v0.0.35@sha256:d863f7fd0da4392b9753dc6c9195a658e80d70e0be8c9adb410d77cf20b75c76" // renovate:container
|
||||
// JoinImage image of Constellation join service.
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.5.0@sha256:82505d256bb4deb89d0fc6f014ece9a16552e8919cecb5c1a6add72389815287" // renovate:container
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.6.0-pre.0.20230126102429-aa3ac8240821@sha256:717ebcc06f652dc8734af4cf83a2df4c0b144c938a9f13f610ec2b62f5c9d8bc" // renovate:container
|
||||
// KeyServiceImage image of Constellation KMS server.
|
||||
KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.5.0@sha256:df286ad5481340c8ae9b4ab357727800334a0b4c37628407365f06963dc17eeb" // renovate:container
|
||||
KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.6.0-pre.0.20230126102429-aa3ac8240821@sha256:fcc59483299cbffa73d741a1b1f536a6ce53027fa34eac83e38409516dc8b7eb" // renovate:container
|
||||
// VerificationImage image of Constellation verification service.
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.5.0@sha256:cd8c6b6681f870f6952ce6242b0755409be277dddb90bee7f1846f864677cf36" // renovate:container
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.6.0-pre.0.20230126102429-aa3ac8240821@sha256:c6809adc348ba926a57ac1e8d198ada6f20b76de2e0a4d06176c7a75ab18a57a" // renovate:container
|
||||
// GcpGuestImage image for GCP guest agent.
|
||||
// Check for new versions at https://github.com/GoogleCloudPlatform/guest-agent/releases and update in /.github/workflows/build-gcp-guest-agent.yml.
|
||||
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220927.00@sha256:3dea1ae3f162d2353e6584b325f0e325a39cda5f380f41e5a0ee43c6641d3905" // renovate:container
|
||||
// ConstellationOperatorImage is the image for the constellation node operator.
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.5.0@sha256:161dfa1bc071a7da263907be9885bce4c55504dc2d9cebb4e617b5455a0a3c2d" // renovate:container
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.6.0-pre.0.20230126102429-aa3ac8240821@sha256:382b4a2a1d88084e39045cc7772c2a084d9f187dcc0db5730596f8aa4cf9a6a2" // renovate:container
|
||||
// NodeMaintenanceOperatorImage is the image for the node maintenance operator.
|
||||
NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.14.0@sha256:2dffb6ffdbbe997d317799fc709baf030d678bde0be0264931ff6b3e94fd89ab" // renovate:container
|
||||
|
||||
// QEMUMetadataImage image of QEMU metadata api service.
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.5.0@sha256:37d0a33c08a7171c1eb2bf35c7ab453948fcc2ad2dfcdf7ea3c67d61bb51a045" // renovate:container
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.6.0-pre.0.20230126102429-aa3ac8240821@sha256:eafe1df8e5bdb03e92c2aadef2769b9051f4bc08401d2017fd613b3668b13a8a" // renovate:container
|
||||
// LibvirtImage image that provides libvirt.
|
||||
LibvirtImage = "ghcr.io/edgelesssys/constellation/libvirt:v2.2.0@sha256:81ddc30cd679a95379e94e2f154861d9112bcabfffa96330c09a4917693f7cce" // renovate:container
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user