Skip to content

Commit

Permalink
Update tracetest-onprem version to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 17, 2024
1 parent 44f2fea commit 296e626
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions charts/pokeshop-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
- 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
2 changes: 1 addition & 1 deletion charts/tracetest-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/tracetest-onprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296e626

Please sign in to comment.