From ddbb9a670752e635117b6b277f0d54f361ce70b3 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Wed, 16 Jun 2021 10:17:47 +0200 Subject: [PATCH] [dnsmadeeasy-webhook] fix webhook port names to match probes (#1024) * [dnsmadeeasy-webhook] fix webhook port names to match probes * Add feedback Co-authored-by: angelnu --- charts/stable/dnsmadeeasy-webhook/Chart.yaml | 2 +- charts/stable/dnsmadeeasy-webhook/README.md | 16 +++++++++++++++- .../README_CHANGELOG.md.gotmpl | 14 ++++++++++++++ .../dnsmadeeasy-webhook/templates/common.tpl | 3 +++ 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/charts/stable/dnsmadeeasy-webhook/Chart.yaml b/charts/stable/dnsmadeeasy-webhook/Chart.yaml index 9795ef5e..53a7a513 100644 --- a/charts/stable/dnsmadeeasy-webhook/Chart.yaml +++ b/charts/stable/dnsmadeeasy-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.1.0 description: Cert-Manager Webhook for DNSMadeEasy name: dnsmadeeasy-webhook -version: 3.0.2 +version: 3.0.3 keywords: - cert-manager - dnsmadeeasy diff --git a/charts/stable/dnsmadeeasy-webhook/README.md b/charts/stable/dnsmadeeasy-webhook/README.md index c634b45c..e70cef31 100644 --- a/charts/stable/dnsmadeeasy-webhook/README.md +++ b/charts/stable/dnsmadeeasy-webhook/README.md @@ -1,6 +1,6 @@ # dnsmadeeasy-webhook -![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) Cert-Manager Webhook for DNSMadeEasy @@ -88,6 +88,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.0.3] + +#### Added + +- N/A + +#### Changed + +- fix webhook port names to match probes + +#### Removed + +- N/A + ### [3.0.1] #### Added diff --git a/charts/stable/dnsmadeeasy-webhook/README_CHANGELOG.md.gotmpl b/charts/stable/dnsmadeeasy-webhook/README_CHANGELOG.md.gotmpl index c9541f82..d4de080a 100644 --- a/charts/stable/dnsmadeeasy-webhook/README_CHANGELOG.md.gotmpl +++ b/charts/stable/dnsmadeeasy-webhook/README_CHANGELOG.md.gotmpl @@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.0.3] + +#### Added + +- N/A + +#### Changed + +- fix webhook port names to match probes + +#### Removed + +- N/A + ### [3.0.1] #### Added diff --git a/charts/stable/dnsmadeeasy-webhook/templates/common.tpl b/charts/stable/dnsmadeeasy-webhook/templates/common.tpl index 7397749a..ab38d247 100644 --- a/charts/stable/dnsmadeeasy-webhook/templates/common.tpl +++ b/charts/stable/dnsmadeeasy-webhook/templates/common.tpl @@ -63,6 +63,9 @@ service: main: ports: http: + enabled: false + https: + enabled: true targetPort: 4443 port: 443