From 846dac3db069044b108125cb04c55cbc04234df8 Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Fri, 14 Jun 2024 12:04:02 -0300 Subject: [PATCH] Update tracetest-onprem version to 1.105.0 --- charts/tracetest-agent-operator/Chart.yaml | 4 ++-- charts/tracetest-cloud/Chart.yaml | 4 ++-- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-onprem/Chart.yaml | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/tracetest-agent-operator/Chart.yaml b/charts/tracetest-agent-operator/Chart.yaml index 91e175d..9529669 100644 --- a/charts/tracetest-agent-operator/Chart.yaml +++ b/charts/tracetest-agent-operator/Chart.yaml @@ -5,7 +5,7 @@ description: A Helm chart for Tracetest Cloud API home: https://github.com/kubeshop/tracetest-cloud-charts sources: - - "https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts" +- https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts # A chart can be either an 'application' or a 'library' chart. # @@ -20,7 +20,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: 1.0.0 +version: 1.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 6095d30..e42759a 100644 --- a/charts/tracetest-cloud/Chart.yaml +++ b/charts/tracetest-cloud/Chart.yaml @@ -5,7 +5,7 @@ description: A Helm chart for Tracetest Cloud API home: https://github.com/kubeshop/tracetest-cloud-charts sources: - - "https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts" +- https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts # A chart can be either an 'application' or a 'library' chart. # @@ -20,7 +20,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: 1.0.0 +version: 1.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 a00af92..a3cfcb4 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.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 # 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 20ac343..44e2521 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -2,23 +2,23 @@ apiVersion: v2 name: tracetest-onprem description: A Helm chart for tracetest On Prem type: application -version: 1.104.0 +version: 1.105.0 dependencies: - name: tracetest-core - version: 1.0.0 + version: v1.1.0 repository: file://../tracetest-core - name: tracetest-cloud - version: 1.0.0 + version: 1.1.0 repository: file://../tracetest-cloud - name: tracetest-agent-operator - version: 1.0.0 + version: 1.1.0 repository: file://../tracetest-agent-operator - name: nats version: 1.1.11 repository: https://nats-io.github.io/k8s/helm/charts/ condition: nats.enabled maintainers: - - name: tracetest - url: https://tracetest.io +- name: tracetest + url: https://tracetest.io icon: https://cdn.prod.website-files.com/625f135a8e554e44ad158913/625f1d8ab2348b3c4e3fa870_logo.svg -home: https://github.com/kubeshop/tracetest-cloud-charts \ No newline at end of file +home: https://github.com/kubeshop/tracetest-cloud-charts