Skip to content

Commit

Permalink
Merge pull request #614 from securesign/fix-upgrade-scenario
Browse files Browse the repository at this point in the history
SECURESIGN-1360 | Fix upgrade Scenario
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents 2315a42 + d0f5f90 commit 81d8858
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/ctlog_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ type CTlogStatus struct {
PublicKeyRef *SecretKeySelector `json:"publicKeyRef,omitempty"`
RootCertificates []SecretKeySelector `json:"rootCertificates,omitempty"`
// The ID of a Trillian tree that stores the log data.
// +kubebuilder:validation:Type=number
TreeID *int64 `json:"treeID,omitempty"`
// +listType=map
// +listMapKey=type
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/rekor_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ type RekorStatus struct {
Url string `json:"url,omitempty"`
RekorSearchUIUrl string `json:"rekorSearchUIUrl,omitempty"`
// The ID of a Trillian tree that stores the log data.
// +kubebuilder:validation:Type=number
TreeID *int64 `json:"treeID,omitempty"`
// +listType=map
// +listMapKey=type
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rhtas.redhat.com_ctlogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ spec:
treeID:
description: The ID of a Trillian tree that stores the log data.
format: int64
type: integer
type: number
type: object
type: object
served: true
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rhtas.redhat.com_rekors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ spec:
treeID:
description: The ID of a Trillian tree that stores the log data.
format: int64
type: integer
type: number
url:
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/rhtas.redhat.com_ctlogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ spec:
treeID:
description: The ID of a Trillian tree that stores the log data.
format: int64
type: integer
type: number
type: object
type: object
served: true
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/rhtas.redhat.com_rekors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ spec:
treeID:
description: The ID of a Trillian tree that stores the log data.
format: int64
type: integer
type: number
url:
type: string
type: object
Expand Down

0 comments on commit 81d8858

Please sign in to comment.