From 521495a12f7d8c92d52e1ed7c0a134cc3639367a Mon Sep 17 00:00:00 2001 From: James Carppe <85850129+jamescarppe@users.noreply.github.com> Date: Thu, 10 Feb 2022 12:27:51 +1300 Subject: [PATCH] Manually bump version for 2.11.1 release --- deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml b/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml index 0a8991e..f1c9027 100755 --- a/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml +++ b/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml @@ -65,7 +65,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.11.0 + image: portainer/agent:2.11.1 imagePullPolicy: Always env: - name: LOG_LEVEL @@ -97,4 +97,4 @@ spec: - containerPort: 9001 protocol: TCP - containerPort: 80 - protocol: TCP \ No newline at end of file + protocol: TCP