diff --git a/app/kumactl/cmd/install/context/install_control_plane_context.go b/app/kumactl/cmd/install/context/install_control_plane_context.go index c9559106c80b..80f3b014df48 100644 --- a/app/kumactl/cmd/install/context/install_control_plane_context.go +++ b/app/kumactl/cmd/install/context/install_control_plane_context.go @@ -87,7 +87,7 @@ func DefaultInstallCpContext() InstallCpContext { Cni_conf_name: "kuma-cni.conf", Cni_image_registry: "docker.io/lobkovilya", Cni_image_repository: "install-cni", - Cni_image_tag: "0.0.8", + Cni_image_tag: "0.0.9", ControlPlane_mode: core.Standalone, ControlPlane_zone: "", ControlPlane_globalZoneSyncService_type: "LoadBalancer", diff --git a/app/kumactl/cmd/install/testdata/install-control-plane.cni-enabled.golden.yaml b/app/kumactl/cmd/install/testdata/install-control-plane.cni-enabled.golden.yaml index 5e487a1e3e5b..66097c1c240a 100644 --- a/app/kumactl/cmd/install/testdata/install-control-plane.cni-enabled.golden.yaml +++ b/app/kumactl/cmd/install/testdata/install-control-plane.cni-enabled.golden.yaml @@ -834,7 +834,7 @@ spec: terminationGracePeriodSeconds: 5 containers: - name: install-cni - image: "docker.io/lobkovilya/install-cni:0.0.8" + image: "docker.io/lobkovilya/install-cni:0.0.9" imagePullPolicy: Always command: ["/install-cni.sh"] env: diff --git a/deployments/charts/kuma/README.md b/deployments/charts/kuma/README.md index 88659384550c..756a12a12ca5 100644 --- a/deployments/charts/kuma/README.md +++ b/deployments/charts/kuma/README.md @@ -56,7 +56,7 @@ A Helm chart for the Kuma Control Plane | cni.nodeSelector | object | `{"kubernetes.io/arch":"amd64","kubernetes.io/os":"linux"}` | Node Selector for the CNI pods | | cni.image.registry | string | `"docker.io"` | CNI image registry | | cni.image.repository | string | `"lobkovilya/install-cni"` | CNI image repository | -| cni.image.tag | string | `"0.0.8"` | CNI image tag | +| cni.image.tag | string | `"0.0.9"` | CNI image tag | | dataPlane.image.repository | string | `"kuma-dp"` | The Kuma DP image repository | | dataPlane.image.pullPolicy | string | `"IfNotPresent"` | Kuma DP ImagePullPolicy | | dataPlane.initImage.repository | string | `"kuma-init"` | The Kuma DP init image repository | diff --git a/deployments/charts/kuma/values.yaml b/deployments/charts/kuma/values.yaml index 78c4018362f3..b118afb26bf6 100644 --- a/deployments/charts/kuma/values.yaml +++ b/deployments/charts/kuma/values.yaml @@ -155,7 +155,7 @@ cni: # -- CNI image repository repository: "lobkovilya/install-cni" # -- CNI image tag - tag: "0.0.8" + tag: "0.0.9" dataPlane: image: diff --git a/docs/cmd/kumactl/HELP.md b/docs/cmd/kumactl/HELP.md index 0c0f003b7ce0..98a7978ab310 100644 --- a/docs/cmd/kumactl/HELP.md +++ b/docs/cmd/kumactl/HELP.md @@ -263,7 +263,7 @@ Flags: --cni-net-dir string set the CNI install directory (default "/etc/cni/multus/net.d") --cni-registry string registry for the image of the Kuma CNI component (default "docker.io/lobkovilya") --cni-repository string repository for the image of the Kuma CNI component (default "install-cni") - --cni-version string version of the image of the Kuma CNI component (default "0.0.8") + --cni-version string version of the image of the Kuma CNI component (default "0.0.9") --control-plane-registry string registry for the image of the Kuma Control Plane component (default "docker.io/kumahq") --control-plane-repository string repository for the image of the Kuma Control Plane component (default "kuma-cp") --control-plane-service-name string Service name of the Kuma Control Plane (default "kuma-control-plane")