diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 0fc27b13c..d9a01f8c7 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -33,12 +33,12 @@ jobs: api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev" consul-image: "hashicorp/consul:1.11" envoy-image: "envoyproxy/envoy:v1.20-latest" - consul-k8s-version: refs/tags/v0.45.0 + consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants" - name: "consul@v1.12 + consul-k8s@v0.45.0" api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev" consul-image: "hashicorp/consul:1.12" envoy-image: "envoyproxy/envoy:v1.22-latest" - consul-k8s-version: refs/tags/v0.45.0 + consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants" fail-fast: true name: "${{ matrix.cluster-type }} - ${{ matrix.config.name }}" concurrency: diff --git a/.github/workflows/conformance_with_build.yml b/.github/workflows/conformance_with_build.yml index cabe155ac..be78a5da3 100644 --- a/.github/workflows/conformance_with_build.yml +++ b/.github/workflows/conformance_with_build.yml @@ -35,12 +35,12 @@ jobs: api-gateway-image: "consul-api-gateway:local-build" consul-image: "hashicorp/consul:1.11" envoy-image: "envoyproxy/envoy:v1.20-latest" - consul-k8s-version: charts/capigw-controller-clusterrole-referencegrants + consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants" - name: "consul@v1.12 + consul-k8s@v0.45.0" api-gateway-image: "consul-api-gateway:local-build" consul-image: "hashicorp/consul:1.12" envoy-image: "envoyproxy/envoy:v1.22-latest" - consul-k8s-version: charts/capigw-controller-clusterrole-referencegrants + consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants" fail-fast: true name: "${{ matrix.config.name }}"