Skip to content

Commit

Permalink
Merge pull request #732 from hashicorp/0.34.1
Browse files Browse the repository at this point in the history
Update version of image in values file
  • Loading branch information
thisisnotashwin authored Sep 17, 2021
2 parents 4516af8 + 94ff1d8 commit 6687837
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UNRELEASED

BUG FIX:
* Helm
* Fix consul-k8s image version in values file. [[GH-732](https://github.com/hashicorp/consul-k8s/pull/732)]

## 0.34.0 (September 17, 2021)
FEATURES:
* CLI
Expand Down
4 changes: 2 additions & 2 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: consul
version: 0.34.0
version: 0.34.1
appVersion: 1.10.2
kubeVersion: ">=1.17.0-0"
description: Official HashiCorp Consul Chart
Expand All @@ -15,7 +15,7 @@ annotations:
- name: consul
image: hashicorp/consul:1.10.2
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.34.0
image: hashicorp/consul-k8s-control-plane:0.34.1
- name: envoy
image: envoyproxy/envoy-alpine:v1.18.4
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 @@ -105,7 +105,7 @@ global:
# image that is used for functionality such as catalog sync.
# This can be overridden per component.
# @default: hashicorp/consul-k8s-control-plane:<latest version>
imageK8S: "hashicorp/consul-k8s-control-plane:0.33.0"
imageK8S: "hashicorp/consul-k8s-control-plane:0.34.1"

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

0 comments on commit 6687837

Please sign in to comment.