Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,18 @@
kind: helm
name: crossplane
repository: https://charts.crossplane.io/master
- kind: git
name: crossplane-contrib-provider-keycloak
repository: https://github.com/crossplane-contrib/provider-keycloak
searchPaths:
- package/crds
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: crossplane-contrib-provider-kubernetes
repository: https://github.com/crossplane-contrib/provider-kubernetes
searchPaths:
- package/crds
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: crossplane-contrib-provider-upjet-aws
repository: https://github.com/crossplane-contrib/provider-upjet-aws
Expand Down Expand Up @@ -728,6 +740,7 @@
datadogCSIDrivers: true
datadogDashboards: true
datadogGenericResources: true
datadogInstrumentations: true
datadogMetrics: true
datadogMonitors: true
datadogPodAutoscalerClusterProfiles: true
Expand Down Expand Up @@ -1034,6 +1047,7 @@
repository: https://github.com/GoogleCloudPlatform/k8s-config-connector
searchPaths:
- crds
- config/crds
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: gcp-prometheus-engine
Expand Down Expand Up @@ -1751,6 +1765,13 @@
name: marin3r
repository: https://github.com/3scale-sre/marin3r
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: mattermost-operator
repository: https://github.com/mattermost/mattermost-operator
searchPaths:
- config/crd
- deploy/crds
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: medik8s-machine-deletion-operator
repository: https://github.com/medik8s/machine-deletion-remediation
Expand Down
4 changes: 2 additions & 2 deletions make.d/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ endif

test-editorcheck:
@echo 'Checking general formatting of all files ...'
docker run --rm -v $(CURDIR):/workspace:ro -w /workspace mstruebing/editorconfig-checker \
ec -exclude '^schema/|^\.git/|.DS_Store|^build/|^definitions/|^schema/'
docker run --rm -v $(CURDIR):/workspace:ro -w /workspace mstruebing/editorconfig-checker:4 \
editorconfig-checker -exclude '^\.git/|.DS_Store|^build/|^definitions/|^schema/'
@printf $(GREEN) "OK"

test-docker:
Expand Down