From 0b751b36678aafec068f2ba87cc942682601101e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 12 Nov 2022 13:40:55 +0100 Subject: [PATCH] chore(common): remove promtail and netshoot addon completely (#286) * chore(common): remove promtail and netshoot addon completely * Delete netshoot_test.yaml --- charts/common/Chart.yaml | 2 +- .../tests/addons/netshoot_test.yaml | 38 ------------------- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 helper-charts/common-test/tests/addons/netshoot_test.yaml diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 3baa03b7..c5166f6d 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.9.6 +version: 10.9.7 diff --git a/helper-charts/common-test/tests/addons/netshoot_test.yaml b/helper-charts/common-test/tests/addons/netshoot_test.yaml deleted file mode 100644 index 45b2967e..00000000 --- a/helper-charts/common-test/tests/addons/netshoot_test.yaml +++ /dev/null @@ -1,38 +0,0 @@ -suite: addon netshoot -templates: - - common.yaml -tests: - - it: default should pass - asserts: - - hasDocuments: - count: 2 - - documentIndex: &DeploymentDocument 0 - isKind: - of: Deployment - - documentIndex: 1 - isKind: - of: Service - - documentIndex: *DeploymentDocument - not: true - equal: - path: spec.template.spec.containers[0].name - value: netshoot - - - it: addon enabled should pass - set: - addons: - netshoot: - enabled: true - asserts: - - hasDocuments: - count: 2 - - documentIndex: &DeploymentDocument 0 - isKind: - of: Deployment - - documentIndex: 1 - isKind: - of: Service - - documentIndex: *DeploymentDocument - equal: - path: spec.template.spec.containers[1].name - value: netshoot