This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit bf4406c2eb5b65788872b626240f699d4dc32863 Author: Pranjul Kalsi <[email protected]> AuthorDate: Sat Dec 13 22:42:06 2025 +0530 chore: regenerate CRDs for DeploymentTimestamp field --- helm/camel-k/crds/camel-k-crds.yaml | 5 +++++ pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/helm/camel-k/crds/camel-k-crds.yaml b/helm/camel-k/crds/camel-k-crds.yaml index fc406fa56..1e699209a 100644 --- a/helm/camel-k/crds/camel-k-crds.yaml +++ b/helm/camel-k/crds/camel-k-crds.yaml @@ -21687,6 +21687,11 @@ spec: jar: description: the Java jar dependency to execute (if available) type: string + lastDeploymentTimestamp: + description: the timestamp representing the last time when this integration + was deployed. + format: date-time + type: string lastInitTimestamp: description: the timestamp representing the last time when this integration was initialized. diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml index 9492e84d4..8557b84da 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml @@ -9314,6 +9314,11 @@ spec: jar: description: the Java jar dependency to execute (if available) type: string + lastDeploymentTimestamp: + description: the timestamp representing the last time when this integration + was deployed. + format: date-time + type: string lastInitTimestamp: description: the timestamp representing the last time when this integration was initialized.
