Skip to content

Commit

Permalink
🐛 make tests use fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Nov 21, 2022
1 parent c7f6c3f commit b9c0252
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions traefik/tests/notes_test.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit b9c0252

Please sign in to comment.