Skip to content

Commit

Permalink
chore(*) bump cni version to 0.0.9 (#2137)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Smykla <bartek@smykla.com>
  • Loading branch information
bartsmykla authored Jun 9, 2021
1 parent a6a01d8 commit ce422f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deployments/charts/kuma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion deployments/charts/kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/kumactl/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ce422f6

Please sign in to comment.