You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,10 @@ To fetch a specific version (say 0.32.0), use CHART_VERSION
28
28
make CHART_VERSION=0.32.0 fetch
29
29
```
30
30
31
-
Also, remember to change the `version` in `charts/tekton-dashboard/Chart.yaml`.
32
-
The `app_version` will be set to the `CHART_VERSION` automatically by the makefile if a `CHART_VERSION` is specified.
33
-
For latest set `app_version` to the latest tekton version from the [tekton release page](https://github.com/tektoncd/dashboard/releases) and not `latest`.
31
+
#### Versioning
32
+
`appVersion` is automatically set during the `make fetch` process. Set as the version pulled from Tekton.
33
+
34
+
`chartVersion` is automatically set during the [publish workflow](.github/workflows/publish.yml). Set based on the semantic commits within the causal PR.
0 commit comments