Ver código fonte

postgres 13.12

Administrator 6 meses atrás
pai
commit
435af945f3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      postgres/03-postgres-deployment.yaml

+ 1 - 1
postgres/03-postgres-deployment.yaml Ver arquivo

@@ -15,7 +15,7 @@ spec:
15 15
     spec:
16 16
       containers:
17 17
         - name: postgres
18
-          image: postgres:14.18-alpine
18
+          image: postgres:13.12
19 19
           imagePullPolicy: "IfNotPresent"
20 20
           ports:
21 21
             - containerPort: 5432