diff --git a/charts/amphitheatre-crds/Chart.yaml b/charts/amphitheatre-crds/Chart.yaml index 13b4e4b..2026030 100644 --- a/charts/amphitheatre-crds/Chart.yaml +++ b/charts/amphitheatre-crds/Chart.yaml @@ -15,4 +15,4 @@ 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.5.0 +version: 0.6.0 diff --git a/charts/amphitheatre-crds/templates/playbook.yaml b/charts/amphitheatre-crds/templates/playbook.yaml index 8849068..62c436a 100644 --- a/charts/amphitheatre-crds/templates/playbook.yaml +++ b/charts/amphitheatre-crds/templates/playbook.yaml @@ -546,6 +546,7 @@ spec: type: object name: description: The name of the character. + nullable: true type: string registry: description: The preface from registry. @@ -587,8 +588,6 @@ spec: required: - repo type: object - required: - - name type: object sync: description: Global sync mode, if enabled, pulls the latest code from source version control in real time via Webhook, etc. and then rebuilds and deploys it