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

Commit

Permalink
Bump consul-k8s and consul versions.
Browse files Browse the repository at this point in the history
Bump consul to 1.8.0, consul-k8s to 1.16.0. Remove experimental warning
on federation.
  • Loading branch information
lkysow committed Jun 17, 2020
1 parent b9f36c7 commit cc89e76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.7.3"
image: "consul:1.8.0"

# 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.15.0"
imageK8S: "hashicorp/consul-k8s:0.16.0"

# datacenter is 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 Expand Up @@ -200,13 +200,12 @@ global:

# Settings related to federating with another Consul datacenter.
federation:
# Experimental: Currently this is only available in Consul 1.8.0-beta1.
# To use, set global.image: "consul:1.8.0-beta1".
# If enabled, this datacenter will be federation-capable. Only federation
# through mesh gateways is supported.
# Mesh gateways and servers will be configured to allow federation.
# Requires global.tls.enabled, meshGateway.enabled and connectInject.enabled
# to be true.
# Requires Consul 1.8+.
enabled: false

# If true, the chart will create a Kubernetes secret that can be imported
Expand Down

0 comments on commit cc89e76

Please sign in to comment.