From 070b99eca3dfae01fb10f9dd96b40b4675f8293d Mon Sep 17 00:00:00 2001 From: schoren Date: Wed, 3 Jul 2024 16:21:23 +0000 Subject: [PATCH] Update tracetest-onprem version to v1.11.0 --- charts/tracetest-auth/Chart.yaml | 2 +- charts/tracetest-cloud/Chart.yaml | 2 +- charts/tracetest-frontend/Chart.yaml | 2 +- charts/tracetest-onprem/Chart.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tracetest-auth/Chart.yaml b/charts/tracetest-auth/Chart.yaml index 22fdd73..b0c4e43 100644 --- a/charts/tracetest-auth/Chart.yaml +++ b/charts/tracetest-auth/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.6.0 +version: v1.7.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 0c334af..34f084c 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.4.0 +version: v1.5.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-frontend/Chart.yaml b/charts/tracetest-frontend/Chart.yaml index 58e04e7..f779cc4 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.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 diff --git a/charts/tracetest-onprem/Chart.yaml b/charts/tracetest-onprem/Chart.yaml index 0dd4d2e..cfe62e0 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.10.0 +version: v1.11.0 dependencies: - name: tracetest-frontend - version: v1.1.0 + version: v1.2.0 repository: file://../tracetest-frontend - name: tracetest-core version: v1.4.0 repository: file://../tracetest-core - name: tracetest-cloud - version: v1.4.0 + version: v1.5.0 repository: file://../tracetest-cloud - name: tracetest-agent-operator version: v1.2.0 repository: file://../tracetest-agent-operator - name: tracetest-auth - version: v1.6.0 + version: v1.7.0 repository: file://../tracetest-auth - name: nats version: 1.1.11