Skip to content

Commit

Permalink
chore(release): 1.4.0-next.7
Browse files Browse the repository at this point in the history
## [1.4.0-next.7](v1.4.0-next.6...v1.4.0-next.7) (2024-06-07)

### Bug Fixes

* fix case sensitive ([4265fee](4265fee))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 4265fee commit f267cf4
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-next.6](https://img.shields.io/badge/Version-1.4.0--next.6-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.4.0-next.7](https://img.shields.io/badge/Version-1.4.0--next.7-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)

[![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 @@ -39,7 +39,6 @@ helm upgrade --install releasname -f values s3proxy/s3proxy

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| DeploymentMode | string | `"Deployment"` | |
| affinity | object | `{}` | |
| args[0] | string | `"-Ds3proxy.identity=$(S3PROXY_IDENTITY)"` | |
| args[1] | string | `"-Ds3proxy.credential=$(S3PROXY_CREDENTIAL)"` | |
Expand All @@ -61,6 +60,7 @@ helm upgrade --install releasname -f values s3proxy/s3proxy
| config.s3proxy.readOnlyBlobStore | bool | `false` | |
| config.s3proxy.v4MaxNonChunkedRequestSize | string | `"33554432"` | |
| csiSecret | object | `{}` | |
| deploymentMode | string | `"Deployment"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/s3proxy-distro/containers/container-s3proxy-eclipse-temurin-11"` | |
Expand Down

0 comments on commit f267cf4

Please sign in to comment.