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
Copy file name to clipboardExpand all lines: helm-chart/Chart.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ annotations:
31
31
shortName: lrja
32
32
description: Custom resource describing Lightrun agent version, configuration and deployment that will be patched. Dependend on secret with few Lightrun key
You can find more info [here](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/)
32
37
33
38
34
-
- Uninstall the Helm chart.
39
+
##Uninstall
35
40
```sh
36
41
helm delete lightrun-k8s-operator
37
42
```
38
43
> `CRDs` will not be deleted due to Helm CRDs limitations. You can learn more about the limitations [here](https://helm.sh/docs/topics/charts/#limitations-on-crds).
39
44
40
-
###Chart version vs controller version
45
+
## Chart version vs controller version
41
46
For the sake of simplicity, we are keeping the convention of the same version for both the controller image and the Helm chart. This helps to ensure that controller actions are aligned with CRDs preventing failed resource validation errors.
0 commit comments