mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
renovate: exclude s3proxy pseudo-versions upgrades (#3814)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3febe0c109
commit
b0d011fb2c
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue