File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
deployment/helm/node-feature-discovery Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22appVersion : master
3+ icon : https://kubernetes-sigs.github.io/node-feature-discovery/master/assets/images/nfd/favicon.svg
34description : |
45 Detects hardware features available on each node in a Kubernetes cluster, and advertises
56 those features using node labels.
Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ if [ -z "$no_patching" ]; then
131131
132132 # Patch Helm chart
133133 echo " Patching Helm chart"
134- sed -e s" /appVersion:.*/appVersion: $release /" -i deployment/helm/node-feature-discovery/Chart.yaml
134+ sed -e s" /appVersion:.*/appVersion: $release /" \
135+ -e s" !icon:.*!icon: https://kubernetes-sigs.github.io/node-feature-discovery/$docs_version /assets/images/nfd/favicon.svg!" \
136+ -i deployment/helm/node-feature-discovery/Chart.yaml
135137 sed -e s" /pullPolicy:.*/pullPolicy: IfNotPresent/" \
136138 -e s" !gcr.io/k8s-staging-nfd/node-feature-discovery!registry.k8s.io/nfd/node-feature-discovery!" \
137139 -i deployment/helm/node-feature-discovery/values.yaml
You can’t perform that action at this time.
0 commit comments