Skip to content

Commit

Permalink
refactor(crds): make preface name to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed May 17, 2024
1 parent 09e28ac commit da9cd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/amphitheatre-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions charts/amphitheatre-crds/templates/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ spec:
type: object
name:
description: The name of the character.
nullable: true
type: string
registry:
description: The preface from registry.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da9cd71

Please sign in to comment.