Skip to content

Commit

Permalink
Release/0.32.0-beta1 (hashicorp#917)
Browse files Browse the repository at this point in the history
* update for release
  • Loading branch information
kschoche committed Apr 16, 2021
1 parent 6a74d33 commit 44600e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.32.0-beta1 (Apr 16, 2021)

IMPROVEMENTS:

* Specify `kubeVersion` in `Chart.yaml` to denote that this chart is compatible with Kubernetes 1.16+. [[GH-883](https://github.com/hashicorp/consul-helm/pull/883)]
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.31.1
appVersion: 1.9.4
version: 0.32.0-beta1
appVersion: 1.10.0-beta1
kubeVersion: ">=1.16.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ global:
# image: "hashicorp/consul-enterprise:1.5.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.9.4"
image: "hashicorp/consul:1.10.0-beta1"

# 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 Docker image.
Expand All @@ -52,7 +52,7 @@ global:
# Docker image that is used for functionality such the catalog sync.
# This can be overridden per component.
# @default: hashicorp/consul-k8s:<latest version>
imageK8S: "hashicorp/consul-k8s:0.25.0"
imageK8S: "hashicorp/consul-k8s:0.26.0-beta1"

# 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 44600e1

Please sign in to comment.