From 686b1fae533d7fb6bbebd8e25bc672a625780a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:56:17 +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