Skip to content

Commit

Permalink
feat: upgrade helm chart for v0.16.0-beta17 (#116)
Browse files Browse the repository at this point in the history
* feat: upgrade helm chart for v0.16.0-beta17

* feat: upgrade helm chart for v0.16.0-beta17
  • Loading branch information
abeizn authored Apr 21, 2023
1 parent 286351b commit 4c2053c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install the chart with release name `devlake`:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
helm install devlake devlake/devlake --version=0.16.0-beta15
helm install devlake devlake/devlake --version=0.16.0-beta17
```

And visit your devlake from the node port (32001 by default).
Expand All @@ -47,7 +47,7 @@ grafana by url `http://YOUR-NODE-IP:30091`

```shell
helm repo update
helm upgrade --install devlake devlake/devlake --version=0.16.0-beta15
helm upgrade --install devlake devlake/devlake --version=0.16.0-beta17
```

### Uninstall
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To install the chart with release name `devlake`:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
helm install devlake devlake/devlake --version=0.16.0-beta15
helm install devlake devlake/devlake --version=0.16.0-beta17
```

If you are using minikube inside your mac, please use the following command to forward the port:
Expand All @@ -48,7 +48,7 @@ Then you can visit:

```shell
helm repo update
helm upgrade --install devlake devlake/devlake --version=0.16.0-beta15
helm upgrade --install devlake devlake/devlake --version=0.16.0-beta17
```

## Uninstall
Expand Down
4 changes: 2 additions & 2 deletions charts/devlake/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type: application


# Chart version
version: 0.16.0-beta15
version: 0.16.0-beta17

# devlake version
appVersion: v0.16.0-beta15
appVersion: v0.16.0-beta17
2 changes: 1 addition & 1 deletion charts/devlake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# replica count for dev
replicaCount: 1
imageTag: v0.16.0-beta15
imageTag: v0.16.0-beta17

mysql:
# if use external mysql server, please set true
Expand Down

0 comments on commit 4c2053c

Please sign in to comment.