From 938c6c8e9279f0bceaa70d3f6c3f4385ebf8ad8e Mon Sep 17 00:00:00 2001 From: jfavellar90 Date: Mon, 9 Dec 2024 13:11:46 -0500 Subject: [PATCH] chore: removing cert-manager invalid value --- charts/harmony-chart/Chart.yaml | 2 +- charts/harmony-chart/values.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/harmony-chart/Chart.yaml b/charts/harmony-chart/Chart.yaml index d5b0c13..b78e1b6 100644 --- a/charts/harmony-chart/Chart.yaml +++ b/charts/harmony-chart/Chart.yaml @@ -5,7 +5,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes to the chart and its # templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.9.1 # This is the version number of the application being deployed. This version number should be incremented each time you # make changes to the application. Versions are not expected to follow Semantic Versioning. They should reflect the # version the application is using. It is recommended to use it with quotes. diff --git a/charts/harmony-chart/values.yaml b/charts/harmony-chart/values.yaml index ab26460..76a736a 100644 --- a/charts/harmony-chart/values.yaml +++ b/charts/harmony-chart/values.yaml @@ -12,9 +12,6 @@ cert-manager: # Use cert-manager as a default certificate controller. enabled: true installCRDs: false - # Email address associated with the ACME account. Used to notify about expiring - # certificates. - email: "" # Configuration for the metrics server chart metricsserver: