mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update SQL Server version
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: power-database
|
- name: power-database
|
||||||
image: mcr.microsoft.com/mssql/server
|
image: mcr.microsoft.com/mssql/server:2022-latest
|
||||||
terminationMessagePath: "/dev/termination-log"
|
terminationMessagePath: "/dev/termination-log"
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: weather-database
|
- name: weather-database
|
||||||
image: mcr.microsoft.com/mssql/server
|
image: mcr.microsoft.com/mssql/server:2022-latest
|
||||||
terminationMessagePath: "/dev/termination-log"
|
terminationMessagePath: "/dev/termination-log"
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|||||||
Reference in New Issue
Block a user