Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading