Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Update default Consul image to latest dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Jul 18, 2023
1 parent d7ab54c commit 32c1e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testing/e2e/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (

const (
grpcConsulIncompatibleNameVersion = "1.14"
defaultConsulImage = "hashicorppreview/consul:1.16-dev"
defaultConsulImage = "hashicorppreview/consul:1.17-dev"
envvarConsulImage = envvarPrefix + "CONSUL_IMAGE"
envvarConsulEnterpriseLicense = "CONSUL_LICENSE"
envvarConsulEnterpriseLicensePath = "CONSUL_LICENSE_PATH"
Expand Down

0 comments on commit 32c1e6e

Please sign in to comment.