From f7d05f37fd3c22a4590a25c5911d54c39a4453fa Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 19:52:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.1.9=20Fix=20frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/frontend/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 89be360..c15970c 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.1.8 \ No newline at end of file +version: 0.1.9 \ No newline at end of file diff --git a/chart/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml index ba71dcd..b8e5d14 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:8 + image: harbor.dinauer.dev/kubooboo/frontend:6 ports: - containerPort: 3000 env: