Skip to content

Commit 4ea2ded

Browse files
committed
fix: precommit failures for helm chart svc
1 parent a50b5f0 commit 4ea2ded

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

charts/cluster-api-runtime-extensions-nutanix/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
7373
| image.repository | string | `"ghcr.io/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix"` | |
7474
| image.tag | string | `""` | |
7575
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the container image |
76+
| mindthegapImage.pullPolicy | string | `"IfNotPresent"` | |
77+
| mindthegapImage.repository | string | `"ghcr.io/nutanix-cloud-native/caren-helm-reg"` | |
78+
| mindthegapImage.tag | string | `""` | |
7679
| nodeSelector | object | `{}` | |
7780
| priorityClassName | string | `"system-cluster-critical"` | Priority class to be used for the pod. |
7881
| resources.limits.cpu | string | `"100m"` | |

charts/cluster-api-runtime-extensions-nutanix/templates/helm-chart-svc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2023 D2iQ, Inc. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: cert-manager.io/v1
25
kind: Issuer
36
metadata:

hack/addons/kustomize/nfd/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ helmCharts:
1818
valuesFile: helm-values.yaml
1919
valuesInline:
2020
image:
21-
tag: "v${NODE_FEATURE_DISCOVERY_VERSION}-minimal"
21+
tag: "${NODE_FEATURE_DISCOVERY_VERSION}-minimal"
2222
includeCRDs: true
2323
skipTests: true
2424
namespace: node-feature-discovery

0 commit comments

Comments
 (0)