Skip to content

Commit ffd5f48

Browse files
AjarmarPavan-Gunda
authored andcommitted
fix: pre-commit errors
1 parent 000ee6a commit ffd5f48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog/2.29.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Released 2025-11-25
1414
- [#462](https://github.com/elastisys/compliantkubernetes-kubespray/pull/462) - config: enable cilium service monitors by default @Mlundm
1515
- [#463](https://github.com/elastisys/compliantkubernetes-kubespray/pull/463) - Add configurable cni flags for Cilium (required for migration) @rarescosma
1616
- [#468](https://github.com/elastisys/compliantkubernetes-kubespray/pull/468) - Update prompts @anders-elastisys
17-
- [#469](https://github.com/elastisys/compliantkubernetes-kubespray/pull/469) - Set CK8S-Kubespray repo version in init script @anders-elastisys
17+
- [#469](https://github.com/elastisys/compliantkubernetes-kubespray/pull/469) - Set ck8sKubespray repo version in init script @anders-elastisys
1818
- [#473](https://github.com/elastisys/compliantkubernetes-kubespray/pull/473) - added typha migration script @shafi-elastisys
1919

2020
### Other(s)

migration/v2.29/prepare/30-cilium-extra-cni-flags.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ if [[ "${CK8S_CLUSTER}" != both ]]; then
1111
CLUSTERS=("${CK8S_CLUSTER}")
1212
fi
1313

14-
1514
for cluster in "${CLUSTERS[@]}"; do
1615
#Add extra cni flags
1716
yq_add "${cluster}" k8s_cluster/ck8s-cilium .ck8s_cilium "load(\"${ROOT}/config/common/group_vars/k8s_cluster/ck8s-cilium.yaml\").ck8s_cilium"

0 commit comments

Comments
 (0)