File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project.
6
6
7
7
## Unreleased
8
8
9
+ ## [ 0.12.1]
10
+
9
11
## Fixed
10
12
11
13
- 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.
14
16
15
17
- Removed trailing spaces in label values [ #96 ] ( https://github.com/Comcast/fishymetrics/issues/96 )
16
18
- 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 )
17
20
18
21
## [ 0.12.0]
19
22
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ The following table lists the configurable parameters of the fishymetrics chart
30
30
| Parameter | Description | Default |
31
31
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------- |
32
32
| ` 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 " ` |
34
34
| ` image.pullPolicy ` | container image pull policy | ` "IfNotPresent" ` |
35
35
| ` 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 ` |
37
37
| ` log.level ` | log level verbosity | ` "info" ` |
38
38
| ` log.method ` | alternative method for logging in addition to stdout | ` "" ` |
39
39
| ` log.filePath ` | directory path where log files are written | ` "/var/log/fishymetrics" ` |
You can’t perform that action at this time.
0 commit comments