Skip to content

Commit

Permalink
Update tracetest-onprem version to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 5, 2024
1 parent cb4f9e9 commit 710f614
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest-agent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
version: v1.3.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 Down
2 changes: 1 addition & 1 deletion charts/tracetest-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
version: v1.9.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 Down
4 changes: 2 additions & 2 deletions charts/tracetest-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,4 +28,4 @@ appVersion: v1.2.0
dependencies:
- name: tracetest-common
version: v1.0.0
repository: file://../tracetest-common
repository: file://../tracetest-common
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.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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-dependencies/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tracetest-dependencies
description: A Helm chart for tracetest On Prem
type: application
version: v1.6.0
version: v1.7.0

dependencies:
- name: traefik
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-frontend/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.2.0
version: v1.3.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 Down
12 changes: 6 additions & 6 deletions charts/tracetest-onprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ apiVersion: v2
name: tracetest-onprem
description: A Helm chart for tracetest On Prem
type: application
version: v1.13.0
version: v1.14.0
dependencies:
- name: tracetest-frontend
version: v1.2.0
version: v1.3.0
repository: file://../tracetest-frontend
- name: tracetest-core
version: v1.4.0
version: v1.5.0
repository: file://../tracetest-core
- name: tracetest-cloud
version: v1.6.0
version: v1.7.0
repository: file://../tracetest-cloud
- name: tracetest-agent-operator
version: v1.2.0
version: v1.3.0
repository: file://../tracetest-agent-operator
- name: tracetest-auth
version: v1.8.0
version: v1.9.0
repository: file://../tracetest-auth
- name: nats
version: 1.1.11
Expand Down

0 comments on commit 710f614

Please sign in to comment.