Skip to content

Commit 7af1cee

Browse files
changed charts location
1 parent adf81f3 commit 7af1cee

21 files changed

+326
-309
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: azure/setup-helm@v4
2424
- name: testing helm chart
2525
run: |
26+
cd charts/redash
2627
helm lint .
2728
helm dependency build .
2829
cat > test-values.yaml <<- EOM
@@ -74,24 +75,10 @@ jobs:
7475
with:
7576
fetch-depth: 0
7677
- uses: azure/setup-helm@v4
77-
- id: get-chart-version
78-
uses: mikefarah/yq@master
79-
with:
80-
cmd: yq '.version' Chart.yaml
81-
- id: skip-check
82-
env:
83-
VERSION: v${{ steps.get-chart-version.outputs.result }}
78+
- name: configure git
8479
run: |
85-
if git show-ref --tags --quiet --verify -- "refs/tags/$VERSION"; then
86-
echo "Release already exists, skipping publish job"
87-
echo skip=true >> "$GITHUB_OUTPUT"
88-
else
89-
echo "Tagging release"
90-
git tag "$VERSION"
91-
git push origin "$VERSION"
92-
echo skip=false >> "$GITHUB_OUTPUT"
93-
fi
80+
git config user.name "$GITHUB_ACTOR"
81+
git config user.email "[email protected]"
9482
- uses: helm/[email protected]
95-
if: steps.skip-check.outputs.skip == 'false'
9683
env:
9784
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
charts
1+
charts/**/charts
22
keys
33
my-values.yaml
44
.idea
5-
.vscode
5+
.vscode

README.md

Lines changed: 16 additions & 290 deletions
Large diffs are not rendered by default.
File renamed without changes.

charts/redash/README.md

Lines changed: 304 additions & 0 deletions
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.

0 commit comments

Comments
 (0)