Skip to content

Commit 4aa1ebd

Browse files
author
GitHub Actions
committed
Update the Release Notes 1.5
1 parent 4587680 commit 4aa1ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/release-notes/ref-release-notes-breaking-changes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `scopes` parameter is now mandatory for the `gitlab:projectDeployToken:creat
2525
[id="breaking-change-rhidp-5568"]
2626
== The `dynamicPlugins.cache.volumeClaimSpec` field is removed from the Helm Chart, dynamic plugin storage is now ephemeral by default
2727

28-
The `dynamicPlugins.cache.volumeClaimSpec` field has been removed from `values.yaml`, making dynamic plugin storage ephemeral by default using `emptyDir: {}`. Persistent plugin caching remains fully supported, and you must now manually configure `PersistentVolumeClaim` and mount it using the `extraVolumes` and `extraVolumeMounts` fields in the Helm chart values.
28+
The `dynamicPlugins.cache.volumeClaimSpec` field has been removed from `values.yaml`, making dynamic plugin storage ephemeral by default. If you want to enable plugin caching persistence, you must now manually configure a `PersistentVolumeClaim` and mount it using the `extraVolumes` and `extraVolumeMounts` fields in the Helm chart values.
2929

3030
This change also resolves issues with running multi-replica {product-very-short} deployments, as using a PVC for the Dynamic Plugins cache previously led to potential write conflicts.
3131

0 commit comments

Comments
 (0)