We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c828a9 commit 1273732Copy full SHA for 1273732
README.md
@@ -6,4 +6,14 @@ Modusign helm chart repository
6
helm repo add modusign-helm https://modusign.github.io/modusign-helm/
7
helm repo update
8
helm search repo modusign-helm
9
-```
+```
10
+
11
+## Add/Upgrade helm chart
12
+- `/charts` 하위에 차트 추가/수정
13
+- Chart.yaml 에서 version 정보 수정
14
+- main 을 base로 squash merge
15
16
+## Release helm chart
17
+- release workflow 에 의해 자동화 되어있습니다.
18
+- 이 workflow 는 Chart.yaml에 version 이 수정되었을때 트리거됩니다.
19
+- release 결과는 gh-page가 배포 완료 된 후 사용가능합니다.
0 commit comments