From 5fb70d278ee372f9f03db50accc94917e96e9222 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Mon, 10 Nov 2025 20:57:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/backend/deployment.yaml | 2 +- chart/templates/frontend/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fc014a5..986ece5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.3.9 \ No newline at end of file +version: 0.3.10 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index f4829ca..8b3d030 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -24,7 +24,7 @@ spec: secretName: {{ required ".Values.backend.kubeconfig.secretName required" .Values.backend.kubeconfig.secretName }} containers: - name: backend-pod - image: harbor.dinauer.dev/kubooboo/backend:45 + image: harbor.dinauer.dev/kubooboo/backend:46 resources: requests: memory: "256Mi" diff --git a/chart/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml index c05e3e6..fc38bc1 100644 --- a/chart/templates/frontend/deployment.yaml +++ b/chart/templates/frontend/deployment.yaml @@ -22,7 +22,7 @@ spec: cpu: "100m" limits: memory: "128Mi" - image: harbor.dinauer.dev/kubooboo/frontend:17 + image: harbor.dinauer.dev/kubooboo/frontend:18 ports: - containerPort: 3000 env: