chore(deps): update dependency kubernetes/kubernetes to v1.28.0 (#70)
continuous-integration/drone/push Build is failing Details

Reviewed-on: docker/kube-tools#70
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-08-17 21:41:40 +02:00 committed by Robert Kaussow
parent bb8430a30e
commit 6e77fe1e43
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ARG KUBECONFORM_VERSION
ARG POLARIS_VERSION
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.27.4}"
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.28.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.35.1}"
# renovate: datasource=github-releases depName=helm/helm