From 65932fe12932e614326207a6799e37ae4d4d02f3 Mon Sep 17 00:00:00 2001 From: Jannik Zinkl Date: Tue, 17 Aug 2021 11:54:13 +0200 Subject: [PATCH] fixing typo --- charts/strapi/Chart.yaml | 2 +- charts/strapi/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/strapi/Chart.yaml b/charts/strapi/Chart.yaml index fec051e..98eaf3b 100644 --- a/charts/strapi/Chart.yaml +++ b/charts/strapi/Chart.yaml @@ -15,7 +15,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.1.7 +version: 0.1.8 # 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 diff --git a/charts/strapi/templates/ingress.yaml b/charts/strapi/templates/ingress.yaml index f2c95ad..8eba0be 100644 --- a/charts/strapi/templates/ingress.yaml +++ b/charts/strapi/templates/ingress.yaml @@ -24,7 +24,7 @@ spec: {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} ingressClassName: {{ .Values.ingress.className }} {{- end }} - {{- if .Values.ingress.tls.enables }} + {{- if .Values.ingress.tls.enabled }} tls: - hosts: - {{ .Values.ingress.host | quote }}