Skip to content

Commit

Permalink
chore(cni) bump version to 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
  • Loading branch information
Nikolay Nikolaev committed Mar 31, 2021
1 parent 195fc7e commit 48ca5bf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 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",
Cni_image_repository: "lobkovilya/install-cni",
Cni_image_tag: "0.0.3",
Cni_image_tag: "0.0.4",
ControlPlane_mode: core.Standalone,
ControlPlane_zone: "",
ControlPlane_globalRemoteSyncService_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.3"
image: "docker.io/lobkovilya/install-cni:0.0.4"
imagePullPolicy: Always
command: ["/install-cni.sh"]
env:
Expand Down

Large diffs are not rendered by default.

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.3"` | CNI image tag |
| cni.image.tag | string | `"0.0.4"` | 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.3"
tag: "0.0.4"

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 @@ -250,7 +250,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")
--cni-repository string repository for the image of the Kuma CNI component (default "lobkovilya/install-cni")
--cni-version string version of the image of the Kuma CNI component (default "0.0.3")
--cni-version string version of the image of the Kuma CNI component (default "0.0.4")
--control-plane-registry string registry for the image of the Kuma Control Plane component (default "kong-docker-kuma-docker.bintray.io")
--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
1 change: 0 additions & 1 deletion test/e2e/deploy/kuma_deploy_hybrid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ metadata:
})

It("should access allservices", func() {

// Remote 1
pods, err := k8s.ListPodsE(
remote_1.GetTesting(),
Expand Down

0 comments on commit 48ca5bf

Please sign in to comment.