deps: update versions to v2.21.0

This commit is contained in:
edgelessci 2025-02-28 08:40:38 +00:00
parent 8cf47dc077
commit 658b72a0f4
3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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