diff --git a/charts/tracetest-cloud/Chart.yaml b/charts/tracetest-cloud/Chart.yaml index 2744bb5..2f203c4 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.29.0 +version: v1.30.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 42c1096..7c8fcba 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tracetest-onprem description: A Helm chart for tracetest On Prem type: application -version: v1.52.0 +version: v1.53.0 dependencies: - name: tracetest-frontend version: v1.12.0 @@ -13,7 +13,7 @@ dependencies: repository: file://../tracetest-core condition: tracetest-core.enabled - name: tracetest-cloud - version: v1.29.0 + version: v1.30.0 repository: file://../tracetest-cloud condition: tracetest-cloud.enabled - name: tracetest-agent-operator