From b56f42617a8833cbc28bf93ef48f0b53b24afdc9 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sat, 9 Oct 2021 19:18:52 +0200 Subject: [PATCH] Bump api versions --- PROJECT | 2 +- config/rbac/auth_proxy_client_clusterrole.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PROJECT b/PROJECT index 96146104..9299e8e9 100644 --- a/PROJECT +++ b/PROJECT @@ -1,5 +1,5 @@ domain: tietoevry.com -layout: go.kubebuilder.io/v2 +layout: go.kubebuilder.io/v3 projectName: github-actions-runner-operator repo: github.com/evryfs/github-actions-runner-operator resources: diff --git a/config/rbac/auth_proxy_client_clusterrole.yaml b/config/rbac/auth_proxy_client_clusterrole.yaml index 7d62534c..bd4af137 100644 --- a/config/rbac/auth_proxy_client_clusterrole.yaml +++ b/config/rbac/auth_proxy_client_clusterrole.yaml @@ -1,4 +1,4 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: metrics-reader