From fc4341a2cd2c9bf7af374bb1148fa720768064cd Mon Sep 17 00:00:00 2001 From: Santiago Botto Date: Tue, 15 Aug 2023 14:49:28 -0300 Subject: [PATCH] Fix --- charts/common/Chart.yaml | 4 ++-- charts/common/templates/configMap.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index dfbf45e..aa78abe 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,11 +15,11 @@ 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.0.15-beta7 +version: 0.0.15-beta8 # 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. -appVersion: "0.0.15-beta7" +appVersion: "0.0.15-beta8" icon: https://cncf-branding.netlify.app/img/projects/helm/horizontal/color/helm-horizontal-color.png diff --git a/charts/common/templates/configMap.yaml b/charts/common/templates/configMap.yaml index 2ecfed3..057ac70 100644 --- a/charts/common/templates/configMap.yaml +++ b/charts/common/templates/configMap.yaml @@ -1,4 +1,5 @@ {{- if .Values.configMap }} +{{- $fullName := include "common.fullname" . -}} apiVersion: v1 kind: ConfigMap metadata: