File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
charts/node-feature-discovery Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: node-feature-discovery
33 repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
4- version: 0.17.1
5- digest: sha256:36b19ee48219ae0a7e56a33ce786eaeb1a33e59ad6ee3d98fca049b2e0215b9a
6- generated: "2025-01-28T08:42:19.492742-05 :00"
4+ version: 0.17.2
5+ digest: sha256:4c55d30d958027ef8997a2976449326de3c90049025c3ebb9bee017cad32cc3f
6+ generated: "2025-02-25T09:08:49.128088-08 :00"
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ keywords:
1919
2020dependencies :
2121 - name : node-feature-discovery
22- version : v0.17.1
22+ version : v0.17.2
2323 repository : https://kubernetes-sigs.github.io/node-feature-discovery/charts
2424 condition : nfd.enabled
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v0.17.1
2+ appVersion : v0.17.2
33description : ' Detects hardware features available on each node in a Kubernetes cluster,
44 and advertises those features using node labels. '
55home : https://github.com/kubernetes-sigs/node-feature-discovery
@@ -11,4 +11,4 @@ name: node-feature-discovery
1111sources :
1212- https://github.com/kubernetes-sigs/node-feature-discovery
1313type : application
14- version : 0.17.1
14+ version : 0.17.2
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ spec:
106106 {{- end }}
107107 - " -metrics={{ .Values.worker.metricsPort | default " 8081"}}"
108108 - " -grpc-health={{ .Values.worker.healthPort | default " 8082" }}"
109- {{- with .Values.gc .extraArgs }}
109+ {{- with .Values.worker .extraArgs }}
110110 {{- toYaml . | nindent 8 }}
111111 {{- end }}
112112 ports :
You can’t perform that action at this time.
0 commit comments