Skip to content

Commit

Permalink
chore: bump controller-gen to v0.14.0 (#1268)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Feb 21, 2024
1 parent 8312a0c commit dd587bb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ TOOLS_DIR := hack/tools
TOOLS_BIN_DIR := $(abspath $(TOOLS_DIR)/bin)

# Binaries
CONTROLLER_GEN_VER := v0.10.0
CONTROLLER_GEN_VER := v0.14.0
CONTROLLER_GEN_BIN := controller-gen
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER)

Expand Down
2 changes: 0 additions & 2 deletions config/rbac/role.yaml
Expand Up @@ -2,7 +2,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
Expand All @@ -26,7 +25,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: manager-role
namespace: azure-workload-identity-system
rules:
Expand Down
1 change: 0 additions & 1 deletion config/webhook/manifests.yaml
Expand Up @@ -2,7 +2,6 @@
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
creationTimestamp: null
name: mutating-webhook-configuration
webhooks:
- admissionReviewVersions:
Expand Down
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app: '{{ template "workload-identity-webhook.name" . }}'
azure-workload-identity.io/system: "true"
Expand Down
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
app: '{{ template "workload-identity-webhook.name" . }}'
azure-workload-identity.io/system: "true"
Expand Down
2 changes: 0 additions & 2 deletions manifest_staging/deploy/azure-wi-webhook.yaml
Expand Up @@ -22,7 +22,6 @@ metadata:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
azure-workload-identity.io/system: "true"
name: azure-wi-webhook-manager-role
Expand All @@ -44,7 +43,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
azure-workload-identity.io/system: "true"
name: azure-wi-webhook-manager-role
Expand Down

0 comments on commit dd587bb

Please sign in to comment.