Explorar el Código

change postgres version 14.18

Administrator hace 6 meses
padre
commit
c1c01fbef0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      postgres/03-postgres-deployment.yaml

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

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