From 86cee24d9fb92e73d5353bd7df6deb16275726b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=8B=D1=82=D0=BA=D0=BE=D0=B2=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD?= Date: Tue, 30 Apr 2024 23:01:43 +0300 Subject: [PATCH] Improvements --- liquid-code-chart/Chart.yaml | 4 ++-- .../templates/Deployments/backend-deployment.yaml | 2 +- liquid-code-chart/templates/pre-install-drob.yaml | 2 +- liquid-code-chart/templates/pre-install-migration.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/liquid-code-chart/Chart.yaml b/liquid-code-chart/Chart.yaml index 81c6219..350100e 100644 --- a/liquid-code-chart/Chart.yaml +++ b/liquid-code-chart/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.2" +appVersion: "1.16.6" diff --git a/liquid-code-chart/templates/Deployments/backend-deployment.yaml b/liquid-code-chart/templates/Deployments/backend-deployment.yaml index f7eb010..97278a2 100644 --- a/liquid-code-chart/templates/Deployments/backend-deployment.yaml +++ b/liquid-code-chart/templates/Deployments/backend-deployment.yaml @@ -5,7 +5,7 @@ metadata: labels: app: {{ .Release.Name }}-backend spec: - replicas: 3 + replicas: 1 selector: matchLabels: app: {{ .Release.Name }}-backend diff --git a/liquid-code-chart/templates/pre-install-drob.yaml b/liquid-code-chart/templates/pre-install-drob.yaml index 40e7744..2a95d78 100644 --- a/liquid-code-chart/templates/pre-install-drob.yaml +++ b/liquid-code-chart/templates/pre-install-drob.yaml @@ -24,7 +24,7 @@ spec: restartPolicy: Never containers: - name: {{ .Release.Name }}-backend - image: ghcr.io/nullptroma/liquid-backend:1.0.0 + image: ghcr.io/nullptroma/liquid-backend:latest imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/liquid-code-chart/templates/pre-install-migration.yaml b/liquid-code-chart/templates/pre-install-migration.yaml index e431bfc..ef0255f 100644 --- a/liquid-code-chart/templates/pre-install-migration.yaml +++ b/liquid-code-chart/templates/pre-install-migration.yaml @@ -23,7 +23,7 @@ spec: restartPolicy: Never containers: - name: {{ .Release.Name }}-backend - image: ghcr.io/nullptroma/liquid-backend:1.0.0 + image: ghcr.io/nullptroma/liquid-backend:latest imagePullPolicy: Always ports: - containerPort: 8080