From b31d8169ea503467773f9961638c26c03bd09ec0 Mon Sep 17 00:00:00 2001 From: saja0219 Date: Wed, 25 Feb 2026 12:52:20 +0530 Subject: [PATCH] fix: vulnerability fix --- charts/helm/consul-service/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/helm/consul-service/values.yaml b/charts/helm/consul-service/values.yaml index a288d9e..f8ccd0a 100644 --- a/charts/helm/consul-service/values.yaml +++ b/charts/helm/consul-service/values.yaml @@ -64,12 +64,12 @@ global: # If using acls.manageSystemACLs then must be >= 0.10.1. # If using connect inject then must be >= 0.10.1. # If using Consul Enterprise namespaces, must be >= 0.12. - imageK8S: "hashicorp/consul-k8s-control-plane:1.8.3" + imageK8S: "hashicorp/consul-k8s-control-plane:1.9.2" # The name (and tag) of the consul-dataplane Docker image used for the # connect-injected sidecar proxies and mesh, terminating, and ingress gateways. # @default: hashicorp/consul-dataplane: - imageConsulDataplane: "hashicorp/consul-dataplane:1.8.3" + imageConsulDataplane: "hashicorp/consul-dataplane:1.9.2" # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running