Skip to content

Commit

Permalink
Prepare 1.3.5 (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes authored May 20, 2024
1 parent da9fb16 commit 3071e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.5- (May 20, 2024)
## 1.3.5 (May 20, 2024)

SECURITY:

Expand Down
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.3.5
appVersion: 1.17.5
appVersion: 1.17.3
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.17.5
image: hashicorp/consul:1.17.3
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:1.3.5
- 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.17.5
image: hashicorp/consul:1.17.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 Down

0 comments on commit 3071e41

Please sign in to comment.