Tag to latest

This commit is contained in:
Пытков Роман
2024-04-27 17:47:09 +03:00
parent 84cd414759
commit 3dd5e1aca9
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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