Skip to content

Commit

Permalink
feat(deps): update dependency k14s/kapp to v0.43.0 (#924)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 4, 2022
1 parent 630cd5c commit 82c019d
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
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
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 82c019d

Please sign in to comment.