From 717dfb75c21a12bab834729129fc34096b12eeba Mon Sep 17 00:00:00 2001 From: tamirdavid1 Date: Mon, 23 Dec 2024 14:03:51 +0200 Subject: [PATCH] chore: run make sync-helm-crd --- .../templates/crds/odigos.io_instrumentationconfigs.yaml | 9 +++++++++ .../crds/odigos.io_instrumentedapplications.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/helm/odigos/templates/crds/odigos.io_instrumentationconfigs.yaml b/helm/odigos/templates/crds/odigos.io_instrumentationconfigs.yaml index a42f3241b..8fb450866 100644 --- a/helm/odigos/templates/crds/odigos.io_instrumentationconfigs.yaml +++ b/helm/odigos/templates/crds/odigos.io_instrumentationconfigs.yaml @@ -431,8 +431,13 @@ spec: containerName: type: string criErrorMessage: + description: Stores the error message from the CRI runtime if + returned to prevent instrumenting the container if an error + exists. type: string envFromContainerRuntime: + description: Holds the environment variables retrieved from + the container runtime. items: properties: name: @@ -479,6 +484,10 @@ spec: type: string type: object runtimeUpdateState: + description: A temporary variable used during migration to track + whether the new runtime detection process has been executed. + If empty, it indicates the process has not yet been run. This + field may be removed later. type: string runtimeVersion: type: string diff --git a/helm/odigos/templates/crds/odigos.io_instrumentedapplications.yaml b/helm/odigos/templates/crds/odigos.io_instrumentedapplications.yaml index fdda57716..c8b17a444 100644 --- a/helm/odigos/templates/crds/odigos.io_instrumentedapplications.yaml +++ b/helm/odigos/templates/crds/odigos.io_instrumentedapplications.yaml @@ -91,8 +91,13 @@ spec: containerName: type: string criErrorMessage: + description: Stores the error message from the CRI runtime if + returned to prevent instrumenting the container if an error + exists. type: string envFromContainerRuntime: + description: Holds the environment variables retrieved from + the container runtime. items: properties: name: @@ -139,6 +144,10 @@ spec: type: string type: object runtimeUpdateState: + description: A temporary variable used during migration to track + whether the new runtime detection process has been executed. + If empty, it indicates the process has not yet been run. This + field may be removed later. type: string runtimeVersion: type: string