From 3dd5e1aca96367cddd18ad22e6eb8b1bb721a0f7 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: Sat, 27 Apr 2024 17:47:09 +0300 Subject: [PATCH] Tag to latest --- liquid-code-chart/Chart.yaml | 2 +- liquid-code-chart/templates/Deployments/backend-deployment.yaml | 2 +- .../templates/Deployments/frontend-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/liquid-code-chart/Chart.yaml b/liquid-code-chart/Chart.yaml index 5797c45..81c6219 100644 --- a/liquid-code-chart/Chart.yaml +++ b/liquid-code-chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # 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.0" +appVersion: "1.16.2" diff --git a/liquid-code-chart/templates/Deployments/backend-deployment.yaml b/liquid-code-chart/templates/Deployments/backend-deployment.yaml index c02a09e..a4423dc 100644 --- a/liquid-code-chart/templates/Deployments/backend-deployment.yaml +++ b/liquid-code-chart/templates/Deployments/backend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: 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/Deployments/frontend-deployment.yaml b/liquid-code-chart/templates/Deployments/frontend-deployment.yaml index 61fa515..28ce603 100644 --- a/liquid-code-chart/templates/Deployments/frontend-deployment.yaml +++ b/liquid-code-chart/templates/Deployments/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: {{ .Release.Name }}-frontend - image: ghcr.io/nullptroma/liquid-frontend + image: ghcr.io/nullptroma/liquid-frontend:latest imagePullPolicy: Always ports: - containerPort: 8000