UNCLASSIFIED

Commit 906637e9 authored by Claude Devarenne's avatar Claude Devarenne
Browse files

Update values.yaml: Use the latest image for Istio 1.10 which is 1.10.3

parent 6bc37097
Pipeline #383316 passed with stages
in 1 minute and 50 seconds
......@@ -4,7 +4,7 @@ profile: default
# The hub to use for the image (note: the image is built as ".Values.hub/<component>:.Values.tag"
hub: registry1.dso.mil/ironbank/opensource/istio
# The tag to use for the image
tag: 1.10.1
tag: 1.10.3
# 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.1
tag: 1.10.3
# 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
......@@ -159,4 +159,4 @@ values:
networkPolicies:
enabled: false
# See `kubectl cluster-info` and then resolve to IP
controlPlaneCidr: 0.0.0.0/0
\ No newline at end of file
controlPlaneCidr: 0.0.0.0/0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment