Skip to content

Commit

Permalink
changed charts location
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Apr 11, 2024
1 parent adf81f3 commit 7af1cee
Show file tree
Hide file tree
Showing 21 changed files with 326 additions and 309 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: azure/setup-helm@v4
- name: testing helm chart
run: |
cd charts/redash
helm lint .
helm dependency build .
cat > test-values.yaml <<- EOM
Expand Down Expand Up @@ -74,24 +75,10 @@ jobs:
with:
fetch-depth: 0
- uses: azure/setup-helm@v4
- id: get-chart-version
uses: mikefarah/yq@master
with:
cmd: yq '.version' Chart.yaml
- id: skip-check
env:
VERSION: v${{ steps.get-chart-version.outputs.result }}
- name: configure git
run: |
if git show-ref --tags --quiet --verify -- "refs/tags/$VERSION"; then
echo "Release already exists, skipping publish job"
echo skip=true >> "$GITHUB_OUTPUT"
else
echo "Tagging release"
git tag "$VERSION"
git push origin "$VERSION"
echo skip=false >> "$GITHUB_OUTPUT"
fi
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- uses: helm/chart-releaser-action@v1.6.0
if: steps.skip-check.outputs.skip == 'false'
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
charts
charts/**/charts
keys
my-values.yaml
.idea
.vscode
.vscode
306 changes: 16 additions & 290 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
304 changes: 304 additions & 0 deletions charts/redash/README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7af1cee

Please sign in to comment.