deps: update Constellation containers (#3752)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-10 12:05:03 +02:00 committed by GitHub
parent db63cd1659
commit 4db767d89a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@ def containter_image_deps():
)
oci_pull(
name = "libvirtd_base",
digest = "sha256:48ba2401ea66490ca1997b9d3e72b4bef7557ffbcdb1c95651fb3308f32fda58",
digest = "sha256:10bc5281807d06e333f363dd27ccc8159884d706a6d738d6f54a925c483bdce3",
image = "ghcr.io/edgelesssys/constellation/libvirtd-base",
)

View File

@ -169,7 +169,7 @@ const (
// 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:v20250331.0.0@sha256:25275c58c5c1719e4eb371f79eda65203122c7cfd232cd4cdf521afafeaad15e" // renovate:container
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:v20250331.0.0@sha256:89bf155b7ae723bcdcde604e0aa0f5aa98b549c86026504f140755d01a44bc07" // renovate:container
// NodeMaintenanceOperatorImage is the image for the node maintenance operator.
NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.17.0@sha256:bf1c5758b3d266dd6234422d156c67ffdd47f50f70ce17d5cef1de6065030337" // renovate:container
// LogstashImage is the container image of logstash, used for log collection by debugd.

View File

@ -3,7 +3,7 @@ awsAccessKeyID: "replaceme"
awsSecretAccessKey: "replaceme"
# Pod image to deploy.
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.23.0-pre.0.20250403094712-ba0865706e51"
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.23.0-pre.0.20250409150110-8e6c93474149"
# Control if multipart uploads are blocked.
allowMultipart: false