chore(deps): update dependency yannh/kubeconform to v0.6.2
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Renovator Bot 2023-06-07 11:00:48 +00:00
parent 6854feb79a
commit f3a7ea9fbc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.8}"
# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.32.0}"
# renovate: datasource=github-releases depName=yannh/kubeconform
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.1}"
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.2}"
RUN apk --update add --no-cache python3 py3-pip curl make tar git bash && \
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \