Skip to content

Commit

Permalink
fix(ci): Update proxy-init to v2.2.4 (#2971)
Browse files Browse the repository at this point in the history
This ensures that the proxy-init image is compatible with recent
edge releases.
  • Loading branch information
olix0r committed May 15, 2024
1 parent 7676165 commit 7d2d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ linkerd-tag := env_var_or_default('LINKERD_TAG', '')
_controller-image := 'ghcr.io/linkerd/controller'
_policy-image := 'ghcr.io/linkerd/policy-controller'
_init-image := 'ghcr.io/linkerd/proxy-init'
_init-tag := 'v2.2.0'
_init-tag := 'v2.4.0'

_kubectl := 'just-k3d kubectl'
_linkerd := 'linkerd --context=k3d-$(just-k3d --evaluate K3D_CLUSTER_NAME)'
Expand Down

0 comments on commit 7d2d6f3

Please sign in to comment.