Skip to content

Commit

Permalink
move chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lengrongfu committed May 14, 2023
1 parent f542a6d commit 71a7ffb
Show file tree
Hide file tree
Showing 26 changed files with 22 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cr.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: charts
skip_packaging: true
mark_as_latest: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# runtime-copilot
The main function of the runtime copilot is to assist the operation of the container runtime component (containerd), specifically for adding or deleting non-safe registries.

## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add runtime-copilot https://lengrongfu.github.io/runtime-copilot

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
runtime-copilot` to see the charts.

To install the <chart-name> chart:

helm install runtime-copilot runtime-copilot/runtime-copilot

To uninstall the chart:

helm delete runtime-copilot
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 71a7ffb

Please sign in to comment.