You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Update | 05-Dec-2023 | Updated example, with customizable helm version |
8
+
| Update | 10-Nov-2023 | Bump kind version |
9
+
| Active | 10-Nov-2023 ||
10
+
| Prerelease | 7-Mar-2023 | Moved out of draft |
11
+
| Draft | 23-Feb-2023 | Draft release |
11
12
12
13
## Why
13
14
@@ -18,11 +19,11 @@ GitHub Actions simplifies the open source infrastructure requirements as otherwi
18
19
19
20
This is the base for future e2e tests.
20
21
21
-
This also allows to move the responsibility of verifing the helm chart functionality from the system team back to the development team.
22
+
This also allows to move the responsibility of verifying the helm chart functionality from the system team back to the development team.
22
23
23
24
## Description
24
25
25
-
Helm charts and their dependend images (the application to test) need to be validated by installing them and verifing that they are running successfully.
26
+
Helm charts and their dependent images (the application to test) need to be validated by installing them and verifying that they are running successfully.
26
27
27
28
Helm test is the technical solution helm provides to verify that a helm chart works as expected. It basically installs the helm chart (which installs and runs the application) and then allows an additional
28
29
container to run. This test container can do everything, especially calling an api, executing tests etc.
@@ -69,6 +70,11 @@ on:
69
70
default: 'x.x.x'
70
71
required: false
71
72
type: string
73
+
helm_version:
74
+
description: 'helm version to test (default = latest)'
0 commit comments