caas-team / sparrow

A monitoring tool to gather infrastructure network information
Apache License 2.0
6 stars 4 forks source link

chore: prepare new release #110

Closed lvlcn-t closed 4 months ago

lvlcn-t commented 4 months ago

Motivation

To prepare the new release, the chart's appVersion needs to be bumped and the docs need to be adjusted.

Changes

I've bumped the appVersion and adjusted the docs.

I've also adjusted some of the default values in the chart to be aligned with the configuration options of the docs. The values before were rather confusing to new users.

For additional information look at the commits.

Tests done

The sparrow deploys successfully with the newest image of the main branch.

$ helm upgrade sparrow ./chart/ -i --set image.tag=commit-ae8c61e -n sparrow --create-namespace
Release "sparrow" does not exist. Installing it now.
NAME: sparrow
LAST DEPLOYED: Wed Feb 21 12:11:14 2024
NAMESPACE: sparrow
STATUS: deployed
REVISION: 1
TEST SUITE: None

TODO

lvlcn-t commented 4 months ago

Please look at the docs again, maybe I've forgot to adjust something.