Skip to content

Commit f96267a

Browse files
committed
deps: update versions to v2.19.3
1 parent ceafc73 commit f96267a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/config/image_enterprise.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ package config
1010

1111
const (
1212
// defaultImage is the default image to use.
13-
defaultImage = "v2.19.2"
13+
defaultImage = "v2.19.3"
1414
)

s3proxy/deploy/s3proxy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: s3proxy
33
description: Helm chart to deploy s3proxy.
44
type: application
5-
version: 2.19.2
5+
version: 2.19.3

s3proxy/deploy/s3proxy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
awsAccessKeyID: "replaceme"
33
awsSecretAccessKey: "replaceme"
44
# Pod image to deploy.
5-
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.2"
5+
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.19.3"
66
# Control if multipart uploads are blocked.
77
allowMultipart: false
88
# Number of pod replicas to deploy.

0 commit comments

Comments
 (0)