mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
test: test chart and values from same repo, different refs
This commit is contained in:
parent
e5489108fe
commit
adbd9dadb2
4 changed files with 4 additions and 4 deletions
2
charts/test/Chart.yaml
Normal file
2
charts/test/Chart.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
name: test
|
||||||
|
version: 0.0.2
|
||||||
|
|
@ -15,8 +15,8 @@ spec:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
sources:
|
sources:
|
||||||
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||||
targetRevision: test-chart-v0.0.1
|
targetRevision: test-chart-v0.0.2
|
||||||
path: state/gullfaxi/apps/test/manifests/
|
path: charts/test
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/state/gullfaxi/apps/test/values.yaml
|
- $values/state/gullfaxi/apps/test/values.yaml
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
name: test
|
|
||||||
version: 0.0.1
|
|
||||||
Loading…
Reference in a new issue