Skip to content

Commit d3ac478

Browse files
authored
Merge pull request #847 from NVIDIA/bump-nfd
2 parents 7371fcd + d22ee42 commit d3ac478

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

Diff for: deployments/gpu-operator/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: node-feature-discovery
33
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"

Diff for: deployments/gpu-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ keywords:
1919

2020
dependencies:
2121
- name: node-feature-discovery
22-
version: v0.16.2
22+
version: v0.16.3
2323
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
2424
condition: nfd.enabled

Diff for: deployments/gpu-operator/charts/node-feature-discovery/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v0.16.2
2+
appVersion: v0.16.3
33
description: 'Detects hardware features available on each node in a Kubernetes cluster,
44
and advertises those features using node labels. '
55
home: https://github.com/kubernetes-sigs/node-feature-discovery
@@ -11,4 +11,4 @@ name: node-feature-discovery
1111
sources:
1212
- https://github.com/kubernetes-sigs/node-feature-discovery
1313
type: application
14-
version: 0.16.2
14+
version: 0.16.3

Diff for: deployments/gpu-operator/charts/node-feature-discovery/templates/master.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ metadata:
1313
{{- end }}
1414
spec:
1515
replicas: {{ .Values.master.replicaCount }}
16+
revisionHistoryLimit: {{ .Values.master.revisionHistoryLimit }}
1617
selector:
1718
matchLabels:
1819
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}

Diff for: deployments/gpu-operator/charts/node-feature-discovery/templates/nfd-gc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ metadata:
1313
{{- end }}
1414
spec:
1515
replicas: {{ .Values.gc.replicaCount | default 1 }}
16+
revisionHistoryLimit: {{ .Values.gc.revisionHistoryLimit }}
1617
selector:
1718
matchLabels:
1819
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}

Diff for: deployments/gpu-operator/charts/node-feature-discovery/values.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ master:
8989
# The name of the service account to use.
9090
# If not set and create is true, a name is generated using the fullname template
9191
name:
92+
93+
# specify how many old ReplicaSets for the Deployment to retain.
94+
revisionHistoryLimit:
9295

9396
rbac:
9497
create: true
@@ -540,6 +543,9 @@ gc:
540543
deploymentAnnotations: {}
541544
affinity: {}
542545

546+
# specify how many old ReplicaSets for the Deployment to retain.
547+
revisionHistoryLimit:
548+
543549
# Optionally use encryption for worker <--> master comms
544550
# TODO: verify hostname is not yet supported
545551
#

0 commit comments

Comments
 (0)