Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-22 23:23:42 +00:00
parent 56fa734d5e
commit 14e49b12e1
61 changed files with 997 additions and 175 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="minio-1.1.3"></a>
### [minio-1.1.3](https://github.com/truecharts/apps/compare/minio-1.1.2...minio-1.1.3) (2022-02-22)
#### Chore
* Use correct label on api ingress ([#1936](https://github.com/truecharts/apps/issues/1936))
#### Fix
* map ingress to correct service ([#1929](https://github.com/truecharts/apps/issues/1929))
<a name="minio-1.1.2"></a>
### [minio-1.1.2](https://github.com/truecharts/apps/compare/minio-1.1.1...minio-1.1.2) (2022-02-21)
+1
View File
@@ -23,6 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/minio"` | |
| image.tag | string | `"latest@sha256:bd004ba41b2456f115c7f1360d7c49f4478f5d9ce20ad042c8ce2cf5aff46d24"` | |
| ingress.api.autoLink | bool | `true` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/data"` | |
| probes.liveness.custom | bool | `true` | |