Skip to content

Commit

Permalink
0.49.0 Pre-release (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored Sep 27, 2022
1 parent c220618 commit 5c40668
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
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.48.0
appVersion: 1.13.1
appVersion: 1.13.2
kubeVersion: ">=1.21.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -13,7 +13,7 @@ annotations:
artifacthub.io/prerelease: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.13.1
image: hashicorp/consul:1.13.2
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.48.0
- name: envoy
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.13.1"
image: "hashicorp/consul:1.13.2"

# 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 5c40668

Please sign in to comment.