Skip to content

Commit

Permalink
Update tracetest-onprem version to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 3, 2024
1 parent ec34041 commit 070b99e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.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 Down
2 changes: 1 addition & 1 deletion 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.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
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.1.0
version: v1.2.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
8 changes: 4 additions & 4 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.10.0
version: v1.11.0
dependencies:
- name: tracetest-frontend
version: v1.1.0
version: v1.2.0
repository: file://../tracetest-frontend
- name: tracetest-core
version: v1.4.0
repository: file://../tracetest-core
- name: tracetest-cloud
version: v1.4.0
version: v1.5.0
repository: file://../tracetest-cloud
- name: tracetest-agent-operator
version: v1.2.0
repository: file://../tracetest-agent-operator
- name: tracetest-auth
version: v1.6.0
version: v1.7.0
repository: file://../tracetest-auth
- name: nats
version: 1.1.11
Expand Down

0 comments on commit 070b99e

Please sign in to comment.