Skip to content

Commit 4efc09a

Browse files
committed
fix: remove trust manager
1 parent 40853b8 commit 4efc09a

28 files changed

+14
-633
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
name: Run chart-testing (lint)
199199
run: |
200200
devbox run -- \
201-
ct lint --namespace=caren-system --config charts/ct-config.yaml
201+
ct lint --config charts/ct-config.yaml
202202
203203
- if: steps.list-changed.outputs.changed == 'true'
204204
name: Create kind cluster

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export KUBERNETES_VERSION=v1.28.7
5151
clusterctl generate cluster ${CLUSTER_NAME} \
5252
--from ${CLUSTER_FILE} \
5353
--kubernetes-version ${KUBERNETES_VERSION} \
54-
-n caren-system \
5554
--worker-machine-count 1 | \
5655
kubectl apply --server-side -f -
5756
```

charts/cluster-api-runtime-extensions-nutanix/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/Chart.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ maintainers:
1414
url: https://eng.d2iq.com
1515
sources:
1616
- https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
17-
dependencies:
18-
- name: trust-manager
19-
version: v0.10.0
20-
repository: https://charts.jetstack.io
2117

2218
appVersion: v0.0.0-dev
2319
version: v0.0.0-dev

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
2121

2222
* <https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix>
2323

24-
## Requirements
25-
26-
| Repository | Name | Version |
27-
|------------|------|---------|
28-
| https://charts.jetstack.io | trust-manager | v0.10.0 |
29-
3024
## Values
3125

3226
| Key | Type | Default | Description |
@@ -90,4 +84,3 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
9084
| service.port | int | `443` | |
9185
| service.type | string | `"ClusterIP"` | |
9286
| tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Equal"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane","operator":"Equal"}]` | Kubernetes pod tolerations |
93-
| trust-manager.app.trust.namespace | string | `"caren-system"` | |
Binary file not shown.

charts/cluster-api-runtime-extensions-nutanix/crds/crd-trust.cert-manager.io_bundles.yaml

Lines changed: 0 additions & 390 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/aws-cluster-class.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
labels:
55
cluster.x-k8s.io/provider: aws
66
name: aws-quick-start
7-
namespace: caren-system
87
spec:
98
controlPlane:
109
machineInfrastructure:
@@ -65,7 +64,6 @@ metadata:
6564
labels:
6665
cluster.x-k8s.io/provider: aws
6766
name: aws-quick-start
68-
namespace: caren-system
6967
spec:
7068
template:
7169
spec: {}
@@ -76,7 +74,6 @@ metadata:
7674
labels:
7775
cluster.x-k8s.io/provider: aws
7876
name: aws-quick-start-control-plane
79-
namespace: caren-system
8077
spec:
8178
template:
8279
spec:
@@ -105,7 +102,6 @@ metadata:
105102
labels:
106103
cluster.x-k8s.io/provider: aws
107104
name: aws-quick-start-control-plane
108-
namespace: caren-system
109105
spec:
110106
template:
111107
spec:
@@ -118,7 +114,6 @@ metadata:
118114
labels:
119115
cluster.x-k8s.io/provider: aws
120116
name: aws-quick-start-worker-machinetemplate
121-
namespace: caren-system
122117
spec:
123118
template:
124119
spec:
@@ -131,7 +126,6 @@ metadata:
131126
labels:
132127
cluster.x-k8s.io/provider: aws
133128
name: aws-quick-start-worker-bootstraptemplate
134-
namespace: caren-system
135129
spec:
136130
template:
137131
spec:

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/docker-cluster-class.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
labels:
55
cluster.x-k8s.io/provider: docker
66
name: docker-quick-start
7-
namespace: caren-system
87
spec:
98
controlPlane:
109
machineInfrastructure:
@@ -51,7 +50,6 @@ metadata:
5150
labels:
5251
cluster.x-k8s.io/provider: docker
5352
name: docker-quick-start-cluster
54-
namespace: caren-system
5553
spec:
5654
template:
5755
spec: {}
@@ -62,7 +60,6 @@ metadata:
6260
labels:
6361
cluster.x-k8s.io/provider: docker
6462
name: docker-quick-start-control-plane
65-
namespace: caren-system
6663
spec:
6764
template:
6865
spec:
@@ -79,7 +76,6 @@ metadata:
7976
labels:
8077
cluster.x-k8s.io/provider: docker
8178
name: docker-quick-start-control-plane
82-
namespace: caren-system
8379
spec:
8480
template:
8581
spec:
@@ -93,7 +89,6 @@ metadata:
9389
labels:
9490
cluster.x-k8s.io/provider: docker
9591
name: docker-quick-start-default-worker-machinetemplate
96-
namespace: caren-system
9792
spec:
9893
template:
9994
spec:
@@ -107,7 +102,6 @@ metadata:
107102
labels:
108103
cluster.x-k8s.io/provider: docker
109104
name: docker-quick-start-default-worker-bootstraptemplate
110-
namespace: caren-system
111105
spec:
112106
template:
113107
spec:

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/nutanix-cluster-class.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
labels:
55
cluster.x-k8s.io/provider: nutanix
66
name: nutanix-quick-start-kcfg-0
7-
namespace: caren-system
87
spec:
98
template:
109
spec:
@@ -27,7 +26,6 @@ metadata:
2726
labels:
2827
cluster.x-k8s.io/provider: nutanix
2928
name: nutanix-quick-start
30-
namespace: caren-system
3129
spec:
3230
controlPlane:
3331
machineHealthCheck:
@@ -118,7 +116,6 @@ metadata:
118116
labels:
119117
cluster.x-k8s.io/provider: nutanix
120118
name: nutanix-quick-start-kcpt
121-
namespace: caren-system
122119
spec:
123120
template:
124121
spec:
@@ -167,7 +164,6 @@ metadata:
167164
labels:
168165
cluster.x-k8s.io/provider: nutanix
169166
name: nutanix-quick-start-nct
170-
namespace: caren-system
171167
spec:
172168
template:
173169
spec:
@@ -189,7 +185,6 @@ metadata:
189185
labels:
190186
cluster.x-k8s.io/provider: nutanix
191187
name: nutanix-quick-start-cp-nmt
192-
namespace: caren-system
193188
spec:
194189
template:
195190
spec:
@@ -215,7 +210,6 @@ metadata:
215210
labels:
216211
cluster.x-k8s.io/provider: nutanix
217212
name: nutanix-quick-start-md-nmt
218-
namespace: caren-system
219213
spec:
220214
template:
221215
spec:

charts/cluster-api-runtime-extensions-nutanix/templates/bundle.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,36 @@ data:
1010
cilium: |
1111
ChartName: cilium
1212
ChartVersion: 1.15.0
13-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
13+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
1414
cluster-autoscaler: |
1515
ChartName: cluster-autoscaler
1616
ChartVersion: 9.35.0
17-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
17+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
1818
metallb: |
1919
ChartName: metallb
2020
ChartVersion: v0.14.5
21-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
21+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
2222
nfd: |
2323
ChartName: node-feature-discovery
2424
ChartVersion: 0.15.2
25-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
25+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
2626
nutanix-ccm: |
2727
ChartName: nutanix-cloud-provider
2828
ChartVersion: 0.3.3
29-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
29+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
3030
nutanix-snapshot-csi: |
3131
ChartName: nutanix-csi-snapshot
3232
ChartVersion: 6.3.2
33-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
33+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
3434
nutanix-storage-csi: |
3535
ChartName: nutanix-csi-storage
3636
ChartVersion: 3.0.0-beta.1912
37-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
37+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
3838
tigera-operator: |
3939
ChartName: tigera-operator
4040
ChartVersion: v3.26.4
41-
RepositoryURL: oci://mindthegap.caren-system.svc/charts
41+
RepositoryURL: oci://mindthegap.{{ .Release.Namespace }}.svc/charts
4242
kind: ConfigMap
4343
metadata:
4444
creationTimestamp: null
4545
name: {{ .Values.helmAddonsConfigMap }}
46-
namespace: caren-system

charts/cluster-api-runtime-extensions-nutanix/templates/job-role.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/templates/job-rolebinding.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/templates/job-sa.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/templates/job.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Copyright 2023 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
#
4-
trust-manager:
5-
app:
6-
trust:
7-
namespace: caren-system
3+
84
hooks:
95
cni:
106
calico:

charts/ct-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
chart-dirs:
55
- charts
6-
chart-repos:
7-
- jetstack=https://charts.jetstack.io
86
target-branch: main
97
chart-yaml-schema: charts/chart_schema.yaml
108
lint-conf: charts/lintconf.yaml

0 commit comments

Comments
 (0)