From efa8bd61535ebca67b757931586a61aa03280b63 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 16 Nov 2025 21:18:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/nodeMonitor/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3f48009..09d88de 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.4.2 \ No newline at end of file +version: 0.4.3 \ No newline at end of file diff --git a/chart/templates/nodeMonitor/deployment.yaml b/chart/templates/nodeMonitor/deployment.yaml index 89fb8c8..ea04f7d 100644 --- a/chart/templates/nodeMonitor/deployment.yaml +++ b/chart/templates/nodeMonitor/deployment.yaml @@ -20,7 +20,7 @@ spec: effect: NoSchedule containers: - name: node-monitor-pod - image: harbor.dinauer.dev/kubooboo/node-monitor:2 + image: harbor.dinauer.dev/kubooboo/node-monitor:3 resources: requests: memory: 5Mi