Skip to content

Commit e68be60

Browse files
authored
ensure helm chart reflects all config options (#347)
1 parent dd100a8 commit e68be60

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

charts/k8s-shredder/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ maintainers:
1515
email: gosselin@adobe.com
1616
url: https://adobe.com
1717

18-
version: 0.2.0
19-
appVersion: v0.3.0
18+
version: 0.2.1
19+
appVersion: v0.3.1

charts/k8s-shredder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k8s-shredder
22

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)
44

55
a novel way of dealing with kubernetes nodes blocked from draining
66

charts/k8s-shredder/templates/configmap.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ data:
1616
RestartedAtAnnotation: "{{.Values.shredder.RestartedAtAnnotation}}"
1717
AllowEvictionLabel: "{{.Values.shredder.AllowEvictionLabel}}"
1818
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}}

0 commit comments

Comments
 (0)