Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
use image with ent fix for intentions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Oct 30, 2020
1 parent 695b4a8 commit 82c2e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestControllerNamespaces(t *testing.T) {

// todo: remove when Helm chart updates to 1.9.0
"global.image": "hashicorp/consul-enterprise:1.9.0-ent-beta1",
"global.imageK8S": "ghcr.io/lkysow/consul-k8s-dev:oct14-ns",
"global.imageK8S": "ashwinvenkatesh/consul-k8s@sha256:2225cf62ea3c068e870ad0134dac50e4753cbcf7a1503d3d6d2d897e9fc78aa1",

// When mirroringK8S is set, this setting is ignored.
"connectInject.consulNamespaces.consulDestinationNamespace": c.destinationNamespace,
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestController(t *testing.T) {
"controller.enabled": "true",
"connectInject.enabled": "true",
"global.image": "consul:1.9.0-beta1",
"global.imageK8S": "ghcr.io/lkysow/consul-k8s-dev:oct14-ns",
"global.imageK8S": "ashwinvenkatesh/consul-k8s@sha256:2225cf62ea3c068e870ad0134dac50e4753cbcf7a1503d3d6d2d897e9fc78aa1",

"global.tls.enabled": strconv.FormatBool(c.secure),
"global.tls.enableAutoEncrypt": strconv.FormatBool(c.autoEncrypt),
Expand Down

0 comments on commit 82c2e87

Please sign in to comment.