Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-14 18:24:22 +00:00
parent 8da7e0bc30
commit 56de7f45de
689 changed files with 10950 additions and 473 deletions
+18
View File
@@ -1,6 +1,24 @@
# Changelog<br>
<a name="minio-console-1.0.9"></a>
### [minio-console-1.0.9](https://github.com/truecharts/apps/compare/minio-console-1.0.8...minio-console-1.0.9) (2021-11-14)
#### Chore
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))
#### Fix
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
<a name="minio-console-1.0.8"></a>
### [minio-console-1.0.8](https://github.com/truecharts/apps/compare/minio-console-1.0.7...minio-console-1.0.8) (2021-11-09)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.12.2"
appVersion: "0.12.3"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.5.4 |
| https://truecharts.org | common | 8.5.7 |
## Installing the Chart
+1 -1
View File
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"minio/console"` | image repository |
| image.tag | string | `"v0.12.2@sha256:8b47c8673110e914c1a9b3378d11246ff0df9fd07bac8443e82c91e7850377dd"` | image tag |
| image.tag | string | `"v0.12.3@sha256:e24dfdf61dd144ef8a9d32bc7a7924d5e18d268121424e8a7479504f07f0c97a"` | image tag |
| persistence.varrun.enabled | bool | `true` | |
| secret.CONSOLE_PBKDF_PASSPHRASE | string | `"changeme"` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 |
| secret.CONSOLE_PBKDF_SALT | string | `"changeme"` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi |