From adbd9dadb2c9b78df50cea809e33ade8b37e7fd1 Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Thu, 16 May 2024 16:20:25 +0700 Subject: [PATCH] test: test chart and values from same repo, different refs --- charts/test/Chart.yaml | 2 ++ .../apps/test/chart => charts/test}/templates/test.yaml | 0 state/gullfaxi/apps/test/application.yaml | 4 ++-- state/gullfaxi/apps/test/chart/Chart.yaml | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 charts/test/Chart.yaml rename {state/gullfaxi/apps/test/chart => charts/test}/templates/test.yaml (100%) delete mode 100644 state/gullfaxi/apps/test/chart/Chart.yaml diff --git a/charts/test/Chart.yaml b/charts/test/Chart.yaml new file mode 100644 index 0000000..5d4f8d8 --- /dev/null +++ b/charts/test/Chart.yaml @@ -0,0 +1,2 @@ +name: test +version: 0.0.2 diff --git a/state/gullfaxi/apps/test/chart/templates/test.yaml b/charts/test/templates/test.yaml similarity index 100% rename from state/gullfaxi/apps/test/chart/templates/test.yaml rename to charts/test/templates/test.yaml diff --git a/state/gullfaxi/apps/test/application.yaml b/state/gullfaxi/apps/test/application.yaml index 0c5906e..af2bdd2 100644 --- a/state/gullfaxi/apps/test/application.yaml +++ b/state/gullfaxi/apps/test/application.yaml @@ -15,8 +15,8 @@ spec: - CreateNamespace=true sources: - repoURL: git@github.com:amkartashov/gf-k8s.git - targetRevision: test-chart-v0.0.1 - path: state/gullfaxi/apps/test/manifests/ + targetRevision: test-chart-v0.0.2 + path: charts/test helm: valueFiles: - $values/state/gullfaxi/apps/test/values.yaml diff --git a/state/gullfaxi/apps/test/chart/Chart.yaml b/state/gullfaxi/apps/test/chart/Chart.yaml deleted file mode 100644 index eaafbd1..0000000 --- a/state/gullfaxi/apps/test/chart/Chart.yaml +++ /dev/null @@ -1,2 +0,0 @@ -name: test -version: 0.0.1