diff --git a/charts/amphitheatre/Chart.yaml b/charts/amphitheatre/Chart.yaml index 93dd27c..30edddd 100644 --- a/charts/amphitheatre/Chart.yaml +++ b/charts/amphitheatre/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/amphitheatre/crds/playbook.yaml b/charts/amphitheatre/crds/playbook.yaml index 8c3201b..526dd9d 100644 --- a/charts/amphitheatre/crds/playbook.yaml +++ b/charts/amphitheatre/crds/playbook.yaml @@ -10,7 +10,7 @@ spec: plural: playbooks shortNames: [] singular: playbook - scope: Namespaced + scope: Cluster versions: - additionalPrinterColumns: [] name: v1 @@ -95,11 +95,14 @@ spec: type: array description: type: string + namespace: + type: string title: type: string required: - actors - description + - namespace - title type: object status: