-
I am trying to try out the new split repos for on the edge repo, however it only is updated to 21.12.2. Is there a way to get the newer versions? |
Beta Was this translation helpful? Give feedback.
Answered by
alpeb
Jan 24, 2022
Replies: 1 comment 1 reply
-
The charts from the edge repo have changed their versioning scheme, and now have appended the $ helm repo up
$ helm search repo linkerd-edge --devel
NAME CHART VERSION APP VERSION DESCRIPTION
linkerd-edge/jaeger 21.1.4 edge-21.1.3 DEPRECATED: Use linkerd-jaeger instead - Helm c...
linkerd-edge/linkerd-control-plane 1.1.2-edge edge-22.1.4 Linkerd gives you observability, reliability, a...
linkerd-edge/linkerd-crds 1.0.0-edge Linkerd gives you observability, reliability, a...
linkerd-edge/linkerd-jaeger 30.1.0-edge edge-22.1.4 The Linkerd-Jaeger extension adds distributed t...
linkerd-edge/linkerd-multicluster 30.0.2-edge edge-22.1.4 The Linkerd-Multicluster extension contains res...
linkerd-edge/linkerd-viz 30.0.2-edge edge-22.1.4 The Linkerd-Viz extension contains observabilit...
linkerd-edge/linkerd2 21.12.3 edge-21.12.2 DEPRECATED: Use linkerd-crds and linkerd-contro...
linkerd-edge/linkerd2-cni 30.0.2-edge edge-22.1.4 Linkerd is a *service mesh*, designed to give p...
linkerd-edge/linkerd2-multicluster 21.1.4 edge-21.1.3 DEPRECATED: Use linkerd-multicluster instead - ... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kraft87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The charts from the edge repo have changed their versioning scheme, and now have appended the
-edge
particle. This means you have you use the--devel
flag in yourhelm commands
: