Skip to content

Commit 0f89aa3

Browse files
authored
Update Consul images to version 1.9.2
1 parent a4a2ea3 commit 0f89aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/helm/consul-service/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ global:
6464
# If using acls.manageSystemACLs then must be >= 0.10.1.
6565
# If using connect inject then must be >= 0.10.1.
6666
# If using Consul Enterprise namespaces, must be >= 0.12.
67-
imageK8S: "hashicorp/consul-k8s-control-plane:1.8.3"
67+
imageK8S: "hashicorp/consul-k8s-control-plane:1.9.2"
6868

6969
# The name (and tag) of the consul-dataplane Docker image used for the
7070
# connect-injected sidecar proxies and mesh, terminating, and ingress gateways.
7171
# @default: hashicorp/consul-dataplane:<latest supported version>
72-
imageConsulDataplane: "hashicorp/consul-dataplane:1.8.3"
72+
imageConsulDataplane: "hashicorp/consul-dataplane:1.9.2"
7373

7474
# The name of the datacenter that the agents should
7575
# register as. This can't be changed once the Consul cluster is up and running

0 commit comments

Comments
 (0)