From b3cff778b1efc36c11009d2c8ebc22effc9236cc Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Tue, 20 Aug 2024 20:16:39 +0200 Subject: [PATCH] feat(s3-proxy): Upgrade application --- charts/s3-proxy/Chart.yaml | 4 ++-- charts/s3-proxy/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/s3-proxy/Chart.yaml b/charts/s3-proxy/Chart.yaml index cf6f7ae..653e6a1 100644 --- a/charts/s3-proxy/Chart.yaml +++ b/charts/s3-proxy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 4.15.0 +appVersion: 4.16.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,7 +18,7 @@ maintainers: name: s3-proxy sources: - https://github.com/oxyno-zeta/s3-proxy -version: 2.20.0 +version: 2.21.0 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 df705ee..c092fbc 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.15.0 + tag: 4.16.0 pullPolicy: IfNotPresent imagePullSecrets: []