diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 9f681cb004d35..4a90ba76f71cf 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -3036,8 +3036,6 @@ null ], "enableStatefulSetAutoDeletePVC": false, "enabled": false, - "size": "10Gi", - "storageClass": null, "whenDeleted": "Retain", "whenScaled": "Retain" }, @@ -3281,24 +3279,6 @@ false
 false
 
- - - - compactor.persistence.size - string - Size of persistent disk -
-"10Gi"
-
- - - - compactor.persistence.storageClass - string - Storage class to be used. If defined, storageClassName: . 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). -
-null
-
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index f476979baf345..ca4bb5bf7b9f9 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,13 @@ Entries should include a reference to the pull request that introduced the chang ## Unreleased +- [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) +- [FEATURE] Make loki-canary readinessProbe configurable via values.yaml [#19328](https://github.com/grafana/loki/pull/19328) +- [FEATURE]: Allow auto-resizing the volume by recreating the StatefulSet. [#19217](https://github.com/grafana/loki/pull/19217) +- [BUGFIX] Add single-binary component to ingress NetworkPolicy [#19229](https://github.com/grafana/loki/pull/19229) +- [BUGFIX] Use strings in stead of integers for ports in CiliumNetworkPolicies [#19252](https://github.com/grafana/loki/pull/19252) + + - [ENHANCEMENT] Allow configuration of alert rule severities and thresholds ## 6.44.0 diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index c3b1ee98f0dbf..fd6e886ae6593 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -2728,14 +2728,6 @@ compactor: persistence: # -- Enable creating PVCs for the compactor enabled: false - # -- Size of persistent disk - size: 10Gi - # -- Storage class to be used. - # If defined, storageClassName: . - # 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). - storageClass: null # -- List of the compactor PVCs # @notationType -- list claims: