From b1bf3b639ddde87ce3cc2fbe4765eb59ce6cfb45 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 16 Nov 2025 21:24:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.4.4?= 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 09d88de..98f6fdb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.4.3 \ No newline at end of file +version: 0.4.4 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 036f78b..e73d4a0 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:53 + image: harbor.dinauer.dev/kubooboo/backend:54 resources: requests: memory: "256Mi"