Skip to content

Commit

Permalink
Update etcd container version to 3.5.14.
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <gcslyp@gmail.com>
  • Loading branch information
liangyuanpeng committed Jun 18, 2024
1 parent 4d93e3b commit fa721a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.10
- gcr.io/etcd-development/etcd:v3.4.27
- gcr.io/etcd-development/etcd:v3.5.14
- gcr.io/etcd-development/etcd:v3.4.33
uses: ./.github/workflows/build.yml
with:
javaVersion: "${{ matrix.java-version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.10
- gcr.io/etcd-development/etcd:v3.4.27
- gcr.io/etcd-development/etcd:v3.5.14
- gcr.io/etcd-development/etcd:v3.4.33
uses: ./.github/workflows/build.yml
with:
javaVersion: "${{ matrix.java-version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import com.google.common.base.Strings;

public final class Etcd {
public static final String CONTAINER_IMAGE = "gcr.io/etcd-development/etcd:v3.5.10";
public static final String CONTAINER_IMAGE = "gcr.io/etcd-development/etcd:v3.5.14";
public static final int ETCD_CLIENT_PORT = 2379;
public static final int ETCD_PEER_PORT = 2380;
public static final String ETCD_DATA_DIR = "/data.etcd";
Expand Down

0 comments on commit fa721a0

Please sign in to comment.