diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6a15205..87460a2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.14 \ No newline at end of file +version: 0.2.15 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index a5a0edc..0fe3c9e 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:37 + image: harbor.dinauer.dev/kubooboo/backend:38 resources: requests: memory: "256Mi"