Skip to content

Commit

Permalink
chore: Updates for v1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar authored Jul 31, 2024
1 parent 35e4d7f commit 098f738
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions charts/tracetest-agent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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.17.0
version: v1.18.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.
# It is recommended to use it with quotes.
appVersion: v1.4.4-rc.18
appVersion: v1.4.4
dependencies:
- name: tracetest-common
version: v1.4.0
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,13 +17,13 @@ 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.25.0
version: v1.26.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.
# It is recommended to use it with quotes.
appVersion: v1.4.4-rc.18
appVersion: v1.4.4

dependencies:
- name: tracetest-common
Expand Down
4 changes: 2 additions & 2 deletions charts/tracetest-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.21.0
version: v1.22.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.
# It is recommended to use it with quotes.
appVersion: v1.5.0-rc.21
appVersion: v1.5.0
4 changes: 2 additions & 2 deletions charts/tracetest-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.10.0
version: v1.11.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.
# It is recommended to use it with quotes.
appVersion: v1.4.6-rc.1
appVersion: v1.4.6

dependencies:
- name: tracetest-common
Expand Down
4 changes: 2 additions & 2 deletions charts/tracetest-monitor-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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.11.0
version: v1.12.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.
# It is recommended to use it with quotes.
appVersion: v1.4.4-rc.18
appVersion: v1.4.4
dependencies:
- name: tracetest-common
version: v1.4.0
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.43.0
version: v1.44.0
dependencies:
- name: tracetest-frontend
version: v1.10.0
version: v1.11.0
repository: file://../tracetest-frontend
- name: tracetest-core
version: v1.21.0
version: v1.22.0
repository: file://../tracetest-core
- name: tracetest-cloud
version: v1.25.0
version: v1.26.0
repository: file://../tracetest-cloud
- name: tracetest-agent-operator
version: v1.17.0
version: v1.18.0
repository: file://../tracetest-agent-operator
- name: tracetest-monitor-operator
version: v1.11.0
version: v1.12.0
repository: file://../tracetest-monitor-operator
- name: tracetest-auth
version: v1.15.0
Expand Down

0 comments on commit 098f738

Please sign in to comment.