deps: update versions to v2.19.1

This commit is contained in:
edgelessci 2024-11-04 08:10:26 +00:00
parent b7ad37424d
commit 930794ca47
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.20.0-pre.0.20241029190319-7458d0e8921a"
defaultImage = "v2.19.1"
)

View File

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

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.18.0-pre.0.20240807132706-ffde0ef7b7d3"
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.1"
# Control if multipart uploads are blocked.
allowMultipart: false
# Number of pod replicas to deploy.
replicaCount: 1