From 3beb92fb9c3ee77b47b0bbb1e15b6298f5d4f87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 10 Dec 2024 21:00:14 +0100 Subject: [PATCH] [bitnami/mlflow] Detect non-standard images (#30925) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/mlflow] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández * Modify NOTES.txt Signed-off-by: Carlos Rodríguez Hernández * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/mlflow/CHANGELOG.md | 12 ++++++++++-- bitnami/mlflow/Chart.lock | 10 +++++----- bitnami/mlflow/Chart.yaml | 2 +- bitnami/mlflow/README.md | 19 ++++++++++++------- bitnami/mlflow/templates/NOTES.txt | 3 ++- bitnami/mlflow/values.yaml | 5 +++++ 6 files changed, 35 insertions(+), 16 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 89cba20beb..6326b4c7a1 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## 2.2.2 (2024-12-06) +## 2.3.0 (2024-12-10) -* fix: azure secrets ([#30802](https://github.com/bitnami/charts/pull/30802)) +* [bitnami/mlflow] Detect non-standard images ([#30925](https://github.com/bitnami/charts/pull/30925)) + +## 2.2.2 (2024-12-10) + +* fix: azure secrets (#30802) ([ffb38dd](https://github.com/bitnami/charts/commit/ffb38ddc22304901b3136edfded956eb666172bb)), closes [#30802](https://github.com/bitnami/charts/issues/30802) +* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711) +* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 4) (#30669) ([a4ec006](https://github.com/bitnami/charts/commit/a4ec00624589023a70a7094fcfb9f12e382bc280)), closes [#30669](https://github.com/bitnami/charts/issues/30669) +* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 6) (#30675) ([7b9cd04](https://github.com/bitnami/charts/commit/7b9cd04c2ffc730a0d62da787f2d4967c0ede47c)), closes [#30675](https://github.com/bitnami/charts/issues/30675) +* [bitnami/*] docs: :memo: Unify "Securing Traffic using TLS" section (#30707) ([b572333](https://github.com/bitnami/charts/commit/b57233336e4fe9af928ecb4f2a5f334011efb1bc)), closes [#30707](https://github.com/bitnami/charts/issues/30707) ## 2.2.1 (2024-11-18) diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock index 15a0c5022d..5d4807a75b 100644 --- a/bitnami/mlflow/Chart.lock +++ b/bitnami/mlflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.8.5 + version: 14.8.6 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.2.1 + version: 16.2.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.27.0 -digest: sha256:1f361d25d67b1a44743e7ccd2d7f8bd4faefba776d3255b5540c336ec02d32e9 -generated: "2024-11-18T18:33:52.737052644Z" + version: 2.28.0 +digest: sha256:3824867bec509fd15181a6ad933d76ecc7b9b6d581bcf274e57e7ad4d420ff25 +generated: "2024-12-10T17:16:02.365445+01:00" diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index f22cce3c76..02ec175c29 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -44,4 +44,4 @@ sources: - https://github.com/bitnami/charts/tree/main/bitnami/mlflow - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 2.2.2 +version: 2.3.0 diff --git a/bitnami/mlflow/README.md b/bitnami/mlflow/README.md index a9af440637..62df338fe3 100644 --- a/bitnami/mlflow/README.md +++ b/bitnami/mlflow/README.md @@ -86,13 +86,14 @@ To back up and restore Helm chart deployments on Kubernetes, you need to back up ### Global parameters -| Name | Description | Value | -| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -| `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.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` | +| Name | Description | Value | +| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | +| `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` | ### Common parameters @@ -553,6 +554,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 2.3.0 + +This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850). + ### To 2.0.0 This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x. diff --git a/bitnami/mlflow/templates/NOTES.txt b/bitnami/mlflow/templates/NOTES.txt index 55646e4d2e..9df4ac7687 100644 --- a/bitnami/mlflow/templates/NOTES.txt +++ b/bitnami/mlflow/templates/NOTES.txt @@ -104,4 +104,5 @@ To access your MLflow site from outside the cluster follow the steps below: {{- include "common.warnings.rollingTag" .Values.image }} {{- include "mlflow.v0.validateValues" . }} {{- include "common.warnings.resources" (dict "sections" (list "run" "tracking" "volumePermissions") "context" $) }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image .Values.waitContainer.image) "context" $) }} \ No newline at end of file +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image .Values.waitContainer.image) "context" $) }} +{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image .Values.waitContainer.image) "context" $) }} diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index b7a152bf5d..6e02b125f8 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -21,6 +21,11 @@ global: imagePullSecrets: [] defaultStorageClass: "" storageClass: "" + ## Security parameters + ## + security: + ## @param global.security.allowInsecureImages Allows skipping image verification + allowInsecureImages: false ## Compatibility adaptations for Kubernetes platforms ## compatibility: