Skip to content

Commit

Permalink
bump consul version to 1.10.0-rc2 (hashicorp#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh authored Jun 21, 2021
1 parent 3260703 commit 12fbb7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.32.0-beta3
appVersion: 1.10.0-rc
appVersion: 1.10.0-rc2
kubeVersion: ">=1.16.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -14,7 +14,7 @@ annotations:
artifacthub.io/prerelease: true
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.10.0-rc
image: hashicorp/consul:1.10.0-rc2
- name: consul-k8s
image: hashicorp/consul-k8s:0.26.0-beta3
- name: envoy
Expand Down
16 changes: 2 additions & 14 deletions test/acceptance/tests/mesh-gateway/mesh_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ func TestMeshGatewayDefault(t *testing.T) {
"global.federation.createFederationSecret": "true",

"connectInject.enabled": "true",
// Temporarily disable tproxy regardless of the global setting.
// This should be removed once multi-cluster is working with explicit upstreams.
"connectInject.transparentProxy.defaultEnabled": "false",
"controller.enabled": "true",
"controller.enabled": "true",

"meshGateway.enabled": "true",
"meshGateway.replicas": "1",
Expand Down Expand Up @@ -85,9 +82,6 @@ func TestMeshGatewayDefault(t *testing.T) {
"server.extraVolumes[0].items[0].path": "config.json",

"connectInject.enabled": "true",
// Temporarily disable tproxy regardless of the global setting.
// This should be removed once multi-cluster is working with explicit upstreams.
"connectInject.transparentProxy.defaultEnabled": "false",

"meshGateway.enabled": "true",
"meshGateway.replicas": "1",
Expand Down Expand Up @@ -166,10 +160,7 @@ func TestMeshGatewaySecure(t *testing.T) {
"global.federation.createFederationSecret": "true",

"connectInject.enabled": "true",
// Temporarily disable tproxy regardless of the global setting.
// This should be removed once multi-cluster is working with explicit upstreams.
"connectInject.transparentProxy.defaultEnabled": "false",
"controller.enabled": "true",
"controller.enabled": "true",

"meshGateway.enabled": "true",
"meshGateway.replicas": "1",
Expand Down Expand Up @@ -220,9 +211,6 @@ func TestMeshGatewaySecure(t *testing.T) {
"server.extraVolumes[0].items[0].path": "config.json",

"connectInject.enabled": "true",
// Temporarily disable tproxy regardless of the global setting.
// This should be removed once multi-cluster is working with explicit upstreams.
"connectInject.transparentProxy.defaultEnabled": "false",

"meshGateway.enabled": "true",
"meshGateway.replicas": "1",
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ global:
# image: "hashicorp/consul-enterprise:1.5.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.10.0-rc"
image: "hashicorp/consul:1.10.0-rc2"

# Array of objects containing image pull secret names that will be applied to each service account.
# This can be used to reference image pull secrets if using a custom consul or consul-k8s Docker image.
Expand Down

0 comments on commit 12fbb7c

Please sign in to comment.