Skip to content

Commit

Permalink
v0.45.0 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh authored Jun 16, 2022
1 parent 875ecb7 commit 9f71f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.44.0
appVersion: 1.12.0
version: 0.45.0
appVersion: 1.12.2
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.12.0
image: hashicorp/consul:1.12.2
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.44.0
image: hashicorp/consul-k8s-control-plane:0.45.0
- name: envoy
image: envoyproxy/envoy:v1.22.2
artifacthub.io/license: MPL-2.0
Expand Down
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.12.0"
image: "hashicorp/consul:1.12.2"

# 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 All @@ -114,7 +114,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.44.0"
imageK8S: "hashicorp/consul-k8s-control-plane:0.45.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 9f71f77

Please sign in to comment.