Skip to content

Commit f9ee4fb

Browse files
authored
fix(): private chart template 添加占位文件用于私有化打包 (#4)
## What type of PR is this? * [ ] Feature * [x] BUG * [ ] Alerts * [ ] Improvement * [ ] Documentation * [ ] Test and CI ## Which issue(s) this PR related: issue # ## What this PR does / why we need it: 私有化打包需要 chart 内存在 template 文件夹,添加一个占位文件以达到目的 <img width="944" alt="image" src="https://github.com/matrixone-cloud/observability-charts/assets/69068661/20152541-a473-44e8-ae61-3761bbde87d9">
1 parent edb0de5 commit f9ee4fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/mo-ob-private/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mo-ob-private
33
description: mo-ob-private's Helm chart for Kubernetes
44
type: application
5-
version: 1.0.0-alpha
5+
version: 1.0.0-alpha.1
66
appVersion: 0.9.0
77
dependencies:
88
- condition: mo-ob-opensource.enabled
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# DO NOT EDIT ON THIS
2+
# this file is just a placeholder

0 commit comments

Comments
 (0)