From da9cd71aa6ae073cdba00456a7c77625b7dd9c38 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Fri, 17 May 2024 22:31:48 +0800 Subject: [PATCH] refactor(crds): make preface name to optional --- charts/amphitheatre-crds/Chart.yaml | 2 +- charts/amphitheatre-crds/templates/playbook.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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