Skip to content

Commit

Permalink
Merge pull request #847 from NVIDIA/bump-nfd
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored Jul 17, 2024
2 parents 7371fcd + d22ee42 commit d3ac478
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployments/gpu-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.16.2
digest: sha256:5bc937a4ec64f4581e488786aaf1a87ce03db60bba95d7c7fa655f1f8c51065f
generated: "2024-07-11T10:45:50.96814-07:00"
version: 0.16.3
digest: sha256:afe2940cc8d0ec73ce509611270757da30cb81db960370c3d7ab8eda8b8a2829
generated: "2024-07-17T15:23:43.364317-07:00"
2 changes: 1 addition & 1 deletion deployments/gpu-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ keywords:

dependencies:
- name: node-feature-discovery
version: v0.16.2
version: v0.16.3
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
condition: nfd.enabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.16.2
appVersion: v0.16.3
description: 'Detects hardware features available on each node in a Kubernetes cluster,
and advertises those features using node labels. '
home: https://github.com/kubernetes-sigs/node-feature-discovery
Expand All @@ -11,4 +11,4 @@ name: node-feature-discovery
sources:
- https://github.com/kubernetes-sigs/node-feature-discovery
type: application
version: 0.16.2
version: 0.16.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.master.replicaCount }}
revisionHistoryLimit: {{ .Values.master.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.gc.replicaCount | default 1 }}
revisionHistoryLimit: {{ .Values.gc.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ master:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:

# specify how many old ReplicaSets for the Deployment to retain.
revisionHistoryLimit:

rbac:
create: true
Expand Down Expand Up @@ -540,6 +543,9 @@ gc:
deploymentAnnotations: {}
affinity: {}

# specify how many old ReplicaSets for the Deployment to retain.
revisionHistoryLimit:

# Optionally use encryption for worker <--> master comms
# TODO: verify hostname is not yet supported
#
Expand Down

0 comments on commit d3ac478

Please sign in to comment.