From 516225c82801f623229c51780c40e188da93f612 Mon Sep 17 00:00:00 2001 From: Anson Qian Date: Thu, 12 Mar 2026 15:39:36 +0000 Subject: [PATCH] update unbounded cni to v0.7.1 --- .../assets/unbounded-cni/controller/03-deployment.yaml | 2 +- .../unboundedcni/assets/unbounded-cni/node/03-daemonset.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/controller/03-deployment.yaml b/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/controller/03-deployment.yaml index ad600d1..8d44770 100644 --- a/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/controller/03-deployment.yaml +++ b/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/controller/03-deployment.yaml @@ -68,7 +68,7 @@ spec: effect: NoSchedule containers: - name: controller - image: unboundedcnitme.azurecr.io/unbounded-cni-controller:v0.7.0 + image: unboundedcnitme.azurecr.io/unbounded-cni-controller:v0.7.1 imagePullPolicy: Always volumeMounts: - name: tmp diff --git a/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/node/03-daemonset.yaml b/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/node/03-daemonset.yaml index 7f9d725..1a32c79 100644 --- a/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/node/03-daemonset.yaml +++ b/cli/internal/aks/deploy/unboundedcni/assets/unbounded-cni/node/03-daemonset.yaml @@ -37,7 +37,7 @@ spec: initContainers: # Install CNI plugins to host - name: install-cni-plugins - image: unboundedcnitme.azurecr.io/unbounded-cni-node:v0.7.0 + image: unboundedcnitme.azurecr.io/unbounded-cni-node:v0.7.1 imagePullPolicy: Always command: - /usr/local/bin/node-agent-init.sh @@ -50,7 +50,7 @@ spec: privileged: true containers: - name: node - image: unboundedcnitme.azurecr.io/unbounded-cni-node:v0.7.0 + image: unboundedcnitme.azurecr.io/unbounded-cni-node:v0.7.1 imagePullPolicy: Always env: - name: LOG_LEVEL