mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-06 13:46:08 -05:00
deps: update versions to v2.19.0
This commit is contained in:
parent
cbd5d93121
commit
681216b577
@ -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.19.0-pre.0.20241017144548-0453f5b611ae"
|
defaultImage = "v2.19.0"
|
||||||
)
|
)
|
||||||
|
@ -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.19.0
|
||||||
|
@ -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.18.0-pre.0.20240807132706-ffde0ef7b7d3"
|
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user