Skip to content

Commit b753431

Browse files
committed
fix
1 parent d014cc3 commit b753431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-arc/kubernetes/extensions-release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,15 @@ The most recent version of the Flux v2 extension and the two previous versions (
127127
>
128128
> The [HelmChart](https://fluxcd.io/flux/components/source/helmcharts/) kind will be promoted from `v1beta2` to `v1` (GA). The `v1` API is backwards compatible with `v1beta2`, with the exception of the `.spec.valuesFile` field, which will be replaced by `.spec.valuesFiles`.
129129
>
130-
> To avoid issues due to breaking changes, we recommend updating your deployments as soon as possible to ensure that your manifests are compliant with this release. Use the new fields which are already available in the current version of the APIs, instead of the fields that will be removed.
130+
> Use the new fields which are already available in the current version of the APIs, instead of the fields that will be removed.
131131
>
132132
> The kustomize package will be updated to v5.4.0, which contains the following breaking changes:
133133
>
134134
> - [Kustomization build fails when resources key is missing](https://github.com/kubernetes-sigs/kustomize/issues/5337)
135135
> - [Components are now applied after generators and before transformers](https://github.com/kubernetes-sigs/kustomize/pull/5170) in [v5.1.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.1.0)
136136
> - [Null yaml values are replaced by "null"](https://github.com/kubernetes-sigs/kustomize/pull/5519) in [v5.4.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.4.0)
137+
>
138+
> To avoid issues due to breaking changes, we recommend updating your manifests as soon as possible to ensure that your Flux configurations remain compliant with this release.
137139
138140

139141
> [!NOTE]

0 commit comments

Comments
 (0)