Skip to content

Commit

Permalink
Prerelease 0.42.0 (hashicorp#1141)
Browse files Browse the repository at this point in the history
* Update imageK8s to 0.42.0

* Update versions in Chart
  • Loading branch information
Thomas Eckert authored Apr 4, 2022
1 parent 7341255 commit b0e3c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.41.1
appVersion: 1.11.3
version: 0.42.0
appVersion: 1.11.4
kubeVersion: ">=1.19.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -13,9 +13,9 @@ annotations:
artifacthub.io/prerelease: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.11.3
image: hashicorp/consul:1.11.4
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.41.1
image: hashicorp/consul-k8s-control-plane:0.42.0
- name: envoy
image: envoyproxy/envoy-alpine:v1.20.2
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 @@ -107,7 +107,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.41.1"
imageK8S: "hashicorp/consul-k8s-control-plane:0.42.0"

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

Please sign in to comment.