Skip to content

Commit b7bd008

Browse files
committed
fix: precommit failures for helm chart svc
1 parent 55a03d5 commit b7bd008

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
name: addons-repo-yaml
3939
entry: make generate-mindthegap-repofile
4040
language: system
41-
files: "^hack/addons/mindthegap-helm-registry/repos.yaml$"
41+
files: "hack/addons/mindthegap-helm-registry/repos.yaml"
4242
pass_filenames: false
4343
- id: check-devbox-lock
4444
name: check-devbox-lock

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
7070
| image.repository | string | `"ghcr.io/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix"` | |
7171
| image.tag | string | `""` | |
7272
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the container image |
73+
| mindthegapImage.pullPolicy | string | `"IfNotPresent"` | |
74+
| mindthegapImage.repository | string | `"ghcr.io/nutanix-cloud-native/caren-helm-reg"` | |
75+
| mindthegapImage.tag | string | `""` | |
7376
| nodeSelector | object | `{}` | |
7477
| priorityClassName | string | `"system-cluster-critical"` | Priority class to be used for the pod. |
7578
| 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)