⬆️ 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 apiVersion: v2
name: kubooboo-chart name: kubooboo-chart
version: 0.1.0 version: 0.1.2

View File

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

View File

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