You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a prototype of this running, but we need to support pulling schema 1 images, since some of the images referenced by the istio yamls are schema 1 (the quay ones).
Expected Behavior
Our provided Istio manifests should refer to digests and not tags. We have seen cases where a moving tag (
latest
) causes changing behavior.Our script https://github.com/knative/serving/blob/master/third_party/istio-1.0.2/download-istio.sh should just do
ko resolve
after runninghelm
.Actual Behavior
We are using tags in the provided manifest.
Steps to Reproduce the Problem
Additional Info
/cc @rgregg @mattmoor
The text was updated successfully, but these errors were encountered: