From 0b244fc92a5c9ddbe08213109944475d079c43e4 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Wed, 25 Feb 2026 18:12:26 +0100 Subject: [PATCH] fix(tests): Helm 4 compatability --- .../kuttl/client-spooling/01_helm-bitnami-minio-values.yaml | 2 -- .../fault-tolerant-execution/01_helm-bitnami-minio-values.yaml | 2 -- .../kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 | 2 -- tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 | 2 -- 4 files changed, 8 deletions(-) diff --git a/tests/templates/kuttl/client-spooling/01_helm-bitnami-minio-values.yaml b/tests/templates/kuttl/client-spooling/01_helm-bitnami-minio-values.yaml index 72b41c0c..7152f86b 100644 --- a/tests/templates/kuttl/client-spooling/01_helm-bitnami-minio-values.yaml +++ b/tests/templates/kuttl/client-spooling/01_helm-bitnami-minio-values.yaml @@ -19,8 +19,6 @@ console: mode: standalone disableWebUI: false extraEnvVars: - - name: BITNAMI_DEBUG - value: "true" - name: MINIO_LOG_LEVEL value: DEBUG diff --git a/tests/templates/kuttl/fault-tolerant-execution/01_helm-bitnami-minio-values.yaml b/tests/templates/kuttl/fault-tolerant-execution/01_helm-bitnami-minio-values.yaml index 367669e8..b0739335 100644 --- a/tests/templates/kuttl/fault-tolerant-execution/01_helm-bitnami-minio-values.yaml +++ b/tests/templates/kuttl/fault-tolerant-execution/01_helm-bitnami-minio-values.yaml @@ -19,8 +19,6 @@ console: mode: standalone disableWebUI: false extraEnvVars: - - name: BITNAMI_DEBUG - value: "true" - name: MINIO_LOG_LEVEL value: DEBUG diff --git a/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 b/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 index dbf36b61..e7f9fbe3 100644 --- a/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 +++ b/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 @@ -19,8 +19,6 @@ console: mode: standalone disableWebUI: false extraEnvVars: - - name: BITNAMI_DEBUG - value: "true" - name: MINIO_LOG_LEVEL value: DEBUG diff --git a/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 b/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 index 6236fdf0..3436e86b 100644 --- a/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 +++ b/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 @@ -19,8 +19,6 @@ console: mode: standalone disableWebUI: false extraEnvVars: - - name: BITNAMI_DEBUG - value: "true" - name: MINIO_LOG_LEVEL value: DEBUG