File tree 4 files changed +8
-2
lines changed
charts/cluster-api-runtime-extensions-nutanix
hack/addons/kustomize/nfd 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 38
38
name : addons-repo-yaml
39
39
entry : make generate-mindthegap-repofile
40
40
language : system
41
- files : " ^ hack/addons/mindthegap-helm-registry/repos.yaml$ "
41
+ files : " hack/addons/mindthegap-helm-registry/repos.yaml"
42
42
pass_filenames : false
43
43
- id : check-devbox-lock
44
44
name : check-devbox-lock
Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
70
70
| image.repository | string | ` "ghcr.io/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix" ` | |
71
71
| image.tag | string | ` "" ` | |
72
72
| 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 | ` "" ` | |
73
76
| nodeSelector | object | ` {} ` | |
74
77
| priorityClassName | string | ` "system-cluster-critical" ` | Priority class to be used for the pod. |
75
78
| resources.limits.cpu | string | ` "100m" ` | |
Original file line number Diff line number Diff line change
1
+ # Copyright 2023 D2iQ, Inc. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
1
4
apiVersion : cert-manager.io/v1
2
5
kind : Issuer
3
6
metadata :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ helmCharts:
18
18
valuesFile: helm-values.yaml
19
19
valuesInline:
20
20
image:
21
- tag: "v ${NODE_FEATURE_DISCOVERY_VERSION}-minimal"
21
+ tag: "${NODE_FEATURE_DISCOVERY_VERSION}-minimal"
22
22
includeCRDs: true
23
23
skipTests: true
24
24
namespace: node-feature-discovery
You can’t perform that action at this time.
0 commit comments