Skip to content

Commit 63f9697

Browse files
committed
remove version
1 parent 4c158e8 commit 63f9697

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

k8s/apis/model/v1/common_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ type TargetSpec struct {
7575
Constraints string `json:"constraints,omitempty"`
7676
Topologies []model.TopologySpec `json:"topologies,omitempty"`
7777
ForceRedeploy bool `json:"forceRedeploy,omitempty"`
78-
Version string `json:"version,omitempty"`
7978

8079
// Optional ReconcilicationPolicy to specify how target controller should reconcile.
8180
// Now only periodic reconciliation is supported. If the interval is 0, it will only reconcile

k8s/config/oss/crd/bases/fabric.symphony_targets.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ spec:
177177
type: object
178178
type: object
179179
type: array
180-
version:
181-
type: string
182180
type: object
183181
status:
184182
properties:

k8s/config/oss/crd/bases/solution.symphony_instances.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ spec:
136136
type: object
137137
type: object
138138
type: array
139-
version:
140-
type: string
141139
required:
142140
- solution
143141
type: object

packages/helm/symphony/templates/symphony-core/symphonyk8s.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,6 @@ spec:
642642
type: object
643643
type: object
644644
type: array
645-
version:
646-
type: string
647645
required:
648646
- solution
649647
type: object
@@ -1615,8 +1613,6 @@ spec:
16151613
type: object
16161614
type: object
16171615
type: array
1618-
version:
1619-
type: string
16201616
type: object
16211617
status:
16221618
properties:

0 commit comments

Comments
 (0)