chore(deps): update dependency mikefarah/yq to v4.30.8 (#11)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-01-15 17:09:38 +01:00 committed by Robert Kaussow
parent 0a499b9c65
commit dd1958123d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ARG FLUXCD_VERSION
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.26.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.30.6}"
ENV YQ_VERSION="${YQ_VERSION:-v4.30.8}"
# renovate: datasource=github-releases depName=helm/helm
ENV HELM_VERSION="${HELM_VERSION:-v3.10.3}"
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize