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