From e1c55cfc1cd3dc98c6ee59eac09e32f5c442aaeb Mon Sep 17 00:00:00 2001 From: xoscar Date: Tue, 30 Jul 2024 20:45:15 +0000 Subject: [PATCH] Update tracetest-onprem version to v1.42.0 --- charts/tracetest-agent-operator/Chart.yaml | 2 +- charts/tracetest-cloud/Chart.yaml | 2 +- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-frontend/Chart.yaml | 2 +- charts/tracetest-monitor-operator/Chart.yaml | 2 +- charts/tracetest-onprem/Chart.yaml | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/tracetest-agent-operator/Chart.yaml b/charts/tracetest-agent-operator/Chart.yaml index e268598..622661b 100644 --- a/charts/tracetest-agent-operator/Chart.yaml +++ b/charts/tracetest-agent-operator/Chart.yaml @@ -17,7 +17,7 @@ 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: v1.15.0 +version: v1.16.0 # 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 diff --git a/charts/tracetest-cloud/Chart.yaml b/charts/tracetest-cloud/Chart.yaml index 25e4c52..6226adc 100644 --- a/charts/tracetest-cloud/Chart.yaml +++ b/charts/tracetest-cloud/Chart.yaml @@ -17,7 +17,7 @@ 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: v1.24.0 +version: v1.25.0 # 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 diff --git a/charts/tracetest-core/Chart.yaml b/charts/tracetest-core/Chart.yaml index f993ea2..47576a1 100644 --- a/charts/tracetest-core/Chart.yaml +++ b/charts/tracetest-core/Chart.yaml @@ -15,7 +15,7 @@ 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: v1.20.0 +version: v1.21.0 # 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. diff --git a/charts/tracetest-frontend/Chart.yaml b/charts/tracetest-frontend/Chart.yaml index 83ac512..798206a 100644 --- a/charts/tracetest-frontend/Chart.yaml +++ b/charts/tracetest-frontend/Chart.yaml @@ -15,7 +15,7 @@ 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: v1.9.0 +version: v1.10.0 # 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 diff --git a/charts/tracetest-monitor-operator/Chart.yaml b/charts/tracetest-monitor-operator/Chart.yaml index 991a89e..14e1924 100644 --- a/charts/tracetest-monitor-operator/Chart.yaml +++ b/charts/tracetest-monitor-operator/Chart.yaml @@ -17,7 +17,7 @@ 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: v1.10.0 +version: v1.11.0 # 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 diff --git a/charts/tracetest-onprem/Chart.yaml b/charts/tracetest-onprem/Chart.yaml index ff7cf99..65b72fd 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -2,22 +2,22 @@ apiVersion: v2 name: tracetest-onprem description: A Helm chart for tracetest On Prem type: application -version: v1.41.0 +version: v1.42.0 dependencies: - name: tracetest-frontend - version: v1.8.0 + version: v1.10.0 repository: file://../tracetest-frontend - name: tracetest-core - version: v1.19.0 + version: v1.21.0 repository: file://../tracetest-core - name: tracetest-cloud - version: v1.23.0 + version: v1.25.0 repository: file://../tracetest-cloud - name: tracetest-agent-operator - version: v1.14.0 + version: v1.16.0 repository: file://../tracetest-agent-operator - name: tracetest-monitor-operator - version: v1.9.0 + version: v1.11.0 repository: file://../tracetest-monitor-operator - name: tracetest-auth version: v1.15.0