From f0b58dccdc44af42b90845e415b6b11633bf501a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2024 16:10:23 +0000 Subject: [PATCH] chore(release): 1.5.0 ## [1.5.0](https://github.com/s3proxy-distro/helm-s3proxy/compare/v1.4.0...v1.5.0) (2024-06-21) ### Features * ds mode support ([72dd720](https://github.com/s3proxy-distro/helm-s3proxy/commit/72dd720082f088950610dfd59dffe3af6f9bfccd)) * s3proxy 2.2.0 ([7d9a320](https://github.com/s3proxy-distro/helm-s3proxy/commit/7d9a32039e14f337ddef9324bb7cbb87a2931a7e)) * support localtraffic policy ([4922504](https://github.com/s3proxy-distro/helm-s3proxy/commit/4922504e442ea52a508abd7dbd1ec7dc02b6ca9a)) ### Bug Fixes * fix case sensitive ([4265fee](https://github.com/s3proxy-distro/helm-s3proxy/commit/4265feee67d78c0e99ddd4890a8ad9b1d85d1081)) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13d348f..ea717c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # s3proxy -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1_1.1.3](https://img.shields.io/badge/AppVersion-v2.1.1_1.1.3-informational?style=flat-square) +![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: s3proxy-2.2.0_main](https://img.shields.io/badge/AppVersion-s3proxy--2.2.0_main-informational?style=flat-square) [![Main CI](https://github.com/s3proxy-distro/helm-s3proxy/actions/workflows/ci-main.yml/badge.svg)](https://github.com/s3proxy-distro/helm-s3proxy/actions/workflows/ci-main.yml) @@ -63,7 +63,7 @@ helm upgrade --install releasname -f values s3proxy/s3proxy | deploymentMode | string | `"Deployment"` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/s3proxy-distro/containers/container-s3proxy-eclipse-temurin-11"` | | +| image.repository | string | `"ghcr.io/s3proxy-distro/containers/container-s3proxy-eclipse-temurin"` | | | image.tag | string | `""` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | |