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