⬆️ 0.3.12

This commit is contained in:
andreas.dinauer 2025-11-16 14:10:17 +01:00
parent 0003d12722
commit 75f1f0a584
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.3.11 version: 0.3.12

View File

@ -24,7 +24,7 @@ spec:
secretName: {{ required ".Values.backend.kubeconfig.secretName required" .Values.backend.kubeconfig.secretName }} secretName: {{ required ".Values.backend.kubeconfig.secretName required" .Values.backend.kubeconfig.secretName }}
containers: containers:
- name: backend-pod - name: backend-pod
image: harbor.dinauer.dev/kubooboo/backend:46 image: harbor.dinauer.dev/kubooboo/backend:47
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"

View File

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