From ca8a8584d17959461826c533c427110247572e5e Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Mon, 25 Nov 2024 21:22:29 +0530 Subject: [PATCH] Drop namespace override in tfy-gpu-operator --- charts/tfy-gpu-operator/Chart.yaml | 2 +- charts/tfy-gpu-operator/values.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/tfy-gpu-operator/Chart.yaml b/charts/tfy-gpu-operator/Chart.yaml index 9bbc654f..36056ab9 100644 --- a/charts/tfy-gpu-operator/Chart.yaml +++ b/charts/tfy-gpu-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-gpu-operator -version: 0.1.22 +version: 0.1.23 description: "Truefoundry GPU Operator" maintainers: - name: truefoundry diff --git a/charts/tfy-gpu-operator/values.yaml b/charts/tfy-gpu-operator/values.yaml index edc92341..4ef767cc 100644 --- a/charts/tfy-gpu-operator/values.yaml +++ b/charts/tfy-gpu-operator/values.yaml @@ -420,11 +420,6 @@ gcp-gke-standard-dcgm-exporter: limits: cpu: 50m memory: 400Mi - ## Namespace override for the DCGM Exporter. - ## - ## @param gcp-gke-standard-dcgm-exporter.namespaceOverride Namespace override for the DCGM Exporter. - ## - namespaceOverride: tfy-gpu-operator ## ServiceMonitor configuration for Prometheus monitoring. ## ## @param gcp-gke-standard-dcgm-exporter.serviceMonitor.enabled Enable or disable ServiceMonitor for DCGM Exporter.