Skip to content

Commit

Permalink
feat(s3-proxy): Upgrade to 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Sep 23, 2024
1 parent b3cff77 commit 9aaf0a8
Show file tree
Hide file tree
Showing 2 changed files with 11 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.16.0
appVersion: 4.17.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.21.0
version: 2.22.0
annotations:
artifacthub.io/category: networking
artifacthub.io/license: Apache-2.0
Expand Down
10 changes: 9 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.16.0
tag: 4.17.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -453,6 +453,14 @@ configFiles:
# # url: http://localhost:8181/v1/data/example/authz/allowed
# # ## Actions
# # actions:
# # # Action for HEAD requests on target
# # HEAD:
# # # Will allow HEAD requests
# # enabled: true
# # # Configuration for HEAD requests
# # config:
# # # Webhooks
# # webhooks: []
# # # Action for GET requests on target
# # GET:
# # # Will allow GET requests
Expand Down

0 comments on commit 9aaf0a8

Please sign in to comment.