Skip to content

Commit

Permalink
Remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dargudear-google committed Jan 9, 2025
1 parent f1c8f76 commit a9f26b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ YQ := yq

# Test variables
KIND_VERSION ?= 0.23.0
KUBERNETES_VERSION ?= 1.30.8
KUBECTL_VERSION ?= 1.30.8
KUBERNETES_VERSION ?= 1.30.2
KUBECTL_VERSION ?= 1.30.2
BATS_VERSION ?= 1.4.1
TRIVY_VERSION ?= 0.57.1
PROTOC_VERSION ?= 3.20.1
Expand Down
2 changes: 1 addition & 1 deletion docker/crd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

FROM alpine as builder
ARG KUBE_VERSION=v1.30.8
ARG KUBE_VERSION=v1.29.11
ARG TARGETARCH

RUN apk add --no-cache curl && \
Expand Down

0 comments on commit a9f26b6

Please sign in to comment.