From 4c6c8927120bf37533585f9102de40be158c6ef8 Mon Sep 17 00:00:00 2001 From: Ron Federman Date: Tue, 12 Mar 2024 09:49:07 +0200 Subject: [PATCH 1/3] add mysql to languages --- charts/odigos/templates/crds/instrumentedapplications.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/odigos/templates/crds/instrumentedapplications.yaml b/charts/odigos/templates/crds/instrumentedapplications.yaml index 7451ecc..bf34e3f 100644 --- a/charts/odigos/templates/crds/instrumentedapplications.yaml +++ b/charts/odigos/templates/crds/instrumentedapplications.yaml @@ -47,6 +47,7 @@ spec: - go - dotnet - javascript + - mysql type: string processName: type: string From b1c95c4976e92ccbbffae9a4fee5016505822eb4 Mon Sep 17 00:00:00 2001 From: Ron Federman Date: Tue, 12 Mar 2024 09:56:25 +0200 Subject: [PATCH 2/3] Update charts versions --- charts/odigos/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/odigos/Chart.yaml b/charts/odigos/Chart.yaml index 965f256..fbb9442 100644 --- a/charts/odigos/Chart.yaml +++ b/charts/odigos/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.5 +version: 0.3.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.39" +appVersion: "1.0.40" From 4f285018bc245e3c70cf594dd1fbd186ae113ac2 Mon Sep 17 00:00:00 2001 From: Ron Federman Date: Tue, 12 Mar 2024 10:06:31 +0200 Subject: [PATCH 3/3] Prepare for odigos release --- charts/odigos/Chart.yaml | 2 +- charts/odigos/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/odigos/Chart.yaml b/charts/odigos/Chart.yaml index fbb9442..6eaa991 100644 --- a/charts/odigos/Chart.yaml +++ b/charts/odigos/Chart.yaml @@ -21,4 +21,4 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.40" +appVersion: "1.0.47" diff --git a/charts/odigos/values.yaml b/charts/odigos/values.yaml index fa14805..57a0e13 100644 --- a/charts/odigos/values.yaml +++ b/charts/odigos/values.yaml @@ -1,5 +1,5 @@ image: - tag: v1.0.39 + tag: v1.0.47 imagePullSecrets: [] autoscaler: