Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update Consul ESM Chart for new consul-k8s binary (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 authored Aug 16, 2021
1 parent 58124ff commit 2eeb96f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/consul-esm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "0.4.0"
description: Consul ESM for external service health checks in Consul
name: consul-esm
version: 0.2.2
version: 0.3.0
home: https://github.com/hashicorp/consul-esm
2 changes: 1 addition & 1 deletion charts/consul-esm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- "/bin/sh"
- "-ec"
- |
consul-k8s get-consul-client-ca \
consul-k8s-control-plane get-consul-client-ca \
-output-file=/output/connect.pem \
{{- if .Values.config.tls.cacert }}
-ca-file=/config/server.pem \
Expand Down
4 changes: 2 additions & 2 deletions charts/consul-esm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ config:
# If autoEncrypt is on, this should be set to true
autoEncrypt:
enabled: false
consulK8sImage: hashicorp/consul-k8s:0.18.1
consulTemplateImage: hashicorp/consul-template:0.25.1-light
consulK8sImage: hashicorp/consul-k8s-control-plane:0.33.0
consulTemplateImage: hashicorp/consul-template:0.26.0
server:
address: consul-server.core.svc
port: 8501

0 comments on commit 2eeb96f

Please sign in to comment.