Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-27 22:47:47 +00:00
parent 59bf49d8b6
commit b52a9733ff
11 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
## [minio-5.0.3](https://github.com/truecharts/charts/compare/minio-5.0.2...minio-5.0.3) (2022-11-21)
### Fix
- revert postgres major upgrade and fix some apps with more than 1 ingresses ([#4676](https://github.com/truecharts/charts/issues/4676))

View File

@@ -20,7 +20,7 @@ name: minio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
- https://github.com/minio/minio
version: 5.0.3
version: 5.0.4
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [minio-5.0.4](https://github.com/truecharts/charts/compare/minio-5.0.3...minio-5.0.4) (2022-11-27)
### Chore
- update container image tccr.io/truecharts/minio to latest

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minio
tag: latest@sha256:5f5f156f73c59d88b4ec3a26f412e901f78b70e25f5f73d9d2f8af5691a076fa
tag: latest@sha256:051be79be8d65298d533ec7f779f7e03e2d4c350eb9e3136e71b05cb576f6ed6
pullPolicy: IfNotPresent
args: ["server", "/data", "--address", ":10106", "--console-address", ":10107"]