From e0a3b0399b7a71e332eed001c6bce4529189755f Mon Sep 17 00:00:00 2001 From: schoren Date: Mon, 24 Jun 2024 14:17:44 +0000 Subject: [PATCH] Update tracetest-onprem version to v1.2.0 --- charts/tracetest-agent-operator/Chart.yaml | 2 +- charts/tracetest-cloud/Chart.yaml | 2 +- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-onprem/Chart.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tracetest-agent-operator/Chart.yaml b/charts/tracetest-agent-operator/Chart.yaml index 876b53c..fb3f240 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.0.0 +version: v1.1.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 74c4daa..d92a680 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.0.0 +version: v1.1.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 a3cfcb4..2ce85c2 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.1.0 +version: v1.2.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-onprem/Chart.yaml b/charts/tracetest-onprem/Chart.yaml index 0804664..382cca5 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -2,16 +2,16 @@ apiVersion: v2 name: tracetest-onprem description: A Helm chart for tracetest On Prem type: application -version: v1.1.0 +version: v1.2.0 dependencies: - name: tracetest-core - version: v1.1.0 + version: v1.2.0 repository: file://../tracetest-core - name: tracetest-cloud - version: v1.0.0 + version: v1.1.0 repository: file://../tracetest-cloud - name: tracetest-agent-operator - version: v1.0.0 + version: v1.1.0 repository: file://../tracetest-agent-operator - name: tracetest-auth version: v1.0.0