Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Release 0.32.0-beta2 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored May 7, 2021
1 parent f70823d commit cf68ab7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.32.0-beta2 (May 6, 2021)

IMPROVEMENTS:
* Connect: Add namespaces get/list/watch to the connect-inject clusterrole to support the ability to fetch namespace labels which can enable/disable tproxy for an entire namespace. [[GH-942](https://github.com/hashicorp/consul-helm/pull/942)]
Expand Down
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.32.0-beta1
appVersion: 1.10.0-beta1
version: 0.32.0-beta2
appVersion: 1.10.0-beta2
kubeVersion: ">=1.16.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -14,9 +14,9 @@ annotations:
artifacthub.io/prerelease: true
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.10.0-beta1
image: hashicorp/consul:1.10.0-beta2
- name: consul-k8s
image: hashicorp/consul-k8s:0.26.0-beta1
image: hashicorp/consul-k8s:0.26.0-beta2
- name: envoy
image: envoyproxy/envoy-alpine:v1.16.0
artifacthub.io/license: MPL-2.0
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.10.0-beta1"
image: "hashicorp/consul:1.10.0-beta2"

# 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.26.0-beta1"
imageK8S: "hashicorp/consul-k8s:0.26.0-beta2"

# 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 cf68ab7

Please sign in to comment.