diff --git a/test/e2e/template/helmfile/testdata/snapshot/chart_need/output.yaml b/test/e2e/template/helmfile/testdata/snapshot/chart_need/output.yaml index b9ac3749..0374ae81 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/chart_need/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/chart_need/output.yaml @@ -2,9 +2,12 @@ Adding repo myrepo http://localhost:18080/ "myrepo" has been added to your repositories Building dependency release=foo, chart=$WD/temp1/foo +Saving 1 charts +Downloading raw from repo http://localhost:18080/ +Deleting outdated charts + Templating release=foo, chart=$WD/temp1/foo --- -# Source: raw/templates/charts/dep/templates/resources.yaml # Source: raw/charts/dep/templates/resources.yaml apiVersion: v1 kind: ConfigMap @@ -15,7 +18,6 @@ data: bar: BAR --- # Source: raw/templates/resources.yaml -# Source: raw/templates/resources.yaml apiVersion: v1 kind: ConfigMap metadata: diff --git a/test/e2e/template/helmfile/testdata/snapshot/chart_need_enable_live_output/output.yaml b/test/e2e/template/helmfile/testdata/snapshot/chart_need_enable_live_output/output.yaml index e19d662a..2a590d7d 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/chart_need_enable_live_output/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/chart_need_enable_live_output/output.yaml @@ -3,9 +3,12 @@ Adding repo myrepo http://localhost:18080/ "myrepo" has been added to your repositories Building dependency release=foo, chart=$WD/temp1/foo +Saving 1 charts +Downloading raw from repo http://localhost:18080/ +Deleting outdated charts + Templating release=foo, chart=$WD/temp1/foo --- -# Source: raw/templates/charts/dep/templates/resources.yaml # Source: raw/charts/dep/templates/resources.yaml apiVersion: v1 kind: ConfigMap @@ -16,7 +19,6 @@ data: bar: BAR --- # Source: raw/templates/resources.yaml -# Source: raw/templates/resources.yaml apiVersion: v1 kind: ConfigMap metadata: diff --git a/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml b/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml index ea19e3f6..d79bd27e 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml @@ -1,7 +1,12 @@ Building dependency release=foo, chart=$WD/temp1/foo +Saving 1 charts +Downloading raw from repo oci://localhost:5000/myrepo +Pulled: localhost:5000/myrepo/raw:0.1.0 +Digest: $DIGEST +Deleting outdated charts + Templating release=foo, chart=$WD/temp1/foo --- -# Source: raw/templates/charts/dep/templates/resources.yaml # Source: raw/charts/dep/templates/resources.yaml apiVersion: v1 kind: ConfigMap @@ -12,7 +17,6 @@ data: bar: BAR --- # Source: raw/templates/resources.yaml -# Source: raw/templates/resources.yaml apiVersion: v1 kind: ConfigMap metadata: