Skip to content

Commit

Permalink
feat: update dataplane and consul images for 1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed May 16, 2023
1 parent 8bd2eef commit 76a5e5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changelog/2140.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
```release-note:improvement
helm: update `imageConsulDataplane` value to `hashicorp/consul-dataplane:1.0.2` and `image` value to `hashicorp/consul:1.14.7`.
```


12 changes: 6 additions & 6 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 1.0.6
appVersion: 1.14.5
version: 1.0.7
appVersion: 1.14.7
kubeVersion: ">=1.21.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -13,13 +13,13 @@ annotations:
artifacthub.io/prerelease: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.14.5
image: hashicorp/consul:1.14.7
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:1.0.6
image: hashicorp/consul-k8s-control-plane:1.0.7
- name: consul-dataplane
image: hashicorp/consul-dataplane:1.0.1
image: hashicorp/consul-dataplane:1.0.2
- name: envoy
image: envoyproxy/envoy:v1.23.1
image: envoyproxy/envoy:v1.24.7
artifacthub.io/license: MPL-2.0
artifacthub.io/links: |
- name: Documentation
Expand Down
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.14.5"
image: "hashicorp/consul:1.14.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.
Expand Down Expand Up @@ -569,7 +569,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.1.0"
imageConsulDataplane: "hashicorp/consul-dataplane:1.0.2"

# 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 76a5e5b

Please sign in to comment.