Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2024-06-21)

### Features

* ds mode support ([72dd720](72dd720))
* s3proxy 2.2.0 ([7d9a320](7d9a320))
* support localtraffic policy ([4922504](4922504))

### Bug Fixes

* fix case sensitive ([4265fee](4265fee))
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent 17a9141 commit f0b58dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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 | `{}` | |
Expand Down

0 comments on commit f0b58dc

Please sign in to comment.