Update Kiali to 1.42.0
All threads resolved!
All threads resolved!
Merge request reports
Activity
changed milestone to %1.21.0
added kiali statusreview labels
assigned to @kavitha and @micah.nagel
requested review from @BrandenCobb and @ryan.j.garcia
mentioned in commit 39048e4b
- Resolved by Branden Cobb
I think the
image:
in the deployment.yaml is wrong in the kiali MR:image: "{{ .Values.image.repo }}{{ if .Values.image.digest }}@{{ .Values.image.digest }}{{ end }}:{{ .Values.image.tag }}"
shouldn't this be:
image: "{{ .Values.image.repo }}{{ if .Values.image.digest }}@{{ .Values.image.digest }}{{ else }}:{{ .Values.image.tag }}{{ end }}"
I don't think you can pull an image with both the digest and tag at least that is my result from testing:
# docker pull registry1.dso.mil/ironbank/big-bang/base@sha256:7df752443f49bbad238333af7cd7eff72615a89ea0c73c1ec1d179a7effccebe:8.4 invalid reference format
$ docker pull registry1.dso.mil/ironbank/big-bang/base@sha256:7df752443f49bbad238333af7cd7eff72615a89ea0c73c1ec1d179a7effccebe registry1.dso.mil/ironbank/big-bang/base@sha256:7df752443f49bbad238333af7cd7eff72615a89ea0c73c1ec1d179a7effccebe: Pulling from ironbank/big-bang/base Digest: sha256:7df752443f49bbad238333af7cd7eff72615a89ea0c73c1ec1d179a7effccebe
mentioned in issue #638 (closed)
Please register or sign in to reply