From 66469594edeae626e38ef13900a3f75a04c57e12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Sep 2021 06:07:35 +0000 Subject: [PATCH] Update ironbank/opensource/istio/pilot Docker tag to v1.11.1 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index d0034e8..a5d5af0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,7 +4,7 @@ profile: default # The hub to use for the image (note: the image is built as ".Values.hub/:.Values.tag" hub: registry1.dso.mil/ironbank/opensource/istio # The tag to use for the image -tag: 1.10.4 +tag: 1.11.1 # The domain to use for the default gateway domain: bigbang.dev @@ -140,7 +140,7 @@ cni: image: name: install-cni hub: registry1.dso.mil/ironbank/opensource/istio - tag: 1.10.4 + tag: 1.11.1 # k8s pod annotations. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ podAnnotations: {} # k8s nodeSelector. https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector -- GitLab