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
Before opening a bug report, please search for the behaviour in the existing issues.
8
+
9
+
Go ahead to https://github.com/roboll/helmfile/search?q=&type= and fill in the error message you received from Helmfile or the keywords you think appropriate.
10
+
- type: markdown
11
+
attribuets:
12
+
value: Thank you for taking your time to file a bug report! To confirm it's a bug, we need some information to reproduce it.
13
+
- type: input
14
+
id: os
15
+
attributes:
16
+
label: Operating system
17
+
description: "Which operating system do you use? Please provide the version as well."
18
+
placeholder: "ex. Ubuntu 20.04.4 LTS"
19
+
validations:
20
+
required: true
21
+
- type: input
22
+
id: helmfile
23
+
attributes:
24
+
label: Helmfile Version
25
+
description: "Please provide the version number of Helmfile you used. If it isn't the latest, please upgrade first."
26
+
placeholder: "Run `helmfile version` to print it."
27
+
validations:
28
+
required: true
29
+
- type: input
30
+
id: helm
31
+
attributes:
32
+
label: Helm Version
33
+
description: "Please provide the version number of Helm you used. If it isn't the latest, please upgrade first."
34
+
placeholder: "Run `helm version` to print it."
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
id: bug-description
39
+
attributes:
40
+
label: Bug description
41
+
description: What happened?
42
+
validations:
43
+
required: true
44
+
- type: input
45
+
id: repo
46
+
attributes:
47
+
label: Steps to reproduce
48
+
description: Please provide the URL to a GitHub repository that contains a helmfile.yaml, other companion files, and a README.md with the steps to reproduce the bug.
49
+
validations:
50
+
required: true
51
+
- type: input
52
+
id: discussion
53
+
attributes:
54
+
label: Relevant discussion
55
+
description: Please provide the URL to a relevant GitHub Discussion.
0 commit comments