From 02cc4ffc7038758a49d51aa2fbbd65dc8ed95bff Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 16 Nov 2025 21:30:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.4.5?= 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 98f6fdb..4a3c4b2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.4.4 \ No newline at end of file +version: 0.4.5 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index e73d4a0..6689454 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -21,7 +21,7 @@ spec: secretName: {{ required ".Values.backend.jwt.secretName required" .Values.backend.jwt.secretName }} containers: - name: backend-pod - image: harbor.dinauer.dev/kubooboo/backend:54 + image: harbor.dinauer.dev/kubooboo/backend:55 resources: requests: memory: "256Mi"