Skip to content

Commit

Permalink
update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 5, 2023
1 parent 0c755ea commit 5416bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Helm
uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Helm chart with changes files
run: |
Expand Down
1 change: 0 additions & 1 deletion charts/testkube-cloud-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ global:
ingress:
# -- Global toggle whether to create Ingress resources
enabled: true

replicaCount: 1

sentry:
Expand Down

0 comments on commit 5416bd7

Please sign in to comment.