deps: update versions to v2.19.3

This commit is contained in:
edgelessci 2024-11-25 09:28:53 +00:00
parent ceafc737be
commit f96267a2fd
3 changed files with 3 additions and 3 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 = "v2.19.2" defaultImage = "v2.19.3"
) )

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: 2.19.2 version: 2.19.3

View File

@ -2,7 +2,7 @@
awsAccessKeyID: "replaceme" awsAccessKeyID: "replaceme"
awsSecretAccessKey: "replaceme" awsSecretAccessKey: "replaceme"
# Pod image to deploy. # Pod image to deploy.
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.2" image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.3"
# 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.