Skip to content

Commit

Permalink
chore: improve workflows (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 authored Jun 19, 2024
1 parent ebb88b3 commit 927dd2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Validate version
if: ${{ !inputs.skip-version-validation }}
run: |
helm repo add spot https://charts.spot.io
helm repo update
if [[ $(helm search repo spot/ocean-kubernetes-controller --version ${{ inputs.chart-version }}) == "No results found" ]]; then
echo "Chart version ${{ inputs.chart-version }} not found in the repository"
exit 1
Expand Down

0 comments on commit 927dd2e

Please sign in to comment.