Skip to content

Commit

Permalink
Update consul image so that acceptance tests run (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored and absolutelightning committed Aug 4, 2023
1 parent cd84db0 commit 49d833d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
name: consul
version: 1.2.0-dev
appVersion: 1.15.1
appVersion: 1.16-dev
kubeVersion: ">=1.22.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -16,7 +16,7 @@ annotations:
artifacthub.io/prerelease: true
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.15.1
image: docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.16-dev
- name: consul-k8s-control-plane
image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.2.0-dev
- name: consul-dataplane
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.15.1"
image: docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.16-dev

# 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 Down

0 comments on commit 49d833d

Please sign in to comment.