diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e5fa1a4..f7bc3c1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.1.0 \ No newline at end of file +version: 0.1.2 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 15453ee..314481b 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -20,7 +20,7 @@ spec: secretName: jwt containers: - name: backend-pod - image: harbor.dinauer.dev/kubooboo/backend:26 + image: harbor.dinauer.dev/kubooboo/backend:28 resources: requests: memory: "128Mi" diff --git a/chart/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml index 84758a7..6f485e1 100644 --- a/chart/templates/frontend/deployment.yaml +++ b/chart/templates/frontend/deployment.yaml @@ -22,6 +22,6 @@ spec: cpu: "100m" limits: memory: "128Mi" - image: harbor.dinauer.dev/kubooboo/frontend:4 + image: harbor.dinauer.dev/kubooboo/frontend:8 ports: - containerPort: 3000 \ No newline at end of file