Skip to content

Commit

Permalink
fix(clickhouse-monitoring): fix release (#178)
Browse files Browse the repository at this point in the history
* feat(clickhouse-monitoring): add cronjob

* fix(clickhouse-monitoring): fix type, add docs

* fix(clickhouse-monitoring): cronjob api version for older k8s version

* fix(clickhouse-monitoring): fix release
  • Loading branch information
duyet authored Jun 30, 2024
1 parent 5bcb43e commit cd46e37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/chart-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ jobs:

- name: Commit files
run: |
DIST_DIR=.dist
CURRENT_BRANCH=${GITHUB_REF#refs/heads/}
TARGET_BRANCH=gh-pages
REMOTE_REPO="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
set -x
export DIST_DIR=.dist
export CURRENT_BRANCH=${GITHUB_REF#refs/heads/}
export TARGET_BRANCH=gh-pages
export REMOTE_REPO="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git config --local user.email "[email protected]"
git config --local user.name "Auto Release Bot"
git checkout $TARGET_BRANCH
git status
git add $DIST_DIR
git commit -m "[skip ci] Build and Publish Charts"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
reactions: hooray
body: |
<details>
<summary>Testing chart successfully. :hooray:</summary>
<summary>Testing chart result </summary>
```
${{ env.TEST_STATUS }}
Expand Down

0 comments on commit cd46e37

Please sign in to comment.