File tree 6 files changed +14
-6
lines changed
charts/node-feature-discovery
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: node-feature-discovery
3
3
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
4
- version: 0.16.2
5
- digest: sha256:5bc937a4ec64f4581e488786aaf1a87ce03db60bba95d7c7fa655f1f8c51065f
6
- generated: "2024-07-11T10:45:50.96814 -07:00"
4
+ version: 0.16.3
5
+ digest: sha256:afe2940cc8d0ec73ce509611270757da30cb81db960370c3d7ab8eda8b8a2829
6
+ generated: "2024-07-17T15:23:43.364317 -07:00"
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ keywords:
19
19
20
20
dependencies :
21
21
- name : node-feature-discovery
22
- version : v0.16.2
22
+ version : v0.16.3
23
23
repository : https://kubernetes-sigs.github.io/node-feature-discovery/charts
24
24
condition : nfd.enabled
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : v0.16.2
2
+ appVersion : v0.16.3
3
3
description : ' Detects hardware features available on each node in a Kubernetes cluster,
4
4
and advertises those features using node labels. '
5
5
home : https://github.com/kubernetes-sigs/node-feature-discovery
@@ -11,4 +11,4 @@ name: node-feature-discovery
11
11
sources :
12
12
- https://github.com/kubernetes-sigs/node-feature-discovery
13
13
type : application
14
- version : 0.16.2
14
+ version : 0.16.3
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ metadata:
13
13
{{- end }}
14
14
spec :
15
15
replicas : {{ .Values.master.replicaCount }}
16
+ revisionHistoryLimit : {{ .Values.master.revisionHistoryLimit }}
16
17
selector :
17
18
matchLabels :
18
19
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ metadata:
13
13
{{- end }}
14
14
spec :
15
15
replicas : {{ .Values.gc.replicaCount | default 1 }}
16
+ revisionHistoryLimit : {{ .Values.gc.revisionHistoryLimit }}
16
17
selector :
17
18
matchLabels :
18
19
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ master:
89
89
# The name of the service account to use.
90
90
# If not set and create is true, a name is generated using the fullname template
91
91
name :
92
+
93
+ # specify how many old ReplicaSets for the Deployment to retain.
94
+ revisionHistoryLimit :
92
95
93
96
rbac :
94
97
create : true
540
543
deploymentAnnotations : {}
541
544
affinity : {}
542
545
546
+ # specify how many old ReplicaSets for the Deployment to retain.
547
+ revisionHistoryLimit :
548
+
543
549
# Optionally use encryption for worker <--> master comms
544
550
# TODO: verify hostname is not yet supported
545
551
#
You can’t perform that action at this time.
0 commit comments