mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
deps: update versions to v2.19.2
This commit is contained in:
parent
5179f16379
commit
d1075c84ba
3 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@ package config
|
|||
|
||||
const (
|
||||
// defaultImage is the default image to use.
|
||||
defaultImage = "v2.19.0"
|
||||
defaultImage = "v2.19.2"
|
||||
)
|
||||
|
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: s3proxy
|
||||
description: Helm chart to deploy s3proxy.
|
||||
type: application
|
||||
version: 2.19.0
|
||||
version: 2.19.2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
awsAccessKeyID: "replaceme"
|
||||
awsSecretAccessKey: "replaceme"
|
||||
# Pod image to deploy.
|
||||
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.0"
|
||||
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.2"
|
||||
# Control if multipart uploads are blocked.
|
||||
allowMultipart: false
|
||||
# Number of pod replicas to deploy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue