diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ab62aa9..557b9fa 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.11 \ No newline at end of file +version: 0.2.12 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index e88252b..4b1a134 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -23,7 +23,7 @@ spec: secretName: kubeconfig containers: - name: backend-pod - image: harbor.dinauer.dev/kubooboo/backend:34 + image: harbor.dinauer.dev/kubooboo/backend:35 resources: requests: memory: "256Mi"