From febed69c4f62ea1361c345f7607cdba867d6f0a8 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 6 Dec 2023 15:19:07 +0200 Subject: [PATCH] ingress refactor --- library/common-test/Chart.yaml | 2 +- library/common/Chart.yaml | 2 +- .../common/templates/class/{_ingress.tpl => _ingress_old.tpl} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename library/common/templates/class/{_ingress.tpl => _ingress_old.tpl} (100%) diff --git a/library/common-test/Chart.yaml b/library/common-test/Chart.yaml index 34a2e909..31dc8d5e 100644 --- a/library/common-test/Chart.yaml +++ b/library/common-test/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "" dependencies: - name: common repository: file://../common - version: ~16.0.0 + version: ~16.1.0 deprecated: false description: Helper chart to test different use cases of the common library home: https://github.com/truecharts/apps/tree/master/charts/library/common-test diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index c49add2c..377e2622 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 16.0.0 +version: 16.1.0 diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress_old.tpl similarity index 100% rename from library/common/templates/class/_ingress.tpl rename to library/common/templates/class/_ingress_old.tpl