mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-09 17:19:42 +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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
name: test
|
||||
version: 0.0.1
|
||||
Loading…
Reference in a new issue