Skip to content

Commit

Permalink
feat(deps): update dependency k14s/kapp to v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2021
1 parent 77099c3 commit f943c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN set -ex \
yq=="4.14.1-r0";

# renovate: datasource=github-releases depName=k14s/kapp
ARG KAPP_VERSION=v0.42.0
ARG KAPP_VERSION=v0.43.0
RUN set -ex \
#
&& wget -q -O /usr/local/bin/kapp \
Expand Down
2 changes: 1 addition & 1 deletion kosko/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -ex \
;

# renovate: datasource=github-releases depName=k14s/kapp
ARG KAPP_VERSION=v0.42.0
ARG KAPP_VERSION=v0.43.0
RUN set -ex \
#
&& wget -q -O /usr/local/bin/kapp \
Expand Down

0 comments on commit f943c1e

Please sign in to comment.