Skip to content

Commit

Permalink
update changelog and helm readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimkk-moideen committed Oct 28, 2024
1 parent 4749028 commit 8123570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project.

## Unreleased

## [0.12.1]

## Fixed

- nil pointer dereference during a scrape [#97](https://github.com/Comcast/fishymetrics/issues/97)
Expand All @@ -14,6 +16,7 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project.

- Removed trailing spaces in label values [#96](https://github.com/Comcast/fishymetrics/issues/96)
- Add missing language fences to README [#95](https://github.com/Comcast/fishymetrics/pull/95)
- Set Fishymetrics port default to 10023 [#100](https://github.com/Comcast/fishymetrics/issues/100)

## [0.12.0]

Expand Down
4 changes: 2 additions & 2 deletions helm/fishymetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The following table lists the configurable parameters of the fishymetrics chart
| Parameter | Description | Default |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------- |
| `image.repo` | container image repo for fishymetrics | `"comcast/fishymetrics"` |
| `image.tag` | container image tag for fishymetrics | `"0.12.0"` |
| `image.tag` | container image tag for fishymetrics | `"0.12.1"` |
| `image.pullPolicy` | container image pull policy | `"IfNotPresent"` |
| `replicas` | number of replica sets to initially deploy | `1` |
| `exporter.port` | exporter port to listen on | `9533` |
| `exporter.port` | exporter port to listen on | `10023` |
| `log.level` | log level verbosity | `"info"` |
| `log.method` | alternative method for logging in addition to stdout | `""` |
| `log.filePath` | directory path where log files are written | `"/var/log/fishymetrics"` |
Expand Down

0 comments on commit 8123570

Please sign in to comment.