Skip to content

Commit

Permalink
Merge pull request #4 from kloeckner-i/public_helm
Browse files Browse the repository at this point in the history
Public helm chart
  • Loading branch information
hyunysmile authored Feb 24, 2020
2 parents 696bd9e + c759d6c commit 9b69d65
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ DB Operator provides following features:
TODO: update when public helm repo set up done to not use local helm chart

### To install DB Operator with helm:

```
$ helm install --name my-release helm/db-operator
$ helm repo add myhelmrepo https://kloeckner-i.github.io/db-operator/helm/
$ helm install --name my-release myhelmrepo/db-operator
```

To see more options of helm values [here](helm/README.md)

## Development
Expand Down
16 changes: 15 additions & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@ DB Operator is Kubernetes operator
* Kubernetes 1.13+
* Helm 2.11+

## Configuring helm client
```
$ helm repo add myhelmrepo https://kloeckner-i.github.io/db-operator/helm/
```
Test the helm chart repository
```
$ helm search db-operator
```

## Installing Chart
To install the chart with the release name my-release:
```
$ helm install --name my-release ./db-operator
$ helm install --name my-release myhelmrepo/db-operator
```
The command deploys DB Operator on Kubernetes with default configuration. For the configuration options see details [Parameters](#Parameters)

## Adding new charts to an existing repository
```
helm repo index --url https://kloeckner-i.github.io/db-operator/helm/ --merge index.yaml .
```

## Uninstalling Chart
To uninstall the `my-release` deployment:
```
Expand Down
Binary file added helm/db-instances-0.1.0.tgz
Binary file not shown.
Binary file added helm/db-operator-0.1.0.tgz
Binary file not shown.
23 changes: 23 additions & 0 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v1
entries:
db-instances:
- apiVersion: v1
appVersion: "1.0"
created: "2020-02-24T12:58:15.707145+01:00"
description: Database Instances for db operator
digest: 0a9f5c620c9ee8d8e33ea96f797be989efab296fbeeca24e26c84fdb2136d704
name: db-instances
urls:
- https://kloeckner-i.github.io/db-operator/helm/db-instances-0.1.0.tgz
version: 0.1.0
db-operator:
- apiVersion: v1
appVersion: "1.0"
created: "2020-02-24T12:58:15.708725+01:00"
description: A Database Operator
digest: 6f41f18fe10b74edaec021defdcca99e2c65b5ed60b3c53b3d7ee7b124ccfeb0
name: db-operator
urls:
- https://kloeckner-i.github.io/db-operator/helm/db-operator-0.1.0.tgz
version: 0.1.0
generated: "2020-02-24T12:58:15.705135+01:00"
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-Agent: *
Disallow: /

0 comments on commit 9b69d65

Please sign in to comment.