diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c51dc29..5016230 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.3.11 \ No newline at end of file +version: 0.3.12 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 31bd634..b2f234d 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -24,7 +24,7 @@ spec: secretName: {{ required ".Values.backend.kubeconfig.secretName required" .Values.backend.kubeconfig.secretName }} containers: - name: backend-pod - image: harbor.dinauer.dev/kubooboo/backend:46 + image: harbor.dinauer.dev/kubooboo/backend:47 resources: requests: memory: "256Mi" diff --git a/chart/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml index fc38bc1..43cc32e 100644 --- a/chart/templates/frontend/deployment.yaml +++ b/chart/templates/frontend/deployment.yaml @@ -22,7 +22,7 @@ spec: cpu: "100m" limits: memory: "128Mi" - image: harbor.dinauer.dev/kubooboo/frontend:18 + image: harbor.dinauer.dev/kubooboo/frontend:20 ports: - containerPort: 3000 env: