From 251b06e4ae5ec285268893cd68ab7b09096536db Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Mon, 27 May 2024 10:16:28 +0200 Subject: [PATCH 1/2] update webhook deploy comment --- .../toolchain.dev.openshift.com_memberoperatorconfigs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml index d9b1c94a..a27730e0 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml @@ -168,7 +168,9 @@ spec: properties: deploy: description: Defines the flag that determines whether to deploy - the Webhook + the Webhook. If the deploy flag is disabled, the Webhook is + deployed and deleted immediately after by the memberoperatorconfig + controller. type: boolean secret: description: Defines all secrets related to webhook configuration From 67950167a585068bf202a62b727e5da834e1f93f Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Wed, 29 May 2024 11:51:01 +0200 Subject: [PATCH 2/2] update api version --- .../toolchain.dev.openshift.com_memberoperatorconfigs.yaml | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml index a27730e0..9b4fd15b 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_memberoperatorconfigs.yaml @@ -168,8 +168,8 @@ spec: properties: deploy: description: Defines the flag that determines whether to deploy - the Webhook. If the deploy flag is disabled, the Webhook is - deployed and deleted immediately after by the memberoperatorconfig + the Webhook. If the deploy flag is set to False and the Webhook + was deployed previously it will be deleted by the memberoperatorconfig controller. type: boolean secret: diff --git a/go.mod b/go.mod index 85a96089..053e7d2d 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/codeready-toolchain/member-operator require ( - github.com/codeready-toolchain/api v0.0.0-20240507023248-73662d6db2c5 + github.com/codeready-toolchain/api v0.0.0-20240528205754-12b79324a6a3 github.com/codeready-toolchain/toolchain-common v0.0.0-20240513103602-0cabe6c279c8 github.com/go-logr/logr v1.2.3 github.com/google/go-cmp v0.5.9 diff --git a/go.sum b/go.sum index 14392fee..c04f07c2 100644 --- a/go.sum +++ b/go.sum @@ -134,8 +134,8 @@ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWH github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo= github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA= github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI= -github.com/codeready-toolchain/api v0.0.0-20240507023248-73662d6db2c5 h1:BPIwkb0fqJEJ5GjMFgkoo13f8AY5UTWmPD4Hcm1GqoU= -github.com/codeready-toolchain/api v0.0.0-20240507023248-73662d6db2c5/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E= +github.com/codeready-toolchain/api v0.0.0-20240528205754-12b79324a6a3 h1:e4P5AtB6nbigpVtOewHustzGIb0fK5jYffWxZz2zL/c= +github.com/codeready-toolchain/api v0.0.0-20240528205754-12b79324a6a3/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E= github.com/codeready-toolchain/toolchain-common v0.0.0-20240513103602-0cabe6c279c8 h1:6m0CiQDEzBbs9cR5UWLyOcuFgDSgWSgbGajsoV42fC0= github.com/codeready-toolchain/toolchain-common v0.0.0-20240513103602-0cabe6c279c8/go.mod h1:5ZCAINI2sJifBbe48IHJzDc/GuuWFb5HOL4kWB+a+pA= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=