This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch update-doc
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
The following commit(s) were added to refs/heads/update-doc by this push:
new 2191765 [doc] update helm chart doc
2191765 is described below
commit 21917650c712f176cdde6e14dbc13bbccb198905
Author: tomsun28 <[email protected]>
AuthorDate: Mon Aug 12 09:24:52 2024 +0800
[doc] update helm chart doc
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/release.yml | 55 -------------------------------------------
README.md | 4 ++--
2 files changed, 2 insertions(+), 57 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index e790d6d..0000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-name: Release Charts
-
-on:
- push:
- branches: [ main ]
- pull_request:
- branches: [ main ]
-
-jobs:
- release:
- # depending on default permission settings for your org (contents being
read-only or read-write for workloads), you will have to add permissions
- # see:
https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
- permissions:
- contents: write
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
-
- - name: Configure Git
- run: |
- git config user.name "$GITHUB_ACTOR"
- git config user.email "[email protected]"
-
- - name: Install Helm
- uses: azure/setup-helm@v3
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
- - name: Run chart-releaser
- uses: helm/[email protected]
- with:
- config: ct.yaml
- env:
- CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- CR_SKIP_EXISTING: true
diff --git a/README.md b/README.md
index 6b7633b..3cfe1c4 100644
--- a/README.md
+++ b/README.md
@@ -160,11 +160,11 @@ The following table lists the configurable parameters of
the HertzBeat chart and
[helm]: https://helm.sh/
-### Build Pages
+### Release and Build Pages
1. `helm package charts/* -d docs`
2. `helm repo index docs`
-3. `commit and push change`
+3. `commit and pr change`
### Build Local
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]