chore(deps): update dependency kubernetes/kubernetes to v1.26.0 (#5)
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:23:28 +01:00 committed by Robert Kaussow
parent 7715271fd3
commit c670942da8
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.25.3}"
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.26.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.30.6}"
# renovate: datasource=github-releases depName=helm/helm