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

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adilyse committed Jul 31, 2020
1 parent 2c99506 commit 30289c5
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
Expand Up @@ -18,6 +18,8 @@ IMPROVEMENTS:
* `ingressGateways.defaults.initCopyConsulContainer.resources` - Configures the resource settings for the `copy-consul-bin` init container for ingress gateways. Defaults can be overridden per ingress gateway.
* `terminatingGateways.defaults.initCopyConsulContainer.resources` - Configures the resource settings for the `copy-consul-bin` init container for terminating gateways. Defaults can be overridden per terminating gateway.

* Updated the default consul version to 1.8.1.

BREAKING CHANGES:

* Updating either server.extraConfig or client.extraConfig and running `helm upgrade` will force a restart of the
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: v1
name: consul
version: 0.23.1
appVersion: 1.8.0
version: 0.24.0
appVersion: 1.8.1
description: Official HashiCorp Consul Chart
home: https://www.consul.io
icon: https://raw.githubusercontent.com/hashicorp/consul-helm/master/assets/icon.png
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ global:
# image: "consul:1.5.0"
# # Consul Enterprise 1.5.0
# image: "hashicorp/consul-enterprise:1.5.0-ent"
image: "consul:1.8.0"
image: "consul:1.8.1"

# array of objects containing image pull secret names that will be applied to
# each service account.
Expand All @@ -53,7 +53,7 @@ global:
# If using acls.manageSystemACLs then must be >= 0.10.1.
# If using connect inject then must be >= 0.10.1.
# If using Consul Enterprise namespaces, must be >= 0.12.
imageK8S: "hashicorp/consul-k8s:0.17.0"
imageK8S: "hashicorp/consul-k8s:0.18.0"

# imageEnvoy defines the default envoy image to use for ingress and
# terminating gateways.
Expand Down

0 comments on commit 30289c5

Please sign in to comment.