From 1f82bacd9c4ecf3865865886eeb5240e16a8ba6a Mon Sep 17 00:00:00 2001 From: HUSSAIN GANDHI <69318875+Hussain-Gandhi@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:05:57 +0530 Subject: [PATCH] Fix/polymorphic app/added ingress class (#46) * fix: values of polymorphic-app --- charts/polymorphic-app/Chart.yaml | 2 +- charts/polymorphic-app/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/polymorphic-app/Chart.yaml b/charts/polymorphic-app/Chart.yaml index 38a1953..6886f10 100644 --- a/charts/polymorphic-app/Chart.yaml +++ b/charts/polymorphic-app/Chart.yaml @@ -4,5 +4,5 @@ description: A Helm chart for deploying any custom applications, specifically po maintainers: - name: improwised type: application -version: 1.2.5 +version: 1.2.6 appVersion: 1.0.0 diff --git a/charts/polymorphic-app/values.yaml b/charts/polymorphic-app/values.yaml index c0efd7a..fb1ff67 100644 --- a/charts/polymorphic-app/values.yaml +++ b/charts/polymorphic-app/values.yaml @@ -95,6 +95,7 @@ serviceTemplate: ingress: enabled: false + # className: nginx annotations: {} hosts: - host: app.example.com