Skip to content

Commit df4fa40

Browse files
authored
fix: use minimal image when deploying nfd chart (#774)
**What problem does this PR solve?**: When deploying with the helm addon strategy i noticed that we did not deploy the minimal image. I'm going to follow this up with a PR that automates syncing the values in the templates and `hack/addons/kustomize/**/helm-values.yaml` **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent b499985 commit df4fa40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/nfd/manifests/helm-addon-installation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
name: '{{ .Values.hooks.nfd.helmAddonStrategy.defaultValueTemplateConfigMap.name }}'
99
data:
1010
values.yaml: |-
11+
image:
12+
tag: v0.15.2-minimal
1113
master:
1214
extraLabelNs:
1315
- nvidia.com

0 commit comments

Comments
 (0)