Skip to content

Commit

Permalink
Update dependency kyverno/kyverno to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent ca09860 commit 5653312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/config/kyverno/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/kyverno/kyverno/releases/download/v1.13.0/install.yaml
- https://github.com/kyverno/kyverno/releases/download/v1.13.1/install.yaml

configMapGenerator:
- name: kyverno
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))

KYVERNO := $(TOOLS_BIN_DIR)/kyverno
# renovate: datasource=github-releases depName=kyverno/kyverno
KYVERNO_VERSION ?= v1.13.0
KYVERNO_VERSION ?= v1.13.1
$(KYVERNO): $(call tool_version_file,$(KYVERNO),$(KYVERNO_VERSION))
curl -Lo - https://github.com/kyverno/kyverno/releases/download/$(KYVERNO_VERSION)/kyverno-cli_$(KYVERNO_VERSION)_$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m | sed 's/aarch64/arm64/').tar.gz | tar -xzmf - -C $(TOOLS_BIN_DIR) kyverno
chmod +x $(KYVERNO)
Expand Down

0 comments on commit 5653312

Please sign in to comment.