Skip to content

Commit

Permalink
Release time (#792)
Browse files Browse the repository at this point in the history
* Release time
  • Loading branch information
kschoche authored Oct 18, 2021
1 parent 7799d6c commit d153c34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ executors:
- image: docker.mirror.hashicorp.services/circleci/golang:1.16
environment:
TEST_RESULTS: /tmp/test-results # path to where test results are saved
CONSUL_VERSION: 1.11.0-alpha # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.0+ent-alpha # Consul's enterprise version to use in tests
CONSUL_VERSION: 1.11.0-beta1 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.0+ent-beta1 # Consul's enterprise version to use in tests

control-plane-path : &control-plane-path control-plane
cli-path : &cli-path cli
Expand Down
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.34.1
appVersion: 1.10.2
version: 0.35.0
appVersion: 1.10.3
kubeVersion: ">=1.17.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.10.2
image: hashicorp/consul:1.10.3
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.34.1
image: hashicorp/consul-k8s-control-plane:0.35.0
- name: envoy
image: envoyproxy/envoy-alpine:v1.18.4
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 @@ -85,7 +85,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.10.2"
image: "hashicorp/consul:1.10.3"

# 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 @@ -105,7 +105,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.34.1"
imageK8S: "hashicorp/consul-k8s-control-plane:0.35.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 d153c34

Please sign in to comment.