Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kubectl port-forward service/devlake-ui 30090:4000
```
and open another terminal:
```shell
kubectl port-forward service/devlake-ui 30091:3000
kubectl port-forward service/devlake-grafana 30091:3000
```

Then you can visit:
Expand Down
2 changes: 1 addition & 1 deletion 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: v0.14.2-1
version: v0.14.2

# devlake version
appVersion: "v0.14.2"