Skip to content
Snippets Groups Projects
Verified Commit d4e16a33 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Merge remote-tracking branch 'origin/renovate/kubernetes-kubernetes-1.x'

parents 50ec0b58 69a8d2c9
No related branches found
No related tags found
1 merge request!678chore(deps): update dependency kubernetes/kubernetes to v1.27.2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
FROM quay.io/fedora/fedora:37 as kubectl FROM quay.io/fedora/fedora:37 as kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes # renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.27.1 ARG KUBECTL_VERSION=v1.27.2
ENV KUBECTL_VERSION=${KUBECTL_VERSION} ENV KUBECTL_VERSION=${KUBECTL_VERSION}
RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment