diff --git a/api/kyverno/v2/updaterequest_types.go b/api/kyverno/v2/updaterequest_types.go index 79238447b082..99b8d7fb3714 100644 --- a/api/kyverno/v2/updaterequest_types.go +++ b/api/kyverno/v2/updaterequest_types.go @@ -95,7 +95,7 @@ type UpdateRequestSpec struct { // Synchronize represents the sync behavior of the corresponding rule // Optional. Defaults to "false" if not specified. - // Deprecated + // Deprecated, will be removed in 1.14. Synchronize bool `json:"synchronize,omitempty" yaml:"synchronize,omitempty"` // ResourceSpec is the information to identify the trigger resource. diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_updaterequests.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_updaterequests.yaml index 4e3655b34272..030e189ccfe2 100644 --- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_updaterequests.yaml +++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_updaterequests.yaml @@ -401,7 +401,7 @@ spec: description: |- Synchronize represents the sync behavior of the corresponding rule Optional. Defaults to "false" if not specified. - Deprecated + Deprecated, will be removed in 1.14. type: boolean required: - context diff --git a/config/crds/kyverno/kyverno.io_updaterequests.yaml b/config/crds/kyverno/kyverno.io_updaterequests.yaml index ddfca58dbe04..20cbe100d1b1 100644 --- a/config/crds/kyverno/kyverno.io_updaterequests.yaml +++ b/config/crds/kyverno/kyverno.io_updaterequests.yaml @@ -395,7 +395,7 @@ spec: description: |- Synchronize represents the sync behavior of the corresponding rule Optional. Defaults to "false" if not specified. - Deprecated + Deprecated, will be removed in 1.14. type: boolean required: - context diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index 87963d977152..65b752f2ac50 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -41757,7 +41757,7 @@ spec: description: |- Synchronize represents the sync behavior of the corresponding rule Optional. Defaults to "false" if not specified. - Deprecated + Deprecated, will be removed in 1.14. type: boolean required: - context