瀏覽代碼

postgres version 10.1

Administrator 6 月之前
父節點
當前提交
0c3c2a2871
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postgres/03-postgres-deployment.yaml

+ 1 - 1
postgres/03-postgres-deployment.yaml 查看文件

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