Skip to content

Commit 5888a3c

Browse files
Xtigyronschad
andauthored
Add Missing ServiceMonitors "additionalLabels" in Values File (#146)
* Added missing ServiceMonitors additionalLabels in Values file Signed-off-by: Xtigyro <[email protected]> * adhere to release process for the chart Signed-off-by: Xtigyro <[email protected]> * Update CHANGELOG.md added pr number to "updated default replication factor to match documentation" Signed-off-by: ShuzZzle <[email protected]> Co-authored-by: ShuzZzle <[email protected]>
1 parent 8745b57 commit 5888a3c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [ENHANCEMENT] Headless service for distributor to allow GRPC load balancing #148
88
* [BUGFIX] Fixed `priorityClassName` in alertmanager deployment configuration. #155
99
* [BUGFIX] Replacing deprecated (in Cortex 1.9) configuration with appropriate replacements (max_look_back_period -> max_query_lookback & compress_responses -> response_compression_enabled). #154
10+
* [BUGFIX] Added missing ServiceMonitors `additionalLabels` placeholders in `values.yaml`. #146
1011

1112
## 0.4.1 / 2021-03-22
1213

@@ -25,11 +26,11 @@
2526
* [ENHANCEMENT] Improved memcached configuration template, with support for both chunks & block storage caches. #92
2627
* [ENHANCEMENT] Update apiVersion: networking.k8s.io/v1beta1 -> networking.k8s.io/v1 for Kubernetes versions 1.19+ #94
2728
* [ENHANCEMENT] Service Monitors and Compactor Service #68, #80
28-
* [ENHANCEMENT] Updated default replication factor to match documentation
29+
* [ENHANCEMENT] Updated default replication factor to match documentation #102
2930
* [BUGFIX] Update repository URL for memcache dependency charts. #96
3031
* [BUGFIX] nginx config using non-default clusterDomain #78
31-
* [BUGFIX] Add cluster DNS domain value #63
32-
* [BUGFIX] Fix grpc port for querier #71
32+
* [BUGFIX] Add cluster DNS domain value #63
33+
* [BUGFIX] Fix grpc port for querier #71
3334

3435
## 0.2.0 / 2020-10-25
3536

values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ alertmanager:
185185

186186
serviceMonitor:
187187
enabled: false
188+
additionalLabels: {}
188189

189190
resources: {}
190191
# limits:
@@ -339,6 +340,7 @@ distributor:
339340

340341
serviceMonitor:
341342
enabled: false
343+
additionalLabels: {}
342344

343345
resources: {}
344346
# limits:
@@ -424,6 +426,7 @@ ingester:
424426

425427
serviceMonitor:
426428
enabled: false
429+
additionalLabels: {}
427430

428431
resources: {}
429432
# limits:
@@ -548,6 +551,7 @@ ruler:
548551

549552
serviceMonitor:
550553
enabled: false
554+
additionalLabels: {}
551555

552556
resources: {}
553557
# limits:
@@ -615,6 +619,7 @@ querier:
615619

616620
serviceMonitor:
617621
enabled: false
622+
additionalLabels: {}
618623

619624
resources: {}
620625
# limits:
@@ -694,6 +699,7 @@ query_frontend:
694699

695700
serviceMonitor:
696701
enabled: false
702+
additionalLabels: {}
697703

698704
resources: {}
699705
# limits:
@@ -773,6 +779,7 @@ table_manager:
773779

774780
serviceMonitor:
775781
enabled: false
782+
additionalLabels: {}
776783

777784
resources: {}
778785
# limits:
@@ -840,6 +847,7 @@ configs:
840847

841848
serviceMonitor:
842849
enabled: false
850+
additionalLabels: {}
843851

844852
resources: {}
845853
# limits:
@@ -920,6 +928,7 @@ nginx:
920928

921929
serviceMonitor:
922930
enabled: false
931+
additionalLabels: {}
923932

924933
resources: {}
925934
# limits:
@@ -987,6 +996,7 @@ store_gateway:
987996

988997
serviceMonitor:
989998
enabled: false
999+
additionalLabels: {}
9901000

9911001
resources: {}
9921002
# limits:
@@ -1102,6 +1112,7 @@ compactor:
11021112

11031113
serviceMonitor:
11041114
enabled: false
1115+
additionalLabels: {}
11051116

11061117
resources: {}
11071118
# limits:

0 commit comments

Comments
 (0)