chore(deps): update dependency kubernetes/kubernetes to v1.27.2 (#41)
continuous-integration/drone/push Build is passing Details

Reviewed-on: docker/kube-tools#41
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-05-26 13:00:43 +02:00 committed by Robert Kaussow
parent 141cafd6ce
commit 0cee3673ae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ARG KUSTOMIZE_VERSION
ARG KUBECONFORM_VERSION
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.26.3}"
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.27.2}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.34.1}"
# renovate: datasource=github-releases depName=helm/helm