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