Skip to content

Commit

Permalink
fix(deps): update dependency kubernetes/kubernetes to v1.22.4 (#902)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 20, 2021
1 parent 0dc7f12 commit 65f84ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-deploy/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.14

# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.22.3
ARG KUBECTL_VERSION=v1.22.4

# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=loose
ARG KUSTOMIZE_VERSION=kustomize/v3.5.2
Expand Down
2 changes: 1 addition & 1 deletion kubectl/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.14

# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.22.3
ARG KUBECTL_VERSION=v1.22.4

# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=loose
ARG KUSTOMIZE_VERSION=kustomize/v3.5.2
Expand Down

0 comments on commit 65f84ee

Please sign in to comment.