From b9c0252da2d75b25242f9235c7d1ab1c811fa654 Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Mon, 21 Nov 2022 13:50:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20make=20tests=20use=20fixed=20ver?= =?UTF-8?q?sion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/tests/notes_test.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/traefik/tests/notes_test.yaml b/traefik/tests/notes_test.yaml index af088fe8a..70342ce47 100644 --- a/traefik/tests/notes_test.yaml +++ b/traefik/tests/notes_test.yaml @@ -1,6 +1,8 @@ suite: NOTES.txt output templates: - NOTES.txt +chart: + appVersion: 2.0.0 tests: - it: should use helm managed namespace in release notes output set: @@ -12,7 +14,7 @@ tests: value: | - Traefik Proxy v2.9.4 has been deployed successfully + Traefik Proxy 2.0.0 has been deployed successfully on NAMESPACE namespace ! - it: should use helm managed namespace in release notes output set: @@ -23,7 +25,7 @@ tests: value: | - Traefik Proxy v2.9.4 has been deployed successfully + Traefik Proxy 2.0.0 has been deployed successfully on traefik-ns-override namespace ! - it: should output hub related notes @@ -36,7 +38,7 @@ tests: value: | - Traefik Proxy v2.9.4 has been deployed successfully + Traefik Proxy 2.0.0 has been deployed successfully on NAMESPACE namespace ! Traefik Hub integration is enabled ! With your specific parameters,