From f49a054d38e7743ef79d9db06a7ad271f4ac603e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Sat, 20 Mar 2021 13:13:21 -0400 Subject: [PATCH] [nfd] deprecate chart (#699) --- charts/stable/node-feature-discovery/Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/stable/node-feature-discovery/Chart.yaml b/charts/stable/node-feature-discovery/Chart.yaml index 13b0eed9..7db31dc0 100644 --- a/charts/stable/node-feature-discovery/Chart.yaml +++ b/charts/stable/node-feature-discovery/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: node-feature-discovery -version: 2.1.2 +version: 2.1.3 appVersion: 0.7.0 description: Detect hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels keywords: @@ -12,6 +12,4 @@ icon: https://avatars1.githubusercontent.com/u/36015203?s=400&v=4 sources: - https://github.com/kubernetes-sigs/node-feature-discovery - https://github.com/k8s-at-home/charts -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true