File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ maintainers:
15
15
email : gosselin@adobe.com
16
16
url : https://adobe.com
17
17
18
- version : 0.2.0
19
- appVersion : v0.3.0
18
+ version : 0.2.1
19
+ appVersion : v0.3.1
Original file line number Diff line number Diff line change 1
1
# k8s-shredder
2
2
3
- ![ Version: 0.2.0 ] ( https://img.shields.io/badge/Version-0.2.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.3.0 ] ( https://img.shields.io/badge/AppVersion-v0.3.0 -informational?style=flat-square )
3
+ ![ Version: 0.2.1 ] ( https://img.shields.io/badge/Version-0.2.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.3.1 ] ( https://img.shields.io/badge/AppVersion-v0.3.1 -informational?style=flat-square )
4
4
5
5
a novel way of dealing with kubernetes nodes blocked from draining
6
6
Original file line number Diff line number Diff line change 16
16
RestartedAtAnnotation: "{{.Values.shredder.RestartedAtAnnotation}}"
17
17
AllowEvictionLabel: "{{.Values.shredder.AllowEvictionLabel}}"
18
18
ToBeDeletedTaint: "{{.Values.shredder.ToBeDeletedTaint}}"
19
+ ArgoRolloutsAPIVersion: "{{.Values.shredder.ArgoRolloutsAPIVersion}}"
20
+ EnableKarpenterDriftDetection: {{.Values.shredder.EnableKarpenterDriftDetection}}
21
+ ParkedByLabel: "{{.Values.shredder.ParkedByLabel}}"
22
+ ParkedByValue: "{{.Values.shredder.ParkedByValue}}"
23
+ ParkedNodeTaint: "{{.Values.shredder.ParkedNodeTaint}}"
24
+ EnableNodeLabelDetection: {{.Values.shredder.EnableNodeLabelDetection}}
25
+ NodeLabelsToDetect: {{.Values.shredder.NodeLabelsToDetect | toJson}}
You can’t perform that action at this time.
0 commit comments