Skip to content

Commit 8667105

Browse files
committed
init
1 parent 5f99b8b commit 8667105

File tree

7 files changed

+15
-2
lines changed

7 files changed

+15
-2
lines changed

.github/placeholder

Whitespace-only changes.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
repo/community/index.yaml
2+
.travis.yml
3+
.DS_Store

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# charts
2-
The tkestack/charts repository provides Helm charts for use with tkestack
1+
# **TKEStack Charts** Helm Repository
2+
3+
## Overview
4+
5+
The `tkestack/charts` repository provides [Helm](https://github.com/kubernetes/helm) charts for use with TKE stack.
6+
7+
This repository is organized as follows:
8+
9+
The `stable` directory contains Helm chart source provided by IBM, while the `repo/stable` directory contains the packaged Helm chart binaries. To add the stable repo to local repository list run the following command :
10+
```
11+
helm repo add stable https://raw.githubusercontent.com/tkestack/charts/master/repo/stable
12+
```

community/placeholder

Whitespace-only changes.

deprecated/placeholder

Whitespace-only changes.

repo/placeholder

Whitespace-only changes.

stable/placeholder

Whitespace-only changes.

0 commit comments

Comments
 (0)