From e18d7ec0fab4a8745c41e5ad96b9ed6e237dd613 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Jun 2026 00:09:26 +0000 Subject: [PATCH] Update dependency ClusterRoleBinding to rbac.authorization.k8s.io/v1 --- charts/vault/templates/server-clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vault/templates/server-clusterrolebinding.yaml b/charts/vault/templates/server-clusterrolebinding.yaml index 0f9ceaf..d6ce34b 100644 --- a/charts/vault/templates/server-clusterrolebinding.yaml +++ b/charts/vault/templates/server-clusterrolebinding.yaml @@ -8,7 +8,7 @@ SPDX-License-Identifier: MPL-2.0 {{- if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1" -}} apiVersion: rbac.authorization.k8s.io/v1 {{- else }} -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 {{- end }} kind: ClusterRoleBinding metadata: -- 2.47.2