File tree 3 files changed +7
-1
lines changed
charts/cluster-api-runtime-extensions-nutanix
hack/addons/kustomize/nfd
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
73
73
| image.repository | string | ` "ghcr.io/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix" ` | |
74
74
| image.tag | string | ` "" ` | |
75
75
| 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 | ` "" ` | |
76
79
| nodeSelector | object | ` {} ` | |
77
80
| priorityClassName | string | ` "system-cluster-critical" ` | Priority class to be used for the pod. |
78
81
| 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