Skip to content

Commit 8123570

Browse files
update changelog and helm readme
1 parent 4749028 commit 8123570

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project.
66

77
## Unreleased
88

9+
## [0.12.1]
10+
911
## Fixed
1012

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

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

1821
## [0.12.0]
1922

helm/fishymetrics/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The following table lists the configurable parameters of the fishymetrics chart
3030
| Parameter | Description | Default |
3131
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------- |
3232
| `image.repo` | container image repo for fishymetrics | `"comcast/fishymetrics"` |
33-
| `image.tag` | container image tag for fishymetrics | `"0.12.0"` |
33+
| `image.tag` | container image tag for fishymetrics | `"0.12.1"` |
3434
| `image.pullPolicy` | container image pull policy | `"IfNotPresent"` |
3535
| `replicas` | number of replica sets to initially deploy | `1` |
36-
| `exporter.port` | exporter port to listen on | `9533` |
36+
| `exporter.port` | exporter port to listen on | `10023` |
3737
| `log.level` | log level verbosity | `"info"` |
3838
| `log.method` | alternative method for logging in addition to stdout | `""` |
3939
| `log.filePath` | directory path where log files are written | `"/var/log/fishymetrics"` |

0 commit comments

Comments
 (0)