diff --git a/charts/amphitheatre-crds/Chart.yaml b/charts/amphitheatre-crds/Chart.yaml index fe7a353..ba3ee2f 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.3.2 +version: 0.3.3 diff --git a/charts/amphitheatre-crds/templates/actor.yaml b/charts/amphitheatre-crds/templates/actor.yaml index 4ee81e2..f0c96ce 100644 --- a/charts/amphitheatre-crds/templates/actor.yaml +++ b/charts/amphitheatre-crds/templates/actor.yaml @@ -199,6 +199,9 @@ spec: - name - repository type: object + once: + description: Exit after one sync with live mode + type: boolean partners: additionalProperties: description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project. @@ -264,6 +267,7 @@ spec: required: - live - meta + - once type: object image: description: 'The image must follow the Open Container Specification addressable image format. such as: [/][/][:|@].' @@ -274,6 +278,9 @@ spec: name: description: The name of the actor. type: string + once: + description: Exit after one sync with live mode + type: boolean source: description: The source of the actor. nullable: true @@ -309,6 +316,7 @@ spec: - image - live - name + - once type: object status: nullable: true diff --git a/charts/amphitheatre-crds/templates/character.yaml b/charts/amphitheatre-crds/templates/character.yaml index f4f3d1e..ec1dd97 100644 --- a/charts/amphitheatre-crds/templates/character.yaml +++ b/charts/amphitheatre-crds/templates/character.yaml @@ -196,6 +196,9 @@ spec: - name - repository type: object + once: + description: Exit after one sync with live mode + type: boolean partners: additionalProperties: description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project. @@ -261,6 +264,7 @@ spec: required: - live - meta + - once type: object required: - spec diff --git a/charts/amphitheatre-crds/templates/playbook.yaml b/charts/amphitheatre-crds/templates/playbook.yaml index bcd2716..18948c4 100644 --- a/charts/amphitheatre-crds/templates/playbook.yaml +++ b/charts/amphitheatre-crds/templates/playbook.yaml @@ -200,6 +200,9 @@ spec: - name - repository type: object + once: + description: Exit after one sync with live mode + type: boolean partners: additionalProperties: description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project. @@ -265,6 +268,7 @@ spec: required: - live - meta + - once type: object nullable: true type: array @@ -458,6 +462,9 @@ spec: - name - repository type: object + once: + description: Exit after one sync with live mode + type: boolean partners: additionalProperties: description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project. @@ -523,6 +530,7 @@ spec: required: - live - meta + - once type: object name: description: The name of the character.