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