Skip to content

Commit 13ee691

Browse files
authored
chore: update sources (#191)
1 parent 2e38b18 commit 13ee691

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

configuration.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@
173173
name: aws-controllers-k8s-cloudwatchlogs-controller
174174
repository: https://github.com/aws-controllers-k8s/cloudwatchlogs-controller
175175
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
176+
- kind: git
177+
name: aws-controllers-k8s-cognitoidentityprovider-controller
178+
repository: https://github.com/aws-controllers-k8s/cognitoidentityprovider-controller
179+
kustomizationPaths:
180+
- config/crd
181+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
176182
- kind: git
177183
kustomizationPaths:
178184
- config/crd
@@ -311,6 +317,12 @@
311317
name: aws-controllers-k8s-prometheusservice-controller
312318
repository: https://github.com/aws-controllers-k8s/prometheusservice-controller
313319
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
320+
- kind: git
321+
name: aws-controllers-k8s-ram-controller
322+
repository: https://github.com/aws-controllers-k8s/ram-controller
323+
kustomizationPaths:
324+
- config/crd
325+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
314326
- kind: git
315327
kustomizationPaths:
316328
- config/crd
@@ -946,6 +958,7 @@
946958
- alloy-crd
947959
- grafana-agent
948960
- grafana-agent-operator
961+
- rollout-operator
949962
kind: helm
950963
name: grafana
951964
repository: https://grafana.github.io/helm-charts
@@ -974,6 +987,12 @@
974987
- kind: helm-oci
975988
name: grafana-operator
976989
repository: oci://ghcr.io/grafana/helm-charts/grafana-operator
990+
- kind: git
991+
name: grafana-tempo-operator
992+
repository: https://github.com/grafana/tempo-operator
993+
kustomizationPaths:
994+
- config/crd
995+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
977996
- entries:
978997
- gko
979998
kind: helm
@@ -1100,6 +1119,7 @@
11001119
repository: oci://public.ecr.aws/karpenter/karpenter-crd
11011120
- entries:
11021121
- keda
1122+
- keda-add-ons-http
11031123
kind: helm
11041124
name: kedacore
11051125
repository: https://kedacore.github.io/charts
@@ -1153,6 +1173,11 @@
11531173
searchPaths:
11541174
- deploy/helm/crds
11551175
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1176+
- entries:
1177+
- kube-fledged
1178+
kind: helm
1179+
name: kubefledged
1180+
repository: https://senthilrch.github.io/kubefledged-charts
11561181
- kind: git
11571182
name: kubeflow
11581183
description: CI pipelines are not public ...
@@ -1567,9 +1592,32 @@
15671592
kind: helm
15681593
name: netbirdio
15691594
repository: https://netbirdio.github.io/kubernetes-operator
1595+
- kind: helm-oci
1596+
name: nginx-gateway-fabric
1597+
repository: oci://ghcr.io/nginx/charts/nginx-gateway-fabric
15701598
- kind: helm-oci
15711599
name: nginx-ingress
15721600
repository: oci://ghcr.io/nginxinc/charts/nginx-ingress
1601+
- kind: git
1602+
name: nutanix-cloud-native-cluster-api-ipam-provider-nutanix
1603+
kustomizationPaths:
1604+
- config/crd
1605+
searchPaths:
1606+
- charts
1607+
repository: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix
1608+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1609+
- kind: git
1610+
name: nutanix-cloud-native-cluster-api-provider-nutanix
1611+
kustomizationPaths:
1612+
- config/crd
1613+
repository: https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix
1614+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1615+
- kind: git
1616+
name: nutanix-cloud-native-ndb-operator
1617+
kustomizationPaths:
1618+
- config/crd
1619+
repository: https://github.com/nutanix-cloud-native/ndb-operator
1620+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
15731621
- kind: git
15741622
kustomizationPaths:
15751623
- operator/config/base

0 commit comments

Comments
 (0)