Skip to content

Commit

Permalink
Update tracetest-onprem version to 1.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jun 14, 2024
1 parent ec55e4d commit 846dac3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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 @@ -5,7 +5,7 @@ description: A Helm chart for Tracetest Cloud API
home: https://github.com/kubeshop/tracetest-cloud-charts

sources:
- "https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts"
- https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -20,7 +20,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: 1.0.0
version: 1.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 Down
4 changes: 2 additions & 2 deletions charts/tracetest-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Tracetest Cloud API
home: https://github.com/kubeshop/tracetest-cloud-charts

sources:
- "https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts"
- https://github.com/kubeshop/tracetest-cloud-infra/tree/main/helm-charts

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -20,7 +20,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: 1.0.0
version: 1.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 Down
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.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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
14 changes: 7 additions & 7 deletions charts/tracetest-onprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ apiVersion: v2
name: tracetest-onprem
description: A Helm chart for tracetest On Prem
type: application
version: 1.104.0
version: 1.105.0
dependencies:
- name: tracetest-core
version: 1.0.0
version: v1.1.0
repository: file://../tracetest-core
- name: tracetest-cloud
version: 1.0.0
version: 1.1.0
repository: file://../tracetest-cloud
- name: tracetest-agent-operator
version: 1.0.0
version: 1.1.0
repository: file://../tracetest-agent-operator
- name: nats
version: 1.1.11
repository: https://nats-io.github.io/k8s/helm/charts/
condition: nats.enabled
maintainers:
- name: tracetest
url: https://tracetest.io
- name: tracetest
url: https://tracetest.io
icon: https://cdn.prod.website-files.com/625f135a8e554e44ad158913/625f1d8ab2348b3c4e3fa870_logo.svg
home: https://github.com/kubeshop/tracetest-cloud-charts
home: https://github.com/kubeshop/tracetest-cloud-charts

0 comments on commit 846dac3

Please sign in to comment.