Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency kubernetes/kubernetes to v1.32.0 #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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