mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[bitnami/dremio] bugfix: common.capabilities.vpa.apiVersion context (#34380)
This commit is contained in:
committed by
GitHub
parent
f1ba77e9d4
commit
f2eeff497d
@@ -1,8 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.0.3 (2025-06-10)
|
## 3.0.4 (2025-06-13)
|
||||||
|
|
||||||
* [bitnami/dremio] :zap: :arrow_up: Update dependency references ([#34303](https://github.com/bitnami/charts/pull/34303))
|
* [bitnami/dremio] bugfix: common.capabilities.vpa.apiVersion context ([#34380](https://github.com/bitnami/charts/pull/34380))
|
||||||
|
|
||||||
|
## <small>3.0.3 (2025-06-10)</small>
|
||||||
|
|
||||||
|
* [bitnami/dremio] :zap: :arrow_up: Update dependency references (#34303) ([f5e9ccb](https://github.com/bitnami/charts/commit/f5e9ccb38d712460211fed98e05de6651c881904)), closes [#34303](https://github.com/bitnami/charts/issues/34303)
|
||||||
|
|
||||||
## <small>3.0.2 (2025-06-09)</small>
|
## <small>3.0.2 (2025-06-09)</small>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 17.0.1
|
version: 17.0.4
|
||||||
- name: zookeeper
|
- name: zookeeper
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 13.8.3
|
version: 13.8.3
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.31.1
|
version: 2.31.3
|
||||||
digest: sha256:a530d425ade75a07713a804cea123637fde79bf80462dba252a0df8ca08ba845
|
digest: sha256:2d339a3ab8d2d0a47338a6b4809d202a55d63368289eea533f684fae3a0de7b2
|
||||||
generated: "2025-06-04T08:42:45.510037+02:00"
|
generated: "2025-06-12T19:33:10.666529+02:00"
|
||||||
|
|||||||
@@ -43,4 +43,4 @@ sources:
|
|||||||
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
|
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
|
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
|
||||||
- https://github.com/dremio/dremio-oss
|
- https://github.com/dremio/dremio-oss
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SPDX-License-Identifier: APACHE-2.0
|
|||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" . )) .Values.coordinator.autoscaling.vpa.enabled }}
|
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" . )) .Values.coordinator.autoscaling.vpa.enabled }}
|
||||||
apiVersion: {{ include "common.capabilities.vpa.apiVersion" (dict "context" $) }}
|
apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }}
|
||||||
kind: VerticalPodAutoscaler
|
kind: VerticalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "dremio.coordinator.fullname" . }}
|
name: {{ include "dremio.coordinator.fullname" . }}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ SPDX-License-Identifier: APACHE-2.0
|
|||||||
|
|
||||||
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" $ )) $executorValues.autoscaling.vpa.enabled }}
|
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" $ )) $executorValues.autoscaling.vpa.enabled }}
|
||||||
---
|
---
|
||||||
apiVersion: {{ include "common.capabilities.vpa.apiVersion" (dict "context" $) }}
|
apiVersion: {{ include "common.capabilities.vpa.apiVersion" $ }}
|
||||||
kind: VerticalPodAutoscaler
|
kind: VerticalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "dremio.executor.fullname" (dict "context" $ "engine" $engine.name) }}
|
name: {{ include "dremio.executor.fullname" (dict "context" $ "engine" $engine.name) }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SPDX-License-Identifier: APACHE-2.0
|
|||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" . )) .Values.masterCoordinator.autoscaling.vpa.enabled }}
|
{{- if and (include "common.capabilities.apiVersions.has" ( dict "version" "autoscaling.k8s.io/v1/VerticalPodAutoscaler" "context" . )) .Values.masterCoordinator.autoscaling.vpa.enabled }}
|
||||||
apiVersion: {{ include "common.capabilities.vpa.apiVersion" (dict "context" $) }}
|
apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }}
|
||||||
kind: VerticalPodAutoscaler
|
kind: VerticalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "dremio.master-coordinator.fullname" . }}
|
name: {{ include "dremio.master-coordinator.fullname" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user