Skip to content

Commit

Permalink
chore: fix quay container image
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 16, 2024
1 parent 958ed92 commit 195032e
Showing 1 changed file with 1 addition and 1 deletion.
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 = "gquay.io/coreos/etcd:v3.5.14";
public static final String CONTAINER_IMAGE = "quay.io/coreos/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 195032e

Please sign in to comment.