parent
e61deaa62f
commit
3f86b74437
|
|
@ -1,7 +1,7 @@
|
||||||
Warning: environments and releases cannot be defined within the same YAML part. Use --- to extract the environments into a dedicated part
|
Warning: environments and releases cannot be defined within the same YAML part. Use --- to extract the environments into a dedicated part
|
||||||
Warning: environments and releases cannot be defined within the same YAML part. Use --- to extract the environments into a dedicated part
|
Warning: environments and releases cannot be defined within the same YAML part. Use --- to extract the environments into a dedicated part
|
||||||
Building dependency release=raw, chart=$WD/testdata/charts/raw-0.0.1
|
Building dependency release=raw, chart=../../charts/raw-0.0.1
|
||||||
Templating release=raw, chart=$WD/testdata/charts/raw-0.0.1
|
Templating release=raw, chart=../../charts/raw-0.0.1
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
chartVersion: 0.0.1
|
chartVersion: 0.0.1
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Building dependency release=raw, chart=$WD/testdata/charts/raw-0.0.1
|
Building dependency release=raw, chart=../../charts/raw-0.0.1
|
||||||
Templating release=raw, chart=$WD/testdata/charts/raw-0.0.1
|
Templating release=raw, chart=../../charts/raw-0.0.1
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
envName: test
|
envName: test
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Building dependency release=foo, chart=$WD/testdata/charts/raw-0.1.0
|
Building dependency release=foo, chart=../../charts/raw-0.1.0
|
||||||
Building dependency release=baz, chart=$WD/temp1/baz
|
Building dependency release=baz, chart=$WD/temp1/baz
|
||||||
Saving 1 charts
|
Saving 1 charts
|
||||||
Downloading raw from repo oci://localhost:5001/myrepo
|
Downloading raw from repo oci://localhost:5001/myrepo
|
||||||
Deleting outdated charts
|
Deleting outdated charts
|
||||||
|
|
||||||
Templating release=foo, chart=$WD/testdata/charts/raw-0.1.0
|
Templating release=foo, chart=../../charts/raw-0.1.0
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Building dependency release=foo, chart=$WD/testdata/charts/raw-0.1.0
|
Building dependency release=foo, chart=../../charts/raw-0.1.0
|
||||||
Templating release=foo, chart=$WD/testdata/charts/raw-0.1.0
|
Templating release=foo, chart=../../charts/raw-0.1.0
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
Adding repo myrepo http://localhost:18084/
|
Adding repo myrepo http://localhost:18084/
|
||||||
"myrepo" has been added to your repositories
|
"myrepo" has been added to your repositories
|
||||||
|
|
||||||
Building dependency release=foo1, chart=$WD/testdata/charts/raw-0.1.0
|
Building dependency release=foo1, chart=../../charts/raw-0.1.0
|
||||||
Building dependency release=foo2, chart=$WD/testdata/charts/raw-0.1.0
|
Building dependency release=foo2, chart=../../charts/raw-0.1.0
|
||||||
Templating release=foo1, chart=$WD/testdata/charts/raw-0.1.0
|
Templating release=foo1, chart=../../charts/raw-0.1.0
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
@ -17,7 +17,7 @@ data:
|
||||||
template1: template1
|
template1: template1
|
||||||
template1Label: template1
|
template1Label: template1
|
||||||
|
|
||||||
Templating release=foo2, chart=$WD/testdata/charts/raw-0.1.0
|
Templating release=foo2, chart=../../charts/raw-0.1.0
|
||||||
---
|
---
|
||||||
# Source: raw/templates/resources.yaml
|
# Source: raw/templates/resources.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue