From 604e6392faea37bcbda2c30940a98409cd09dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C8=9Aoncu?= Date: Thu, 28 Sep 2023 10:38:33 +0300 Subject: [PATCH] Update Default Ingress Path Type --- charts/google-tag-manager/Chart.yaml | 2 +- charts/google-tag-manager/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/google-tag-manager/Chart.yaml b/charts/google-tag-manager/Chart.yaml index b28e7f5..313976f 100644 --- a/charts/google-tag-manager/Chart.yaml +++ b/charts/google-tag-manager/Chart.yaml @@ -6,7 +6,7 @@ type: application name: google-tag-manager description: A Helm Chart for Google Tag Manager -version: "0.2.1" +version: "0.2.2" appVersion: "1.16.0" keywords: diff --git a/charts/google-tag-manager/values.yaml b/charts/google-tag-manager/values.yaml index ff76cd5..3b755c4 100644 --- a/charts/google-tag-manager/values.yaml +++ b/charts/google-tag-manager/values.yaml @@ -99,7 +99,7 @@ previewServer: - host: chart-example.local paths: - path: / - pathType: ImplementationSpecific + pathType: Prefix tls: [] @@ -248,7 +248,7 @@ serverSideTagging: - host: chart-example.local paths: - path: / - pathType: ImplementationSpecific + pathType: Prefix tls: []