Skip to content

Commit

Permalink
TIKA-4233 Check tika-helm for deprecated k8s APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed May 9, 2024
1 parent 11bb7e6 commit 0be602c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.10.0
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.x'
check-latest: true
- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
chmod +x /usr/local/bin/pluto
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.10.0
- name: verify helm chart
run: |
helm template . | pluto detect -omarkdown - >> $GITHUB_STEP_SUMMARY

0 comments on commit 0be602c

Please sign in to comment.