Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Oct 16, 2024
1 parent e4112d5 commit aa83cf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
pip install pybump
- name: Bump Chart Versions
run: scripts/bump_charts.sh
run: |
scripts/update_chart_deps.sh
scripts/bump_charts.sh
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-public-endpoint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.12.0
version: v1.13.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
1 change: 1 addition & 0 deletions scripts/update_chart_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ time {
helm repo add ory https://k8s.ory.sh/helm/charts --force-update
helm repo add jetstack https://charts.jetstack.io --force-update
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ --force-update
helm repo add opentelemetry https://open-telemetry.github.io/opentelemetry-helm-charts --force-update

PROJECT_ROOT=$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")

Expand Down

0 comments on commit aa83cf9

Please sign in to comment.