Skip to content

Commit 83e9300

Browse files
jmagakGitHub Actions
andauthored
RHDHBUGS-232: Changes to RHDH 1.5 release notes (#1078)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 46d9c83 commit 83e9300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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. 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

30-
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.
30+
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. For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.5/html-single/configuring_red_hat_developer_hub/index#creating-a-pvc-for-the-dynamic-plugin-cache-using-the-helm-chart[Creating a PVC for the dynamic plugin cache using the Helm Chart].
3131

3232
.Additional resources
3333
* link:https://issues.redhat.com/browse/RHIDP-5568[RHIDP-5568]

0 commit comments

Comments
 (0)