From 766fa7c0cf2177970735705b8cbaac61f49c65aa Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 13 Jan 2025 21:24:31 +0000 Subject: [PATCH] Update SQL Server version --- Power/Service/deploy/manifest.yaml | 2 +- Weather/Service/deploy/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Power/Service/deploy/manifest.yaml b/Power/Service/deploy/manifest.yaml index fb244c6..081d1fe 100644 --- a/Power/Service/deploy/manifest.yaml +++ b/Power/Service/deploy/manifest.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: power-database - image: mcr.microsoft.com/mssql/server + image: mcr.microsoft.com/mssql/server:2022-latest terminationMessagePath: "/dev/termination-log" terminationMessagePolicy: File imagePullPolicy: IfNotPresent diff --git a/Weather/Service/deploy/manifest.yaml b/Weather/Service/deploy/manifest.yaml index 7b10abf..cc759aa 100644 --- a/Weather/Service/deploy/manifest.yaml +++ b/Weather/Service/deploy/manifest.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: weather-database - image: mcr.microsoft.com/mssql/server + image: mcr.microsoft.com/mssql/server:2022-latest terminationMessagePath: "/dev/termination-log" terminationMessagePolicy: File imagePullPolicy: IfNotPresent