Skip to content

Commit

Permalink
use tags instead of releases (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
complexsplit authored Sep 20, 2023
1 parent 90a1202 commit dbcd10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/.frigate
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Releases of the Helm chart are automatically pushed to the `gh-pages` branch by

Before releasing you may want to ensure the chart is up to date with the latest Docker images and Dask versions:

- Update the image tags in `dask/values.yaml` to reflect the [latest release of the Dask Docker images](https://github.com/dask/dask-docker/releases).
- Update the image tags in `dask/values.yaml` to reflect the [latest release of the Dask Docker images](https://github.com/dask/dask-docker/tags).
- Update the `appVersion` value in `dask/Chart.yaml` to also reflect this version.

Then to perform a release you need to create and push a new tag.
Expand Down

0 comments on commit dbcd10f

Please sign in to comment.