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
|
@ -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