diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fc014a5..986ece5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.3.9 \ No newline at end of file +version: 0.3.10 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index f4829ca..8b3d030 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:45 + image: harbor.dinauer.dev/kubooboo/backend:46 resources: requests: memory: "256Mi" diff --git a/chart/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml index c05e3e6..fc38bc1 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:17 + image: harbor.dinauer.dev/kubooboo/frontend:18 ports: - containerPort: 3000 env: