Skip to content

Commit

Permalink
feat: Add s3-proxy chart 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 5, 2021
1 parent e74c4e1 commit 8489c11
Show file tree
Hide file tree
Showing 2 changed files with 31 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: 3.0.3
appVersion: 3.1.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.0.2
version: 2.1.0
30 changes: 29 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: 3.0.3
tag: 3.1.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down Expand Up @@ -72,6 +72,34 @@ configFiles:
# Log format
format: text
# Server configurations
# server:
# # CORS configuration
# cors:
# # Enabled
# enabled: false
# # Allow all traffic
# allowAll: true
# # Allow Origins
# # Example: https://fake.com
# allowOrigins: []
# # Allow HTTP Methods
# allowMethods: []
# # Allow Headers
# allowHeaders: []
# # Expose Headers
# exposeHeaders: []
# # Max age
# # 300 is the maximum value not ignored by any of major browsers
# # Source: https://github.com/go-chi/cors
# maxAge: 0
# # Allow credentials
# allowCredentials: false
# # Run debug
# debug: false
# # OPTIONS method Passthrough
# optionsPassthrough: false
# Template configurations
# templates:
# badRequest: templates/bad-request.tpl
Expand Down

0 comments on commit 8489c11

Please sign in to comment.