Skip to content

Commit

Permalink
deps: update versions to v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edgelessci committed Nov 5, 2024
1 parent 5179f16 commit d1075c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/config/image_enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ package config

const (
// defaultImage is the default image to use.
defaultImage = "v2.19.0"
defaultImage = "v2.19.2"
)
2 changes: 1 addition & 1 deletion s3proxy/deploy/s3proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion s3proxy/deploy/s3proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d1075c8

Please sign in to comment.