⬆️ 0.1.2 new images

This commit is contained in:
andreas.dinauer 2025-10-26 19:11:20 +01:00
parent 9f1d6e471b
commit b64971926d
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2
name: kubooboo-chart
version: 0.1.0
version: 0.1.2

View File

@ -20,7 +20,7 @@ spec:
secretName: jwt
containers:
- name: backend-pod
image: harbor.dinauer.dev/kubooboo/backend:26
image: harbor.dinauer.dev/kubooboo/backend:28
resources:
requests:
memory: "128Mi"

View File

@ -22,6 +22,6 @@ spec:
cpu: "100m"
limits:
memory: "128Mi"
image: harbor.dinauer.dev/kubooboo/frontend:4
image: harbor.dinauer.dev/kubooboo/frontend:8
ports:
- containerPort: 3000