Skip to content

Commit 5653312

Browse files
Update dependency kyverno/kyverno to v1.13.1
1 parent ca09860 commit 5653312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/config/kyverno/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

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

77
configMapGenerator:
88
- name: kyverno

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))
5757

5858
KYVERNO := $(TOOLS_BIN_DIR)/kyverno
5959
# renovate: datasource=github-releases depName=kyverno/kyverno
60-
KYVERNO_VERSION ?= v1.13.0
60+
KYVERNO_VERSION ?= v1.13.1
6161
$(KYVERNO): $(call tool_version_file,$(KYVERNO),$(KYVERNO_VERSION))
6262
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
6363
chmod +x $(KYVERNO)

0 commit comments

Comments
 (0)