At a high level, this release contains
- Fix uninstall flow to delete
kube-prometheus-admission
secret which isn't deleted on default helm uninstall. - Fix TimescaleDB data source auth issue. Now you can perform SQL queries with default auth creds in Grafana.
- Drop
tobs helm
subcommandsinstall
,uninstall
as the same can be achieved bytobs install
andtobs uninstall
. - Move
tobs helm delete-data
subcommand totobs uninstall delete-data
.
Details
- Use
kubeClient
connection in the context rather than creating it multiple times for a single action.
Note:
- tobs doesn't support
tobs helm install
andtobs helm uninstall
here after, instead you can usetobs install
andtobs uninstall
for the same.
Changelog
a331d50 Prepare for the next development cycle
5a554a8 Release 0.5.0
f3739cb add goreleaser to CICD
fcfac35 add namespace configuration option from values.yaml & also add .Relase.Namespace to all template resources, as this is better practice in assigning namespace value to resources.
614a429 fix grafana datasource auth issue with TimescaleDB
647fc5d fix uninstall flow
0d63fb2 fix version in helm tests
ca19150 refactor tobs helm cmd & drop tobs helm subcommands except show-values
3a91e51 update docs for secret creation in tobs helm chart
7059d84 use kubeClient context for connecting to kube api-server rather creating new clients everytime, Also, rename the filenames