diff --git a/charts/crossplane-efs/Chart.yaml b/charts/crossplane-efs/Chart.yaml index 32dee05..2e858be 100644 --- a/charts/crossplane-efs/Chart.yaml +++ b/charts/crossplane-efs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.1" description: "Helm Chart for installing a Custom Crossplane API, allowing to create an EFS Filesystem." name: crossplane-efs -version: 0.5.1 +version: 1.0.0 home: https://github.com/dvpe-cloud/dvpe-helm keywords: - dvpe-helm diff --git a/charts/crossplane-efs/README.md b/charts/crossplane-efs/README.md index 6ea107e..dca9b95 100644 --- a/charts/crossplane-efs/README.md +++ b/charts/crossplane-efs/README.md @@ -1,6 +1,6 @@ # crossplane-efs -![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square) Helm Chart for installing a Custom Crossplane API, allowing to create an EFS Filesystem. diff --git a/charts/crossplane-efs/templates/composition.yaml b/charts/crossplane-efs/templates/composition.yaml index ac82d6e..d6f5efc 100644 --- a/charts/crossplane-efs/templates/composition.yaml +++ b/charts/crossplane-efs/templates/composition.yaml @@ -162,7 +162,6 @@ spec: kind: StorageClass metadata: annotations: - "restrictedNamespaces": "" "wadtfy.bmwgroup.net/restricted-namespaces": "" labels: "crossplane-efs/created-by": crossplane @@ -186,8 +185,6 @@ spec: providerConfigRef: name: {{ .Values.provider.k8sConfigName }} patches: - - fromFieldPath: "metadata.labels[crossplane.io/claim-namespace]" - toFieldPath: "spec.forProvider.manifest.metadata.annotations[restrictedNamespaces]" - fromFieldPath: "metadata.labels[crossplane.io/claim-namespace]" toFieldPath: "spec.forProvider.manifest.metadata.annotations[wadtfy.bmwgroup.net/restricted-namespaces]" - fromFieldPath: "spec.id"