Skip to content

Commit

Permalink
Upgraded minio to 5.0.6 (#470)
Browse files Browse the repository at this point in the history
* Upgraded minio to 5.0.6 and disabled login animation for portforwarding
  • Loading branch information
RyanRConaway authored Sep 11, 2023
1 parent 38344b8 commit d36972a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
8 changes: 4 additions & 4 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ dependencies:
version: 0.22.0
- name: operator
repository: https://operator.min.io/
version: 4.5.8
version: 5.0.6
- name: tenant
repository: https://operator.min.io/
version: 4.5.8
version: 5.0.6
- name: performancetesting
repository: file://../performancetesting
version: 0.1.8
digest: sha256:3b7ac85444c5d106bd6c29f4615833582c5e3040e018edc6fcd043352190be2e
generated: "2023-06-07T14:32:00.823579-04:00"
digest: sha256:ff723eac4ab8d6a252df4b5681aa1da40f9e3c070170a8469e006f1a9833c813
generated: "2023-09-06T13:40:10.963787-04:00"
6 changes: 3 additions & 3 deletions charts/urban-os/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.
name: urban-os
version: 1.13.51
version: 1.13.53

dependencies:
- name: alchemist
Expand Down Expand Up @@ -70,12 +70,12 @@ dependencies:
condition: vault.enabled
version: "0.22.0"
- name: operator
version: 4.5.8
version: 5.0.6
repository: https://operator.min.io/
condition: minio-operator.enabled
alias: minio-operator
- name: tenant
version: 4.5.8
version: 5.0.6
repository: https://operator.min.io/
condition: minio-tenant.enabled
alias: minio-tenant
Expand Down
10 changes: 6 additions & 4 deletions charts/urban-os/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# urban-os

![Version: 1.13.51](https://img.shields.io/badge/Version-1.13.51-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.13.53](https://img.shields.io/badge/Version-1.13.53-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.

Expand All @@ -25,8 +25,8 @@ Master chart that deploys the UrbanOS platform. See the individual dependency re
| file://../valkyrie | valkyrie | >= 1.0.0 |
| https://helm.elastic.co | elasticsearch | 7.14.0 |
| https://helm.releases.hashicorp.com | vault | 0.22.0 |
| https://operator.min.io/ | minio-operator(operator) | 4.5.8 |
| https://operator.min.io/ | minio-tenant(tenant) | 4.5.8 |
| https://operator.min.io/ | minio-operator(operator) | 5.0.6 |
| https://operator.min.io/ | minio-tenant(tenant) | 5.0.6 |

## Values

Expand Down Expand Up @@ -89,12 +89,14 @@ Master chart that deploys the UrbanOS platform. See the individual dependency re
| minio-operator.operator.resources.requests.ephemeral-storage | string | `"500Mi"` | |
| minio-operator.operator.resources.requests.memory | string | `"256Mi"` | |
| minio-tenant.enabled | bool | `true` | |
| minio-tenant.secrets | bool | `false` | |
| minio-tenant.tenant.buckets[0].name | string | `"presto-hive-storage"` | |
| minio-tenant.tenant.certificate.requestAutoCert | bool | `false` | |
| minio-tenant.tenant.configuration.name | string | `"minio1-env-configuration"` | |
| minio-tenant.tenant.env[0].name | string | `"MINIO_BROWSER_LOGIN_ANIMATION"` | |
| minio-tenant.tenant.env[0].value | string | `"off"` | |
| minio-tenant.tenant.exposeServices.console | bool | `true` | |
| minio-tenant.tenant.exposeServices.minio | bool | `true` | |
| minio-tenant.tenant.name | string | `"minio1"` | |
| minio-tenant.tenant.pools[0].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].key | string | `"v1.min.io/tenant"` | |
| minio-tenant.tenant.pools[0].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].operator | string | `"In"` | |
| minio-tenant.tenant.pools[0].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].values[0] | string | `"minio1"` | |
Expand Down
5 changes: 4 additions & 1 deletion charts/urban-os/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,11 @@ minio-operator:

minio-tenant:
enabled: true
secrets: false
tenant:
env:
- name: MINIO_BROWSER_LOGIN_ANIMATION
value: "off"
name: minio1
configuration:
name: minio1-env-configuration
buckets:
Expand Down

0 comments on commit d36972a

Please sign in to comment.