⬆️ 0.4.7

This commit is contained in:
Andreas Dinauer 2025-12-21 09:52:34 +01:00
parent ab79bc1276
commit 940130a0d7
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2
name: kubooboo-chart
version: 0.4.6
version: 0.4.7

View File

@ -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:55
image: "harbor.dinauer.dev/kubooboo/backend:{{ .Values.backend.image.tag }}"
resources:
requests:
memory: "256Mi"

View File

@ -22,7 +22,7 @@ spec:
cpu: "100m"
limits:
memory: "128Mi"
image: harbor.dinauer.dev/kubooboo/frontend:21
image: "harbor.dinauer.dev/kubooboo/frontend:{{ .Values.frontend.image.tag }}"
ports:
- containerPort: 3000
env:

View File

@ -4,9 +4,13 @@ url:
frontend:
replicas: 1
image:
tag: 23
backend:
replicas: 1
image:
tag: 60
bigBucket:
replicas: 1