Skip to content

Commit

Permalink
bump on auth and public endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Oct 16, 2024
1 parent e5e2300 commit b80bd5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: true

- name: Copy documentation to gh-pages branch
run: |
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 @@ -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.41.0
version: v1.42.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-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.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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
1 change: 1 addition & 0 deletions scripts/bump_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ONPREM_CHART_FILE="charts/tracetest-onprem/Chart.yaml"
ONPREM_REQUIREMENTS_FILE="charts/tracetest-onprem/requirements.yaml"
ONPREM_CHART_NAME="tracetest-onprem"

all_charts=$(ls -d charts/*/ | grep -v 'tracetest-onprem')
changed_charts=$(git --no-pager diff --name-only HEAD~1 charts | grep '/' | cut -d'/' -f1-2 | uniq)

# If no changed charts, exit with a message
Expand Down

0 comments on commit b80bd5f

Please sign in to comment.