Skip to content

Commit

Permalink
add latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 5, 2023
1 parent 5416bd7 commit c02f35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Install Helm
uses: azure/setup-helm@v3
Expand All @@ -31,7 +33,6 @@ jobs:
run: |
echo "Testkube Helm charts diff"
changed_files=$(git --no-pager diff charts)
echo $changed_files
if [[ "$changed_files" == *"testkube-cloud-api/"* ]]; then
echo "Changes detected in files within the 'testkube-cloud-api' directory. Updating the chart patch version."
Expand Down
1 change: 1 addition & 0 deletions charts/testkube-cloud-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ global:
ingress:
# -- Global toggle whether to create Ingress resources
enabled: true

replicaCount: 1

sentry:
Expand Down

0 comments on commit c02f35e

Please sign in to comment.