From 5b031b5df24f831a03ef3cf5e7d06b048de010ca Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 23 Jan 2026 21:30:34 +0800 Subject: [PATCH] fix: update integration test expected lint output for repo update Include 'Updating repo' messages in expected lint output files to match the new behavior where helm repo update is run once before building dependencies. Signed-off-by: yxxhero --- .../test-cases/chart-needs/output/lint-live | 11 +++++++++++ .../test-cases/chart-needs/output/lint-live-helm4 | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/test/integration/test-cases/chart-needs/output/lint-live b/test/integration/test-cases/chart-needs/output/lint-live index e0fa652c..0ed0afe2 100644 --- a/test/integration/test-cases/chart-needs/output/lint-live +++ b/test/integration/test-cases/chart-needs/output/lint-live @@ -1,4 +1,14 @@ "azuredisk-csi-driver" has been added to your repositories + +Hang tight while we grab the latest from your chart repositories... +...Successfully got an update from "azuredisk-csi-driver" chart repository +...Successfully got an update from "ingress-nginx" chart repository +...Successfully got an update from "elastic" chart repository +...Successfully got an update from "incubator" chart repository +...Successfully got an update from "prometheus-community" chart repository +...Successfully got an update from "bitnami" chart repository +Update Complete. ⎈Happy Helming!⎈ + [INFO] Chart.yaml: icon is recommended [INFO] values.yaml: file does not exist @@ -6,3 +16,4 @@ [INFO] Chart.yaml: icon is recommended 1 chart(s) linted, 0 chart(s) failed + diff --git a/test/integration/test-cases/chart-needs/output/lint-live-helm4 b/test/integration/test-cases/chart-needs/output/lint-live-helm4 index e0fa652c..31f02dda 100644 --- a/test/integration/test-cases/chart-needs/output/lint-live-helm4 +++ b/test/integration/test-cases/chart-needs/output/lint-live-helm4 @@ -1,4 +1,14 @@ "azuredisk-csi-driver" has been added to your repositories + +Hang tight while we grab the latest from your chart repositories... +...Successfully got an update from the "azuredisk-csi-driver" chart repository +...Successfully got an update from the "ingress-nginx" chart repository +...Successfully got an update from the "elastic" chart repository +...Successfully got an update from the "incubator" chart repository +...Successfully got an update from the "prometheus-community" chart repository +...Successfully got an update from the "bitnami" chart repository +Update Complete.⎈Happy Helming!⎈ + [INFO] Chart.yaml: icon is recommended [INFO] values.yaml: file does not exist @@ -6,3 +16,4 @@ [INFO] Chart.yaml: icon is recommended 1 chart(s) linted, 0 chart(s) failed +