From 0b25bcd7e1692b0677c7d2d65da2b98dc80102f7 Mon Sep 17 00:00:00 2001 From: zhongjun2 <526521735@qq.com> Date: Mon, 16 Nov 2020 18:48:38 +0800 Subject: [PATCH 1/2] update deploy/etherpad/deployment.yaml. --- deploy/etherpad/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/etherpad/deployment.yaml b/deploy/etherpad/deployment.yaml index 3fa09d7c..4f1f6cb4 100644 --- a/deploy/etherpad/deployment.yaml +++ b/deploy/etherpad/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: etherpad - image: swr.ap-southeast-1.myhuaweicloud.com/opengauss/etherpad:1.7.5 + image: swr.ap-southeast-1.myhuaweicloud.com/opengauss/etherpad:1.8.6 ports: - containerPort: 9001 name: web -- Gitee From 75e77548dc310f319b8e570d076ac22cd7ef97e5 Mon Sep 17 00:00:00 2001 From: zhongjun2 <526521735@qq.com> Date: Wed, 9 Dec 2020 17:56:02 +0800 Subject: [PATCH 2/2] update CONTRIBUTING.md. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47640c05..6783af06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ When reporting issues, refer to this format: - What happened? - What you expected to happen? - What happened? -- How to reproduce it (as minimally and precisely as possible) +- How to reproduce it (as minimally and precisely as possible)? - Anything else we need to know? - Environment -- Gitee