Skip to content

Update gatekeeper-operator digest to 197b71e #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatekeeper-operator
Submodule gatekeeper-operator updated 78 files
+11 βˆ’4 .github/workflows/ci_tests.yaml
+4 βˆ’2 .github/workflows/olm_tests.yaml
+612 βˆ’0 .tekton/gatekeeper-operator-3-15-pull-request.yaml
+610 βˆ’0 .tekton/gatekeeper-operator-3-15-push.yaml
+603 βˆ’0 .tekton/gatekeeper-operator-bundle-3-15-pull-request.yaml
+600 βˆ’0 .tekton/gatekeeper-operator-bundle-3-15-push.yaml
+16 βˆ’0 .tekton/images-mirror-set.yaml
+1 βˆ’1 Dockerfile
+1 βˆ’0 GATEKEEPER_VERSION
+25 βˆ’17 Makefile
+0 βˆ’2 OWNERS
+3 βˆ’3 PROJECT
+5 βˆ’5 README.md
+1 βˆ’1 REPLACES_VERSION
+1 βˆ’1 VERSION
+33 βˆ’0 build/Dockerfile.rhtap
+36 βˆ’0 build/bundle.Dockerfile
+42 βˆ’0 build/bundle.Dockerfile.rhtap
+1 βˆ’1 build/common/Makefile.common.mk
+3 βˆ’1 build/common/config/.golangci.yml
+50 βˆ’0 build/konflux-patch.sh
+3 βˆ’3 bundle.Dockerfile
+27 βˆ’40 bundle/manifests/gatekeeper-operator-product.clusterserviceversion.yaml
+25 βˆ’9 bundle/metadata/annotations.yaml
+0 βˆ’2 config/default/kustomization.yaml
+0 βˆ’34 config/default/manager_auth_proxy_patch.yaml
+0 βˆ’1 ...admissionregistration.k8s.io_v1_mutatingwebhookconfiguration_gatekeeper-mutating-webhook-configuration.yaml
+0 βˆ’1 ...ssionregistration.k8s.io_v1_validatingwebhookconfiguration_gatekeeper-validating-webhook-configuration.yaml
+400 βˆ’353 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assign.mutations.gatekeeper.sh.yaml
+131 βˆ’115 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assignimage.mutations.gatekeeper.sh.yaml
+343 βˆ’311 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assignmetadata.mutations.gatekeeper.sh.yaml
+16 βˆ’12 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_configs.config.gatekeeper.sh.yaml
+15 βˆ’10 ...gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_constraintpodstatuses.status.gatekeeper.sh.yaml
+16 βˆ’12 ...er/apiextensions.k8s.io_v1_customresourcedefinition_constrainttemplatepodstatuses.status.gatekeeper.sh.yaml
+65 βˆ’48 .../gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_expansiontemplate.expansion.gatekeeper.sh.yaml
+16 βˆ’12 ...per/apiextensions.k8s.io_v1_customresourcedefinition_expansiontemplatepodstatuses.status.gatekeeper.sh.yaml
+388 βˆ’338 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_modifyset.mutations.gatekeeper.sh.yaml
+19 βˆ’14 ...ig/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_mutatorpodstatuses.status.gatekeeper.sh.yaml
+12 βˆ’8 config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_syncsets.syncset.gatekeeper.sh.yaml
+0 βˆ’1 config/gatekeeper/rbac.authorization.k8s.io_v1_clusterrole_gatekeeper-manager-role.yaml
+0 βˆ’1 config/gatekeeper/rbac.authorization.k8s.io_v1_role_gatekeeper-manager-role.yaml
+1 βˆ’1 config/manager/kustomization.yaml
+23 βˆ’3 config/manifests/bases/gatekeeper-operator-product.clusterserviceversion.yaml
+1 βˆ’1 config/manifests/kustomization.yaml
+6 βˆ’6 config/olm-install/install-resources.yaml
+4 βˆ’4 config/olm-install/kustomization.yaml
+0 βˆ’9 config/rbac/auth_proxy_client_clusterrole.yaml
+0 βˆ’17 config/rbac/auth_proxy_role.yaml
+0 βˆ’12 config/rbac/auth_proxy_role_binding.yaml
+0 βˆ’15 config/rbac/auth_proxy_service.yaml
+0 βˆ’7 config/rbac/kustomization.yaml
+1 βˆ’1 controllers/config_controller.go
+1 βˆ’1 controllers/config_helper.go
+1 βˆ’1 controllers/config_helper_test.go
+8 βˆ’1 controllers/constraintstatus_controller.go
+2 βˆ’3 controllers/cps_controller_helper.go
+8 βˆ’4 controllers/gatekeeper_controller.go
+5 βˆ’3 controllers/gatekeeper_controller_test.go
+8 βˆ’4 controllers/merge/merge.go
+1 βˆ’1 controllers/merge/merge_test.go
+1 βˆ’84 deploy/gatekeeper-operator.yaml
+1 βˆ’1 docs/upgrading-operator-sdk.md
+10 βˆ’12 go.mod
+14 βˆ’14 go.sum
+5 βˆ’5 main.go
+1,421 βˆ’1,237 pkg/bindata/bindata.go
+1 βˆ’1 pkg/util/namespace.go
+1 βˆ’1 pkg/util/util.go
+5 βˆ’5 scripts/kind-with-registry.sh
+101 βˆ’16 test/e2e/case1_audit_from_cache_test.go
+2 βˆ’2 test/e2e/e2e_suite_test.go
+6 βˆ’4 test/e2e/gatekeeper_controller_test.go
+1 βˆ’1 test/e2e/options.go
+12 βˆ’0 test/resources/case1_audit_from_cache/namespaceSelector/constraint.yaml
+23 βˆ’0 test/resources/case1_audit_from_cache/namespaceSelector/namespaces.yaml
+38 βˆ’0 test/resources/case1_audit_from_cache/namespaceSelector/pods.yaml
+18 βˆ’0 test/resources/case1_audit_from_cache/namespaceSelector/template.yaml
+1 βˆ’1 test/resources/case1_audit_from_cache/template.yaml