2023-11-02 19:25:48 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
|
|
|
|
// Code generated by update-latest-versions.sh. DO NOT EDIT.
|
|
|
|
|
|
|
|
package topology
|
|
|
|
|
|
|
|
const (
|
2024-01-12 16:54:07 +00:00
|
|
|
DefaultConsulCEImage = "hashicorp/consul:1.17.0"
|
|
|
|
DefaultConsulEnterpriseImage = "hashicorp/consul-enterprise:1.17.0-ent"
|
|
|
|
DefaultEnvoyImage = "envoyproxy/envoy:v1.27.2"
|
|
|
|
DefaultDataplaneImage = "hashicorp/consul-dataplane:1.3.0"
|
2023-11-02 19:25:48 +00:00
|
|
|
)
|