diff --git a/stable/minio/5.0.3/app-changelog.md b/stable/minio/5.0.3/app-changelog.md deleted file mode 100644 index dce72317bc..0000000000 --- a/stable/minio/5.0.3/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/minio/5.0.3/CHANGELOG.md b/stable/minio/5.0.4/CHANGELOG.md similarity index 100% rename from stable/minio/5.0.3/CHANGELOG.md rename to stable/minio/5.0.4/CHANGELOG.md diff --git a/stable/minio/5.0.3/Chart.yaml b/stable/minio/5.0.4/Chart.yaml similarity index 97% rename from stable/minio/5.0.3/Chart.yaml rename to stable/minio/5.0.4/Chart.yaml index 7fae8e87cb..e6ee1dfec3 100644 --- a/stable/minio/5.0.3/Chart.yaml +++ b/stable/minio/5.0.4/Chart.yaml @@ -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 diff --git a/stable/minio/5.0.3/README.md b/stable/minio/5.0.4/README.md similarity index 100% rename from stable/minio/5.0.3/README.md rename to stable/minio/5.0.4/README.md diff --git a/stable/minio/5.0.4/app-changelog.md b/stable/minio/5.0.4/app-changelog.md new file mode 100644 index 0000000000..8069203f2a --- /dev/null +++ b/stable/minio/5.0.4/app-changelog.md @@ -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 + + \ No newline at end of file diff --git a/stable/minio/5.0.3/app-readme.md b/stable/minio/5.0.4/app-readme.md similarity index 100% rename from stable/minio/5.0.3/app-readme.md rename to stable/minio/5.0.4/app-readme.md diff --git a/stable/minio/5.0.3/charts/common-11.0.3.tgz b/stable/minio/5.0.4/charts/common-11.0.3.tgz similarity index 100% rename from stable/minio/5.0.3/charts/common-11.0.3.tgz rename to stable/minio/5.0.4/charts/common-11.0.3.tgz diff --git a/stable/minio/5.0.3/ix_values.yaml b/stable/minio/5.0.4/ix_values.yaml similarity index 91% rename from stable/minio/5.0.3/ix_values.yaml rename to stable/minio/5.0.4/ix_values.yaml index 5d706f705c..d09e9e9069 100644 --- a/stable/minio/5.0.3/ix_values.yaml +++ b/stable/minio/5.0.4/ix_values.yaml @@ -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"] diff --git a/stable/minio/5.0.3/questions.yaml b/stable/minio/5.0.4/questions.yaml similarity index 100% rename from stable/minio/5.0.3/questions.yaml rename to stable/minio/5.0.4/questions.yaml diff --git a/stable/minio/5.0.3/templates/common.yaml b/stable/minio/5.0.4/templates/common.yaml similarity index 100% rename from stable/minio/5.0.3/templates/common.yaml rename to stable/minio/5.0.4/templates/common.yaml diff --git a/stable/minio/5.0.3/values.yaml b/stable/minio/5.0.4/values.yaml similarity index 100% rename from stable/minio/5.0.3/values.yaml rename to stable/minio/5.0.4/values.yaml