diff --git a/charts/pokeshop-demo/Chart.yaml b/charts/pokeshop-demo/Chart.yaml index 5d5e9c7..ebd3801 100644 --- a/charts/pokeshop-demo/Chart.yaml +++ b/charts/pokeshop-demo/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 @@ -24,18 +24,18 @@ version: v1.0.0 appVersion: v1.0.0 dependencies: - - name: postgresql - version: 12.1.6 - repository: https://charts.bitnami.com/bitnami - - name: rabbitmq - version: 11.2.2 - repository: https://charts.bitnami.com/bitnami - - name: redis - version: 17.3.17 - repository: https://charts.bitnami.com/bitnami - - name: opentelemetry-collector - version: "0.92.0" - repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" - - name: jaeger - version: 3.0.10 - repository: "https://jaegertracing.github.io/helm-charts" \ No newline at end of file +- name: postgresql + version: 12.1.6 + repository: https://charts.bitnami.com/bitnami +- name: rabbitmq + version: 11.2.2 + repository: https://charts.bitnami.com/bitnami +- name: redis + version: 17.3.17 + repository: https://charts.bitnami.com/bitnami +- name: opentelemetry-collector + version: 0.92.0 + repository: https://open-telemetry.github.io/opentelemetry-helm-charts +- name: jaeger + version: 3.0.10 + repository: https://jaegertracing.github.io/helm-charts diff --git a/charts/tracetest-core/Chart.yaml b/charts/tracetest-core/Chart.yaml index bcda3c3..285a76e 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.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 # 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 531abaa..4819238 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: tracetest-onprem description: A Helm chart for tracetest On Prem type: application -version: v1.17.0 +version: v1.18.0 dependencies: - name: tracetest-frontend version: v1.4.0 repository: file://../tracetest-frontend - name: tracetest-core - version: v1.6.0 + version: v1.7.0 repository: file://../tracetest-core - name: tracetest-cloud version: v1.9.0