From c15a2b24509db6e4b943536ab8c98b36fbaf5b01 Mon Sep 17 00:00:00 2001 From: mansi991999 Date: Fri, 24 Apr 2026 21:47:02 +0530 Subject: [PATCH 1/2] updating images to lates for patch release test --- charts/consul/Chart.yaml | 4 ++-- charts/consul/values.yaml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index 431cd4d46a..e5577edda4 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -15,11 +15,11 @@ sources: annotations: artifacthub.io/images: | - name: consul - image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22-dev + image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22.7 - name: consul-k8s-control-plane image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.9.7-dev - name: consul-dataplane - image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.9-dev + image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.9.7 - name: envoy image: envoyproxy/envoy:v1.25.11 artifacthub.io/license: MPL-2.0 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index d54e6092dc..91edf4e4d7 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -66,7 +66,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22-dev + image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22.7v # 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-control-plane Docker image. @@ -793,8 +793,7 @@ global: # 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: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.9-dev - + imageConsulDataplane: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.9.7 # Configuration for running this Helm chart on the Red Hat OpenShift platform. # This Helm chart currently supports OpenShift v4.x+. openshift: From 8d0340dc08c6d8ac47dec4f431a8e2e6327f5b33 Mon Sep 17 00:00:00 2001 From: mansi991999 Date: Fri, 24 Apr 2026 21:48:52 +0530 Subject: [PATCH 2/2] test --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 91edf4e4d7..561186887d 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -66,7 +66,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22.7v + image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.22.7 # 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-control-plane Docker image.