Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/kubernetes to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 13750b5 commit b21c9e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:
default: v0.19.2 # github-releases:docker/buildx
type: string
kubectl_version:
default: v1.31.3 # github-releases:kubernetes/kubernetes
default: v1.32.0 # github-releases:kubernetes/kubernetes
type: string
helm_version:
default: v3.16.3 # github-releases:helm/helm
Expand Down
2 changes: 1 addition & 1 deletion images/dind-buildx-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM drpsychick/dind-buildx:$VERSION
# install kubectl: https://github.com/kubernetes/kubectl/releases
ARG KUBECTL_URL=https://dl.k8s.io/release
# github-releases:kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.31.3
ARG KUBECTL_VERSION=v1.32.0
ARG TARGETARCH
ARG KUBECTL_ARCH=${TARGETARCH}

Expand Down
2 changes: 1 addition & 1 deletion images/dind-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update --no-cache ca-certificates git curl jq
# install kubectl: https://github.com/kubernetes/kubectl/releases
ARG KUBECTL_URL=https://dl.k8s.io/release
# github-releases:kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.31.3
ARG KUBECTL_VERSION=v1.32.0
ARG TARGETARCH
ARG KUBECTL_ARCH=${TARGETARCH}

Expand Down

0 comments on commit b21c9e1

Please sign in to comment.