Skip to content

Commit

Permalink
etcd: update to 3.5.10
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <gcslyp@gmail.com>
  • Loading branch information
liangyuanpeng committed Oct 31, 2023
1 parent ce67467 commit b5b0951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.9
- gcr.io/etcd-development/etcd:v3.5.10
- gcr.io/etcd-development/etcd:v3.4.27
uses: ./.github/workflows/build.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.9
- gcr.io/etcd-development/etcd:v3.5.10
- gcr.io/etcd-development/etcd:v3.4.27
uses: ./.github/workflows/build.yml
with:
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.9";
public static final String CONTAINER_IMAGE = "gcr.io/etcd-development/etcd:v3.5.10";
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 b5b0951

Please sign in to comment.