Skip to content

Commit

Permalink
fix consul version (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi committed Aug 29, 2024
1 parent 111f698 commit ff19795
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.1.15
appVersion: 1.15.11
appVersion: 1.15.10
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: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.15.11
image: hashicorp/consul:1.15.10
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:1.1.15
- 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.11
image: hashicorp/consul:1.15.10

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

Please sign in to comment.