Skip to content

Commit

Permalink
use 1.11.0 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Dec 15, 2021
1 parent b3c6ea7 commit 1a88ebd
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/cimg/go:1.17.5
environment:
TEST_RESULTS: /tmp/test-results # path to where test results are saved
CONSUL_VERSION: 1.11.0-rc # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.0+ent-rc # Consul's enterprise version to use in tests
CONSUL_VERSION: 1.11.0 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.0+ent # 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.38.0
appVersion: 1.10.4
version: 0.39.0
appVersion: 1.11.0
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.4
image: hashicorp/consul:1.11.0
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.38.0
image: hashicorp/consul-k8s-control-plane:0.39.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: "ashwinvenkatesh/consul@sha256:f53462c9cc4a0771a9e65eedffa283545cb3516e4c9e2247e6f147ef8d595616"
image: "hashicorp/consul:1.11.0"

# 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.38.0"
imageK8S: "hashicorp/consul-k8s-control-plane:0.39.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 1a88ebd

Please sign in to comment.