Skip to content

Commit a6779c8

Browse files
chore(helm): remove unused and redundant field from compactor.persistance values.yaml (#19443)
Signed-off-by: Vishwanath Bhat <[email protected]> Signed-off-by: J Stickler <[email protected]> Co-authored-by: J Stickler <[email protected]>
1 parent 3c99535 commit a6779c8

File tree

3 files changed

+7
-28
lines changed

3 files changed

+7
-28
lines changed

docs/sources/setup/install/helm/reference.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,8 +3036,6 @@ null
30363036
],
30373037
"enableStatefulSetAutoDeletePVC": false,
30383038
"enabled": false,
3039-
"size": "10Gi",
3040-
"storageClass": null,
30413039
"whenDeleted": "Retain",
30423040
"whenScaled": "Retain"
30433041
},
@@ -3281,24 +3279,6 @@ false
32813279
<td><pre lang="json">
32823280
false
32833281
</pre>
3284-
</td>
3285-
</tr>
3286-
<tr>
3287-
<td>compactor.persistence.size</td>
3288-
<td>string</td>
3289-
<td>Size of persistent disk</td>
3290-
<td><pre lang="json">
3291-
"10Gi"
3292-
</pre>
3293-
</td>
3294-
</tr>
3295-
<tr>
3296-
<td>compactor.persistence.storageClass</td>
3297-
<td>string</td>
3298-
<td>Storage class to be used. If defined, storageClassName: <storageClass>. If set to "-", storageClassName: "", which disables dynamic provisioning. If empty or set to null, no storageClassName spec is set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack).</td>
3299-
<td><pre lang="json">
3300-
null
3301-
</pre>
33023282
</td>
33033283
</tr>
33043284
<tr>

production/helm/loki/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
## Unreleased
1515

16+
- [CHANGE] Remove unused `storageClass` field from compactor persistence configuration. Storage class should be configured per-claim in the `claims` array instead.[#19443](https://github.com/grafana/loki/pull/19443)
17+
- [FEATURE] Make loki-canary readinessProbe configurable via values.yaml [#19328](https://github.com/grafana/loki/pull/19328)
18+
- [FEATURE]: Allow auto-resizing the volume by recreating the StatefulSet. [#19217](https://github.com/grafana/loki/pull/19217)
19+
- [BUGFIX] Add single-binary component to ingress NetworkPolicy [#19229](https://github.com/grafana/loki/pull/19229)
20+
- [BUGFIX] Use strings in stead of integers for ports in CiliumNetworkPolicies [#19252](https://github.com/grafana/loki/pull/19252)
21+
22+
1623
- [ENHANCEMENT] Allow configuration of alert rule severities and thresholds
1724

1825
## 6.44.0

production/helm/loki/values.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,14 +2728,6 @@ compactor:
27282728
persistence:
27292729
# -- Enable creating PVCs for the compactor
27302730
enabled: false
2731-
# -- Size of persistent disk
2732-
size: 10Gi
2733-
# -- Storage class to be used.
2734-
# If defined, storageClassName: <storageClass>.
2735-
# If set to "-", storageClassName: "", which disables dynamic provisioning.
2736-
# If empty or set to null, no storageClassName spec is
2737-
# set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack).
2738-
storageClass: null
27392731
# -- List of the compactor PVCs
27402732
# @notationType -- list
27412733
claims:

0 commit comments

Comments
 (0)