From 0d47a9c357a34554a1d90f02243e2d3b3d08af2d Mon Sep 17 00:00:00 2001 From: Cloud User Date: Fri, 6 Feb 2026 18:04:37 +0900 Subject: [PATCH] Add nas-metrics namespace to NetworkPolicy allowedNamespaces Allow same-namespace (nas-metrics) access for testing/debugging. Bump chart version to 1.1.0. Co-Authored-By: Claude Opus 4.6 --- chart/Chart.yaml | 2 +- chart/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 96456ea..097460a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: nfs-usage-exporter description: NFS PV usage metrics exporter for Prometheus type: application -version: 1.0.0 +version: 1.1.0 appVersion: "1.0.0" diff --git a/chart/values.yaml b/chart/values.yaml index aecde34..2ee19cd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -29,3 +29,4 @@ networkPolicy: allowedNamespaces: - gpulive - monitoring + - nas-metrics