Skip to content

Commit 789ce9c

Browse files
chore: remove NIC configuration operator helm (#1697)
2 parents bb611aa + b06aa76 commit 789ce9c

22 files changed

+0
-1283
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ RUN mkdir crds && \
5050
cp -r network-operator-chart/crds /workspace/crds/network-operator/ && \
5151
cp -r network-operator-chart/charts/sriov-network-operator/crds /workspace/crds/sriov-network-operator/ && \
5252
cp -r network-operator-chart/charts/node-feature-discovery/crds /workspace/crds/node-feature-discovery/ && \
53-
cp -r network-operator-chart/charts/nic-configuration-operator-chart/crds /workspace/crds/nic-configuration-operator/ && \
5453
cp -r network-operator-chart/charts/maintenance-operator-chart/crds /workspace/crds/maintenance-operator/
5554

5655
FROM --platform=linux/${ARCH} nvcr.io/nvidia/distroless/go:v3.1.11

deployment/network-operator/Chart.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ dependencies:
2020
name: sriov-network-operator
2121
repository: ''
2222
version: 0.1.0
23-
- condition: nicConfigurationOperator.enabled
24-
name: nic-configuration-operator-chart
25-
repository: ''
26-
version: 0.0.1
2723
- condition: maintenanceOperator.enabled
2824
name: maintenance-operator-chart
2925
repository: ''

deployment/network-operator/charts/nic-configuration-operator-chart/.helmignore

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

deployment/network-operator/charts/nic-configuration-operator-chart/Chart.yaml

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

deployment/network-operator/charts/nic-configuration-operator-chart/README.md

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

deployment/network-operator/charts/nic-configuration-operator-chart/crds/configuration.net.nvidia.com_nicconfigurationtemplates.yaml

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

0 commit comments

Comments
 (0)