Skip to content

Commit bfa0cfb

Browse files
committed
bump helm, yq
1 parent b36b72f commit bfa0cfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN url="https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${
5151

5252
# yq is kind of like jq, but for YAML.
5353
FROM apt-base as yq
54-
ARG YQ_VERSION=v4.45.4 # repo=mikefarah/yq
54+
ARG YQ_VERSION=v4.46.1 # repo=mikefarah/yq
5555
RUN url="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" ; \
5656
scurl -o /yq "$url" && chmod +x /yq
5757

@@ -67,7 +67,7 @@ COPY --link bin/scurl /bin/
6767

6868
# helm templates kubernetes manifests.
6969
FROM apt-base as helm
70-
ARG HELM_VERSION=v3.18.3 # repo=helm/helm
70+
ARG HELM_VERSION=v3.18.4 # repo=helm/helm
7171
RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
7272
scurl "$url" | tar xzvf - --strip-components=1 -C /usr/local/bin linux-amd64/helm
7373

repos/linkerd2

Submodule linkerd2 updated 537 files

0 commit comments

Comments
 (0)