Skip to content

Commit

Permalink
feat(s3-proxy): Upgrade application and example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Feb 11, 2023
1 parent 3c06c21 commit 158380f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 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.7.0
appVersion: 4.8.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,4 +18,4 @@ maintainers:
name: s3-proxy
sources:
- https://github.com/oxyno-zeta/s3-proxy
version: 2.15.0
version: 2.16.0
14 changes: 14 additions & 0 deletions charts/s3-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,20 @@ configFiles:
# # Values can be templated. Empty values will be flushed.
# metadata:
# key: value
# # System Metadata cases.
# # Values can be templated. Empty values will be flushed.
# systemMetadata:
# # Cache-Control value (will be put as header after)
# cacheControl: ""
# # Content-Disposition value (will be put as header after)
# contentDisposition: ""
# # Content-Encoding value (will be put as header after)
# contentEncoding: ""
# # Content-Language value (will be put as header after)
# contentLanguage: ""
# # Expires value (will be put as header after)
# # Side note: This must have the RFC3339 date format at the end.
# expires: ""
# # Storage class that will be used for uploaded objects
# # See storage class here: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
# # Values can be templated. Empty values will be flushed.
Expand Down

0 comments on commit 158380f

Please sign in to comment.