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