Skip to content

Commit

Permalink
feat(s3-proxy): Upgrade application & configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Oct 29, 2023
1 parent 6b3f021 commit 5b9ded2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/s3-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 4.11.0
appVersion: 4.12.0
description: A Helm chart for Kubernetes to deploy S3-Proxy
home: https://github.com/oxyno-zeta/s3-proxy
icon: https://raw.githubusercontent.com/oxyno-zeta/s3-proxy/master/docs/logo/logo.png
Expand All @@ -18,7 +18,7 @@ maintainers:
name: s3-proxy
sources:
- https://github.com/oxyno-zeta/s3-proxy
version: 2.18.0
version: 2.19.0
annotations:
artifacthub.io/category: networking
artifacthub.io/license: Apache-2.0
Expand Down
6 changes: 5 additions & 1 deletion charts/s3-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: oxynozeta/s3-proxy
tag: 4.11.0
tag: 4.12.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -590,6 +590,10 @@ configFiles:
# region: eu-west-1
# s3Endpoint:
# disableSSL: false
# # s3MaxUploadParts: 10000
# # s3UploadPartSize: 5
# # s3UploadConcurrency: 5
# # s3UploadLeavePartsOnError: false
# # s3ListMaxKeys: 1000
# # credentials:
# # accessKey:
Expand Down

0 comments on commit 5b9ded2

Please sign in to comment.