Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrennz committed Nov 12, 2024
1 parent ee120af commit d559e11
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/releases/0.0.29-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [0.0.29-beta](https://github.com/cloudzero/cloudzero-charts/compare/v0.0.28...v0.0.29-beta) (2024-11-12)

Improve Kube State Metrics Install

### Upgrade Steps
To install, specify the version of the beta chart:

``` bash
helm upgrade --install -n cz-prom-agent cz-prom-agent charts/cloudzero-agent \
--set apiKey=$api_key \
--set clusterName='cluster' \
--set-string cloudAccountId="account_id" \
--set region='region' \
--version 0.0.29-beta

```

### Improvements
* **CloudZero Metrics:** CloudZero State Metrics is enabled/installed by default.

```

0 comments on commit d559e11

Please sign in to comment.