From e9ab52709a101188fe5353a5942227744aa87d1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:07:40 +0000 Subject: [PATCH] chore(deps): update dependency clusterrolebinding to rbac.authorization.k8s.io/v1 Signed-off-by: Nicholas Wilde --- cluster/infrastructure/external-dns/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/infrastructure/external-dns/deployment.yaml b/cluster/infrastructure/external-dns/deployment.yaml index c10cb97..55cd285 100644 --- a/cluster/infrastructure/external-dns/deployment.yaml +++ b/cluster/infrastructure/external-dns/deployment.yaml @@ -19,7 +19,7 @@ rules: resources: ["nodes"] verbs: ["list", "watch"] --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: external-dns-viewer