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

This commit is contained in:
Renovator Bot 2023-08-24 14:05:50 +00:00
parent 6e77fe1e43
commit 5d8b01acac
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.28.0}"
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.28.1}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.35.1}"
# renovate: datasource=github-releases depName=helm/helm