From 1a88ebdf5a7a963879858f22c89664f8f1ad1c59 Mon Sep 17 00:00:00 2001 From: Ashwin Venkatesh Date: Tue, 14 Dec 2021 22:27:59 -0500 Subject: [PATCH] use 1.11.0 image --- .circleci/config.yml | 4 ++-- charts/consul/Chart.yaml | 8 ++++---- charts/consul/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da32949865..592e713d3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index 0057b0780b..4fcc230d99 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -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 @@ -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 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 38163fbfcc..6123767d75 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -85,7 +85,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - 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. @@ -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: - 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