From 7ea278f3dde6bc3387404348429652d0de6d4d9d Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Fri, 2 Sep 2022 16:39:15 -0500 Subject: [PATCH] update acceptance tests to use latest consul-k8s release (#1477) --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f321206381..908169daf8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1087,8 +1087,8 @@ jobs: - TEST_RESULTS: /tmp/test-results - CONSUL_IMAGE: "docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.11-dev" - ENVOY_IMAGE: "envoyproxy/envoy:v1.20.2" - - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.47.1" - - HELM_CHART_VERSION: "0.47.1" + - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.48.0" + - HELM_CHART_VERSION: "0.48.0" machine: image: ubuntu-2004:202010-01 resource_class: xlarge @@ -1125,8 +1125,8 @@ jobs: - TEST_RESULTS: /tmp/test-results - CONSUL_IMAGE: "docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.12-dev" - ENVOY_IMAGE: "envoyproxy/envoy:v1.22.2" - - HELM_CHART_VERSION: "0.47.1" - - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.47.1" + - HELM_CHART_VERSION: "0.48.0" + - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.48.0" machine: image: ubuntu-2004:202010-01 resource_class: xlarge @@ -1162,9 +1162,9 @@ jobs: environment: - TEST_RESULTS: /tmp/test-results - CONSUL_IMAGE: "docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.13-dev" - - ENVOY_IMAGE: "envoyproxy/envoy:v1.22.2" - - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.47.1" - - HELM_CHART_VERSION: "0.47.1" + - ENVOY_IMAGE: "envoyproxy/envoy:v1.23.1" + - CONSUL_K8S_IMAGE: "docker.mirror.hashicorp.services/hashicorp/consul-k8s-control-plane:0.48.0" + - HELM_CHART_VERSION: "0.48.0" machine: image: ubuntu-2004:202010-01 resource_class: xlarge