Commit f96267a 1 parent ceafc73 commit f96267a Copy full SHA for f96267a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ package config
10
10
11
11
const (
12
12
// defaultImage is the default image to use.
13
- defaultImage = "v2.19.2 "
13
+ defaultImage = "v2.19.3 "
14
14
)
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : s3proxy
3
3
description : Helm chart to deploy s3proxy.
4
4
type : application
5
- version : 2.19.2
5
+ version : 2.19.3
Original file line number Diff line number Diff line change 2
2
awsAccessKeyID : " replaceme"
3
3
awsSecretAccessKey : " replaceme"
4
4
# Pod image to deploy.
5
- image : " ghcr.io/edgelesssys/constellation/s3proxy:v2.19.2 "
5
+ image : " ghcr.io/edgelesssys/constellation/s3proxy:v2.19.3 "
6
6
# Control if multipart uploads are blocked.
7
7
allowMultipart : false
8
8
# Number of pod replicas to deploy.
You can’t perform that action at this time.
0 commit comments