mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 20:44:52 -04:00
deps: update Constellation containers (#3752)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
db63cd1659
commit
4db767d89a
3 changed files with 3 additions and 3 deletions
|
@ -16,6 +16,6 @@ def containter_image_deps():
|
||||||
)
|
)
|
||||||
oci_pull(
|
oci_pull(
|
||||||
name = "libvirtd_base",
|
name = "libvirtd_base",
|
||||||
digest = "sha256:48ba2401ea66490ca1997b9d3e72b4bef7557ffbcdb1c95651fb3308f32fda58",
|
digest = "sha256:10bc5281807d06e333f363dd27ccc8159884d706a6d738d6f54a925c483bdce3",
|
||||||
image = "ghcr.io/edgelesssys/constellation/libvirtd-base",
|
image = "ghcr.io/edgelesssys/constellation/libvirtd-base",
|
||||||
)
|
)
|
||||||
|
|
|
@ -169,7 +169,7 @@ const (
|
||||||
|
|
||||||
// GcpGuestImage image for GCP guest agent.
|
// 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.
|
// 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 is the image for the node maintenance operator.
|
||||||
NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.17.0@sha256:bf1c5758b3d266dd6234422d156c67ffdd47f50f70ce17d5cef1de6065030337" // renovate:container
|
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.
|
// LogstashImage is the container image of logstash, used for log collection by debugd.
|
||||||
|
|
|
@ -3,7 +3,7 @@ awsAccessKeyID: "replaceme"
|
||||||
awsSecretAccessKey: "replaceme"
|
awsSecretAccessKey: "replaceme"
|
||||||
|
|
||||||
# Pod image to deploy.
|
# 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.
|
# Control if multipart uploads are blocked.
|
||||||
allowMultipart: false
|
allowMultipart: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue