Skip to content

Commit

Permalink
Add version in deployment context (#536)
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 authored Oct 24, 2024
1 parent cafb5ec commit c7ed0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/installer/v1alpha1/ace_options_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ type AceDeploymentContext struct {
DeploymentType DeploymentType `json:"deploymentType"`
InstallerName string `json:"installerName"`
UploadID string `json:"uploadID"`
Version string `json:"version"`
// +optional
RequestedDomain string `json:"requestedDomain"`
HostedDomain string `json:"hostedDomain,omitempty"`
Expand Down
3 changes: 3 additions & 0 deletions schema/ace-options/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,16 @@ properties:
type: string
uploadID:
type: string
version:
type: string
required:
- deploymentType
- inboxServer
- installerName
- licenseOwnerID
- licenseOwnerName
- uploadID
- version
type: object
deploy-ui:
properties:
Expand Down

0 comments on commit c7ed0fb

Please sign in to comment.