From 8bb019cf5df10df531845fe7a89b683d592963d5 Mon Sep 17 00:00:00 2001 From: schoren Date: Thu, 18 Jul 2024 22:35:43 +0000 Subject: [PATCH] Update tracetest-onprem version to v1.21.0 --- charts/tracetest-cloud/Chart.yaml | 2 +- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-onprem/Chart.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tracetest-cloud/Chart.yaml b/charts/tracetest-cloud/Chart.yaml index b974224..d3f50b6 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.11.0 +version: v1.12.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 6b3e20a..2b12a36 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.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 # 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 f228227..eb5a77c 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.20.0 +version: v1.21.0 dependencies: - name: tracetest-frontend version: v1.4.0 repository: file://../tracetest-frontend - name: tracetest-core - version: v1.9.0 + version: v1.10.0 repository: file://../tracetest-core - name: tracetest-cloud - version: v1.11.0 + version: v1.12.0 repository: file://../tracetest-cloud - name: tracetest-agent-operator version: v1.5.0