Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuozhuocrayon/helm-charts
helm charts repo
https://github.com/zhuozhuocrayon/helm-charts
Last synced: 4 days ago
JSON representation
helm charts repo
- Host: GitHub
- URL: https://github.com/zhuozhuocrayon/helm-charts
- Owner: ZhuoZhuoCrayon
- License: mit
- Created: 2021-11-13T03:26:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T05:23:46.000Z (8 months ago)
- Last Synced: 2024-03-06T15:39:42.485Z (8 months ago)
- Language: Smarty
- Size: 4.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
helm charts repo```shell
chart_name="crayon-otel-demo"cd ${chart_name}
helm package src -u -d src/_chartscd ..
# 同模块 index.yaml 更新
helm repo index ${chart_name}/src/_charts --url https://github.com/ZhuoZhuoCrayon/helm-charts/raw/main/${chart_name}/src/_charts/ --merge ${chart_name}/index.yaml
# 将当前子模块的 index.yaml,更新到主模块
helm repo index ${chart_name}/src/_charts --url https://github.com/ZhuoZhuoCrayon/helm-charts/raw/main/${chart_name}/src/_charts/ --merge index.yaml
```
;;