From dd587bb62349f8737fd1cb60c5c28cc7dbc7e185 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Tue, 20 Feb 2024 16:24:43 -0800 Subject: [PATCH] chore: bump controller-gen to v0.14.0 (#1268) Signed-off-by: Anish Ramasekar --- Makefile | 2 +- config/rbac/role.yaml | 2 -- config/webhook/manifests.yaml | 1 - .../templates/azure-wi-webhook-manager-role-clusterrole.yaml | 1 - .../templates/azure-wi-webhook-manager-role-role.yaml | 1 - manifest_staging/deploy/azure-wi-webhook.yaml | 2 -- 6 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 8c7d79395..bfcce5280 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index d0030a504..f6f0da486 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - creationTimestamp: null name: manager-role rules: - apiGroups: @@ -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: diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index bf70bc147..5eebfb321 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -2,7 +2,6 @@ apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: - creationTimestamp: null name: mutating-webhook-configuration webhooks: - admissionReviewVersions: diff --git a/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-clusterrole.yaml b/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-clusterrole.yaml index 1c27a8230..edad39bb7 100644 --- a/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-clusterrole.yaml +++ b/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-clusterrole.yaml @@ -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" diff --git a/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-role.yaml b/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-role.yaml index 39a32733b..633aac1d1 100644 --- a/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-role.yaml +++ b/manifest_staging/charts/workload-identity-webhook/templates/azure-wi-webhook-manager-role-role.yaml @@ -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" diff --git a/manifest_staging/deploy/azure-wi-webhook.yaml b/manifest_staging/deploy/azure-wi-webhook.yaml index 278b10bb4..aa4947e93 100644 --- a/manifest_staging/deploy/azure-wi-webhook.yaml +++ b/manifest_staging/deploy/azure-wi-webhook.yaml @@ -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 @@ -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