-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
QueryPie Deployment | ||
# QueryPie Deployment | ||
|
||
안녕하세요. QueryPie Helm 차트를 관리하는 레포지토리 입니다. | ||
|
||
이 페이지는 github page 를 통해 배포된 문서입니다. | ||
|
||
QueryPie helm 차트는 다음과 같이 사용할 수 있습니다. | ||
|
||
```bash | ||
$ helm repo add querypie https://chequer-io.github.io/querypie-deployment/helm-chart | ||
"querypie" has been added to your repositories | ||
|
||
$ helm repo list | ||
NAME URL | ||
querypie https://chequer-io.github.io/querypie-deployment/helm-chart | ||
|
||
$ helm search repo querypie -l | ||
NAME CHART VERSION APP VERSION DESCRIPTION | ||
querypie/querypie 1.3.0 10.1.0 A Helm chart for QueryPie | ||
querypie/querypie 1.2.1 9.20.0 A Helm chart for QueryPie | ||
querypie/querypie 1.2.0 9.20.0 A Helm chart for QueryPie | ||
querypie/querypie 1.1.0 9.18.0 A Helm chart for QueryPie | ||
querypie/querypie 1.0.0 9.17.0 A Helm chart for QueryPie | ||
``` | ||
|
||
자세한 사항은 https://www.querypie.com/contacts 를 통해 문의해 주세요. | ||
|
||
## Helm Chart | ||
|
||
helm 차트 코드는 https://github.com/chequer-io/querypie-mono/tree/develop/deploy/helm/querypie 에서 관리되고 있습니다. | ||
|