diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 35dc2e9..8944c20 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.3.16 \ No newline at end of file +version: 0.3.17 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 90b049f..39b383a 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:51 + image: harbor.dinauer.dev/kubooboo/backend:52 resources: requests: memory: "256Mi"