Skip to content

Commit

Permalink
feat: upgrade helm chart to v0.17.0-beta5 (apache#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeizn authored May 15, 2023
1 parent cefd7a1 commit 036dc9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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-beta4
helm install devlake devlake/devlake --version=0.17.0-beta5
```

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-beta4
helm upgrade --install devlake devlake/devlake --version=0.17.0-beta5
```

### Uninstall
Expand Down
6 changes: 3 additions & 3 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.17.0-beta4
helm install devlake devlake/devlake --version=0.17.0-beta5
```

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

```shell
helm repo update
helm upgrade --install devlake devlake/devlake --version=0.17.0-beta4
helm upgrade --install devlake devlake/devlake --version=0.17.0-beta5
```

## Uninstall
Expand All @@ -71,7 +71,7 @@ https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
1. In [values.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/values.yaml), change {{ imageTag }} to current image tag
2. In [chart.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/Chart.yaml), change {{ version }}, {{ appVersion }} to current image tag
3. If we want to release a new chart without new release of devlake, we should increase both chart version and image tag.
- For example, right now both versions are 0.15.1-beta4, if we make change on chart, we should set chart-version to 0.15.1-beta4, also, we need to crate new images for devlake with tag 0.15.1-beta4
- For example, right now both versions are 0.16.1-beta1, if we make change on chart, we should set chart-version to 0.16.1-beta1, also, we need to crate new images for devlake with tag 0.16.1-beta1
4. If we release any new image for devlake, we just need to set a new version for chart.

## Original pr in apache/incubator-devlake
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-beta4
version: 0.17.0-beta5

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

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

0 comments on commit 036dc9d

Please sign in to comment.