renovate: exclude s3proxy pseudo-versions upgrades (#3814)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-05-07 11:22:33 +02:00 committed by GitHub
parent 3febe0c109
commit b0d011fb2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,6 @@
ignoreDeps: [
'github.com/edgelesssys/constellation/v2',
'github.com/daniel-weisse/go-cryptsetup',
// Only update once they fixed dependency violations on their side.
'github.com/google/go-tpm-tools',
],
@ -252,6 +251,7 @@
matchPackageNames: [
'ghcr.io/edgelesssys/{/,}**',
'!ghcr.io/edgelesssys/cloud-provider-gcp',
'!ghcr.io/edgelesssys/constellation/s3proxy',
],
versioning: 'semver',
// Allow packages of ghcr.io/edgelesssys to update to unstable prereleases.

View file

@ -72,7 +72,7 @@ spec:
spec:
containers:
- name: s3proxy
image: ghcr.io/edgelesssys/constellation/s3proxy:v2.13.0-pre
image: ghcr.io/edgelesssys/constellation/s3proxy:v2.23.0
args:
- "--level=-1"
ports:

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.20250409150110-8e6c93474149"
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.23.0"
# Control if multipart uploads are blocked.
allowMultipart: false