chore(deps): update dependency kubernetes/kubernetes to v1.30.0 (#129)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #129
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-04-18 08:41:25 +02:00 committed by Robert Kaussow
parent 0302ff7ff2
commit d06bd6aa3e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ARG FLUX_VERSION
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}"
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.4}"
ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.43.1}"
# renovate: datasource=github-releases depName=helm/helm