diff --git a/charts/s3-proxy/Chart.yaml b/charts/s3-proxy/Chart.yaml index 0dc4cc1..c87f1bb 100644 --- a/charts/s3-proxy/Chart.yaml +++ b/charts/s3-proxy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 4.17.0 +appVersion: 4.17.1 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,7 +18,7 @@ maintainers: name: s3-proxy sources: - https://github.com/oxyno-zeta/s3-proxy -version: 2.22.0 +version: 2.22.1 annotations: artifacthub.io/category: networking artifacthub.io/license: Apache-2.0 diff --git a/charts/s3-proxy/values.yaml b/charts/s3-proxy/values.yaml index 6c86949..20b4e0d 100644 --- a/charts/s3-proxy/values.yaml +++ b/charts/s3-proxy/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: oxynozeta/s3-proxy - tag: 4.17.0 + tag: 4.17.1 pullPolicy: IfNotPresent imagePullSecrets: []