[bitnami/dremio] feat: major version due to Minio major bump (#34086)

This commit is contained in:
Juan Ariza Toledano
2025-06-04 11:41:17 +02:00
committed by GitHub
parent c5306dd791
commit f510f043d0
5 changed files with 24 additions and 18 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 2.0.3 (2025-05-21)
## 3.0.0 (2025-06-04)
* [bitnami/dremio] fix: ingress to wrong port ([#33804](https://github.com/bitnami/charts/pull/33804))
* [bitnami/dremio] feat: major version due to Minio major bump ([#34086](https://github.com/bitnami/charts/pull/34086))
## <small>2.0.3 (2025-05-23)</small>
* [bitnami/dremio] fix: ingress to wrong port (#33804) ([4f9da2d](https://github.com/bitnami/charts/commit/4f9da2d78c799c7759a85d6af61f62b820237b6e)), closes [#33804](https://github.com/bitnami/charts/issues/33804)
## <small>2.0.1 (2025-05-16)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.8
version: 17.0.1
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.8.1
version: 13.8.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0
digest: sha256:65c5abee7175e746b1ef05dec02124a3cd1bf3eefd5f3b9d2bdcfdfb3b2565d8
generated: "2025-05-06T10:04:14.969152166+02:00"
version: 2.31.1
digest: sha256:a530d425ade75a07713a804cea123637fde79bf80462dba252a0df8ca08ba845
generated: "2025-06-04T08:42:45.510037+02:00"

View File

@@ -18,7 +18,7 @@ dependencies:
- condition: minio.enabled
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.x.x
version: 17.x.x
- condition: zookeeper.enabled
name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
@@ -43,4 +43,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
- https://github.com/dremio/dremio-oss
version: 2.0.3
version: 3.0.0

View File

@@ -545,7 +545,6 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
@@ -1178,8 +1177,8 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
| `minio.defaultBuckets` | Comma, semi-colon or space separated list of MinIO&reg; buckets to create | `dremio` |
| `minio.provisioning.enabled` | Enable/disable MinIO&reg; provisioning job | `true` |
| `minio.provisioning.extraCommands` | Extra commands to run on MinIO&reg; provisioning job | `["mc anonymous set download provisioning/dremio"]` |
| `minio.tls.enabled` | Enable/disable MinIO&reg; TLS support | `true` |
| `minio.tls.autoGenerated` | Autogenerate TLS certificates | `true` |
| `minio.tls.enabled` | Enable TLS configuration for MinIO&reg; | `true` |
| `minio.tls.autoGenerated.enabled` | Enable automatic generation of TLS certificates | `true` |
| `minio.service.type` | MinIO&reg; service type | `ClusterIP` |
| `minio.service.loadBalancerIP` | MinIO&reg; service LoadBalancer IP | `""` |
| `minio.service.ports.api` | MinIO&reg; service port | `9000` |
@@ -1294,6 +1293,10 @@ helm install my-release -f values.yaml oci://REGISTRY_NAME/REPOSITORY_NAME/dremi
## Upgrading
### To 3.0.0
This major updates the `minio` subchart to its newest major, 17.0.0. For more information on this subchart's major, please refer to [minio upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/minio#to-1700).
### To 1.0.0
This major updates the `minio` subchart to its newest major, 16.0.0. For more information on this subchart's major, please refer to [minio upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/minio#to-1600).

View File

@@ -10,7 +10,6 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
@@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Security parameters
##
security:
@@ -2300,12 +2298,13 @@ minio:
enabled: true
# We need to allow downloads in order for the UI to work
extraCommands: ["mc anonymous set download provisioning/dremio"]
## @param minio.tls.enabled Enable/disable MinIO&reg; TLS support
## @param minio.tls.autoGenerated Autogenerate TLS certificates
## @param minio.tls.enabled Enable TLS configuration for MinIO&reg;
## @param minio.tls.autoGenerated.enabled Enable automatic generation of TLS certificates
##
tls:
enabled: true
autoGenerated: true
autoGenerated:
enabled: true
## @param minio.service.type MinIO&reg; service type
## @param minio.service.loadBalancerIP MinIO&reg; service LoadBalancer IP
## @param minio.service.ports.api MinIO&reg; service port