chore(deps): update dependency mikefarah/yq to v4.30.6 (#2)
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 2022-12-22 14:22:47 +01:00 committed by Robert Kaussow
parent 2a42b78396
commit 506d81580f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ARG KUBECONFORM_VERSION
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.25.3}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.30.4}"
ENV YQ_VERSION="${YQ_VERSION:-v4.30.6}"
# renovate: datasource=github-releases depName=helm/helm
ENV HELM_VERSION="${HELM_VERSION:-v3.10.1}"
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize