From 36996df98090330a84d3bb8c0ebb147d2c22d56b Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 24 Nov 2022 21:05:16 +0800 Subject: [PATCH] fix unit test Signed-off-by: yxxhero --- .../snapshot/issue_473_oci_chart_url_fetch/output.yaml | 3 --- .../helmfile/testdata/snapshot/oci_chart_pull/output.yaml | 3 --- .../template/helmfile/testdata/snapshot/oci_need/output.yaml | 2 -- 3 files changed, 8 deletions(-) diff --git a/test/e2e/template/helmfile/testdata/snapshot/issue_473_oci_chart_url_fetch/output.yaml b/test/e2e/template/helmfile/testdata/snapshot/issue_473_oci_chart_url_fetch/output.yaml index b40f397e..d1d56924 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/issue_473_oci_chart_url_fetch/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/issue_473_oci_chart_url_fetch/output.yaml @@ -1,4 +1 @@ Pulling localhost:5000/myrepo/raw:0.1.0 -Pulled: localhost:5000/myrepo/raw:0.1.0 -Digest: $DIGEST - diff --git a/test/e2e/template/helmfile/testdata/snapshot/oci_chart_pull/output.yaml b/test/e2e/template/helmfile/testdata/snapshot/oci_chart_pull/output.yaml index 10ccf024..9a8b477e 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/oci_chart_pull/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/oci_chart_pull/output.yaml @@ -1,7 +1,4 @@ Pulling localhost:5000/myrepo/raw:0.1.0 -Pulled: localhost:5000/myrepo/raw:0.1.0 -Digest: $DIGEST - Templating release=foo, chart=$TMP/foo/raw/0.1.0/raw --- # Source: raw/templates/resources.yaml 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 d79bd27e..3ff51e69 100644 --- a/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml +++ b/test/e2e/template/helmfile/testdata/snapshot/oci_need/output.yaml @@ -1,8 +1,6 @@ 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