Skip to content

Commit

Permalink
Updated latest libs
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Nov 27, 2024
1 parent d5d8a87 commit 2bb4f29
Show file tree
Hide file tree
Showing 8 changed files with 1,354 additions and 1,609 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ update-version: ## Updates the version in the image

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0)
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.4)

KUSTOMIZE = $(shell pwd)/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v4@v4.5.2)
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5@v5.5.0)

ENVTEST = $(shell pwd)/bin/setup-envtest
envtest: ## Download envtest-setup locally if necessary.
Expand Down
4 changes: 2 additions & 2 deletions build/build_config_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

python -m venv docs/build/venv
python3.12 -m venv docs/build/venv
source docs/build/venv/bin/activate
pip install json-schema-for-humans==0.47
pip install json-schema-for-humans==v1.0.2
generate-schema-doc --config with_footer=false --config template_name=md controllers/cloud.redhat.com/config/schema.json docs/api_ref.md
1,796 changes: 894 additions & 902 deletions config/crd/bases/operators.coreos.com_subscriptions.yaml

Large diffs are not rendered by default.

87 changes: 2 additions & 85 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
Expand All @@ -23,19 +22,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- configmaps
- events
- namespaces
- persistentvolumeclaims
- secrets
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -86,45 +72,7 @@ rules:
- cloud.redhat.com
resources:
- clowdapps
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- cloud.redhat.com
resources:
- clowdapps/status
verbs:
- get
- patch
- update
- apiGroups:
- cloud.redhat.com
resources:
- clowdenvironments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- cloud.redhat.com
resources:
- clowdenvironments/status
verbs:
- get
- patch
- update
- apiGroups:
- cloud.redhat.com
resources:
- clowdjobinvocations
verbs:
- create
Expand All @@ -137,6 +85,8 @@ rules:
- apiGroups:
- cloud.redhat.com
resources:
- clowdapps/status
- clowdenvironments/status
- clowdjobinvocations/status
verbs:
- get
Expand Down Expand Up @@ -173,41 +123,8 @@ rules:
- kafka.strimzi.io
resources:
- kafkaconnects
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- kafka.strimzi.io
resources:
- kafkas
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- kafka.strimzi.io
resources:
- kafkatopics
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- kafka.strimzi.io
resources:
- kafkausers
verbs:
- create
Expand Down
Loading

0 comments on commit 2bb4f29

Please sign in to comment.