From c02f35e3c1e68f502932e663a0e737d666c6ab26 Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Thu, 5 Oct 2023 11:58:23 +0300 Subject: [PATCH] add latest commit --- .github/workflows/release-develop.yaml | 5 +++-- charts/testkube-cloud-ui/values.yaml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-develop.yaml b/.github/workflows/release-develop.yaml index e39c1d766..935f0b0c6 100644 --- a/.github/workflows/release-develop.yaml +++ b/.github/workflows/release-develop.yaml @@ -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 @@ -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." diff --git a/charts/testkube-cloud-ui/values.yaml b/charts/testkube-cloud-ui/values.yaml index 99762d34f..1562adf42 100644 --- a/charts/testkube-cloud-ui/values.yaml +++ b/charts/testkube-cloud-ui/values.yaml @@ -19,6 +19,7 @@ global: ingress: # -- Global toggle whether to create Ingress resources enabled: true + replicaCount: 1 sentry: