Skip to content

Commit

Permalink
fixed consul-dataplane version
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-sachdev-29 committed Jan 6, 2025
1 parent 608083f commit e77b6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ annotations:
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:1.6.2
- name: consul-dataplane
image: hashicorp/consul-dataplane:1.4.4
image: hashicorp/consul-dataplane:1.6.1
- name: envoy
image: envoyproxy/envoy:v1.25.11
artifacthub.io/license: MPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +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:<latest supported version>
imageConsulDataplane: hashicorp/consul-dataplane:1.4.4
imageConsulDataplane: hashicorp/consul-dataplane:1.6.1

# Configuration for running this Helm chart on the Red Hat OpenShift platform.
# This Helm chart currently supports OpenShift v4.x+.
Expand Down

0 comments on commit e77b6a9

Please sign in to comment.