Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update v0.17.1-beta1 #173

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.17.0
helm install devlake devlake/devlake --version=0.17.1-beta1
```

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

```shell
helm repo update
helm upgrade --install devlake devlake/devlake --version=0.17.0
helm upgrade --install devlake devlake/devlake --version=0.17.1-beta1
```

### Uninstall
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helm install devlake devlake/devlake
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
helm install devlake devlake/devlake --version=0.17.0
helm install devlake devlake/devlake --version=0.17.1-beta1
```

If you are using minikube inside your mac, please use the following command to forward the port:
Expand All @@ -59,7 +59,7 @@ grafana by url `http://YOUR-NODE-IP:30091`

```shell
helm repo update
helm upgrade --install devlake devlake/devlake --version=0.17.0
helm upgrade --install devlake devlake/devlake --version=0.17.1-beta1
```

## 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 @@ -28,7 +28,7 @@ keywords:
type: application

# Chart version
version: 0.17.0
version: 0.17.1-beta1

# devlake version
appVersion: v0.17.0
appVersion: v0.17.1-beta1
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.17.0
imageTag: v0.17.1-beta1

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