diff --git a/.github/actions/e2e_s3proxy/action.yml b/.github/actions/e2e_s3proxy/action.yml index b3e1bf49e..dc559de7e 100644 --- a/.github/actions/e2e_s3proxy/action.yml +++ b/.github/actions/e2e_s3proxy/action.yml @@ -66,6 +66,6 @@ runs: KUBECONFIG: ${{ inputs.kubeconfig }} ACCESS_KEY: ${{ inputs.s3AccessKey }} SECRET_KEY: ${{ inputs.s3SecretKey }} - IMAGE: "ghcr.io/edgelesssys/mint:v1.99.0@sha256:96a059733087ec0bcf2c808406a626da2ffefe8e7c7cac786907b1b35b892234" # renovate:mint-fork + IMAGE: "ghcr.io/edgelesssys/mint:v2.0.0@sha256:cf82f029ca77fd4ade4fb36f19945f44e58b1d03c1acb930d95ae7ec75a25c22" # renovate:mint-fork run: | ./s3proxy/e2e/deploy.sh "$IMAGE" diff --git a/internal/versions/versions.go b/internal/versions/versions.go index 8db188773..a6e9c482c 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -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:v20231016.0.0@sha256:c51ebfc2b67f5a39daba88039e7f8f171d7084656c49c092cc53b0a2318209b2" // renovate:container + GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:v20240213.0.0@sha256:aa7b27a4f9af356bdc6bad112e2255c68cd8759fb4430e4c91a5d19ced948a3e" // renovate:container // NodeMaintenanceOperatorImage is the image for the node maintenance operator. NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.15.0@sha256:8cb8dad93283268282c30e75c68f4bd76b28def4b68b563d2f9db9c74225d634" // renovate:container // LogstashImage is the container image of logstash, used for log collection by debugd.