Skip to content

Commit 4587680

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The `scopes` parameter is now mandatory for the `gitlab:projectDeployToken:creat
2323
* link:https://issues.redhat.com/browse/RHIDP-5812[RHIDP-5812]
2424

2525
[id="breaking-change-rhidp-5568"]
26-
== The `dynamicPlugins.cache.volumeClaimSpec` field is removed from the Helm Chart, dynamic plugin storage is now ephemeral
26+
== 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 all dynamic plugin storage ephemeral by default. Instead of the Helm chart managing persistent volume claim (PVC) creation, you must now manually configure ephemeral volume claims under `extraVolumes`.
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.
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)