deps: update versions to v2.24.0

This commit is contained in:
edgelessci 2025-09-02 12:36:10 +00:00
parent c95fe5d1fc
commit fdf5664577
3 changed files with 3 additions and 6 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.24.0-pre.0.20250828103424-bb8d2c8a5c0a"
defaultImage = "v2.24.0"
)

View file

@ -2,4 +2,4 @@ apiVersion: v2
name: s3proxy
description: Helm chart to deploy s3proxy.
type: application
version: 0.0.0
version: 2.24.0

View file

@ -1,12 +1,9 @@
# Secrets to use for S3 access.
awsAccessKeyID: "replaceme"
awsSecretAccessKey: "replaceme"
# Pod image to deploy.
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.23.1"
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.24.0"
# Control if multipart uploads are blocked.
allowMultipart: false
# Number of pod replicas to deploy.
replicaCount: 1