diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 65d3f00..af10688 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.7 \ No newline at end of file +version: 0.2.8 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 5f86edd..eaf726c 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:32 + image: harbor.dinauer.dev/kubooboo/backend:33 resources: requests: memory: "128Mi"