diff --git a/charts/amphitheatre-crds/Chart.yaml b/charts/amphitheatre-crds/Chart.yaml index ba3ee2f..45f272f 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.3 +version: 0.4.0 diff --git a/charts/amphitheatre-crds/templates/actor.yaml b/charts/amphitheatre-crds/templates/actor.yaml index f0c96ce..8d128af 100644 --- a/charts/amphitheatre-crds/templates/actor.yaml +++ b/charts/amphitheatre-crds/templates/actor.yaml @@ -67,6 +67,12 @@ spec: type: string nullable: true type: array + platforms: + description: The platforms to build the image for. + items: + type: string + nullable: true + type: array type: object deploy: description: Describes how images are deploy. diff --git a/charts/amphitheatre-crds/templates/character.yaml b/charts/amphitheatre-crds/templates/character.yaml index ec1dd97..c4c500d 100644 --- a/charts/amphitheatre-crds/templates/character.yaml +++ b/charts/amphitheatre-crds/templates/character.yaml @@ -64,6 +64,12 @@ spec: type: string nullable: true type: array + platforms: + description: The platforms to build the image for. + items: + type: string + nullable: true + type: array type: object deploy: description: Describes how images are deploy. diff --git a/charts/amphitheatre-crds/templates/playbook.yaml b/charts/amphitheatre-crds/templates/playbook.yaml index 18948c4..70a3760 100644 --- a/charts/amphitheatre-crds/templates/playbook.yaml +++ b/charts/amphitheatre-crds/templates/playbook.yaml @@ -68,6 +68,12 @@ spec: type: string nullable: true type: array + platforms: + description: The platforms to build the image for. + items: + type: string + nullable: true + type: array type: object deploy: description: Describes how images are deploy. @@ -330,6 +336,12 @@ spec: type: string nullable: true type: array + platforms: + description: The platforms to build the image for. + items: + type: string + nullable: true + type: array type: object deploy: description: Describes how images are deploy.