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 Jul 21, 2023
1 parent 18e2e57 commit 6b3f021
Show file tree
Hide file tree
Showing 2 changed files with 6 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.10.0
appVersion: 4.11.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.17.2
version: 2.18.0
annotations:
artifacthub.io/category: networking
artifacthub.io/license: Apache-2.0
Expand Down
5 changes: 4 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.10.0
tag: 4.11.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -469,6 +469,9 @@ configFiles:
# # redirectToSignedUrl: true
# # # Signed URL expiration time
# # signedUrlExpiration: 15m
# # # Disable listing
# # # Note: This will return an empty list or you should change the folder list template (in general or in this target)
# # disableListing: false
# # # Webhooks
# # webhooks: []
# # # Action for PUT requests on target
Expand Down

0 comments on commit 6b3f021

Please sign in to comment.