From 8489c1162ab1085c17dad1e1d03b58056b117f85 Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Mon, 5 Jul 2021 23:15:27 +0200 Subject: [PATCH] feat: Add s3-proxy chart 2.1.0 --- charts/s3-proxy/Chart.yaml | 4 ++-- charts/s3-proxy/values.yaml | 30 +++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/charts/s3-proxy/Chart.yaml b/charts/s3-proxy/Chart.yaml index 94a23b0..6af9fe9 100755 --- a/charts/s3-proxy/Chart.yaml +++ b/charts/s3-proxy/Chart.yaml @@ -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 @@ -18,4 +18,4 @@ maintainers: name: s3-proxy sources: - https://github.com/oxyno-zeta/s3-proxy -version: 2.0.2 +version: 2.1.0 diff --git a/charts/s3-proxy/values.yaml b/charts/s3-proxy/values.yaml index 67d0948..9e7f526 100755 --- a/charts/s3-proxy/values.yaml +++ b/charts/s3-proxy/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: oxynozeta/s3-proxy - tag: 3.0.3 + tag: 3.1.0 pullPolicy: IfNotPresent nameOverride: "" @@ -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