Skip to content
Merged
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
48 changes: 48 additions & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
name: aws-controllers-k8s-cloudwatchlogs-controller
repository: https://github.com/aws-controllers-k8s/cloudwatchlogs-controller
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: aws-controllers-k8s-cognitoidentityprovider-controller
repository: https://github.com/aws-controllers-k8s/cognitoidentityprovider-controller
kustomizationPaths:
- config/crd
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
kustomizationPaths:
- config/crd
Expand Down Expand Up @@ -311,6 +317,12 @@
name: aws-controllers-k8s-prometheusservice-controller
repository: https://github.com/aws-controllers-k8s/prometheusservice-controller
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: aws-controllers-k8s-ram-controller
repository: https://github.com/aws-controllers-k8s/ram-controller
kustomizationPaths:
- config/crd
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
kustomizationPaths:
- config/crd
Expand Down Expand Up @@ -946,6 +958,7 @@
- alloy-crd
- grafana-agent
- grafana-agent-operator
- rollout-operator
kind: helm
name: grafana
repository: https://grafana.github.io/helm-charts
Expand Down Expand Up @@ -974,6 +987,12 @@
- kind: helm-oci
name: grafana-operator
repository: oci://ghcr.io/grafana/helm-charts/grafana-operator
- kind: git
name: grafana-tempo-operator
repository: https://github.com/grafana/tempo-operator
kustomizationPaths:
- config/crd
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- entries:
- gko
kind: helm
Expand Down Expand Up @@ -1100,6 +1119,7 @@
repository: oci://public.ecr.aws/karpenter/karpenter-crd
- entries:
- keda
- keda-add-ons-http
kind: helm
name: kedacore
repository: https://kedacore.github.io/charts
Expand Down Expand Up @@ -1153,6 +1173,11 @@
searchPaths:
- deploy/helm/crds
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- entries:
- kube-fledged
kind: helm
name: kubefledged
repository: https://senthilrch.github.io/kubefledged-charts
- kind: git
name: kubeflow
description: CI pipelines are not public ...
Expand Down Expand Up @@ -1567,9 +1592,32 @@
kind: helm
name: netbirdio
repository: https://netbirdio.github.io/kubernetes-operator
- kind: helm-oci
name: nginx-gateway-fabric
repository: oci://ghcr.io/nginx/charts/nginx-gateway-fabric
- kind: helm-oci
name: nginx-ingress
repository: oci://ghcr.io/nginxinc/charts/nginx-ingress
- kind: git
name: nutanix-cloud-native-cluster-api-ipam-provider-nutanix
kustomizationPaths:
- config/crd
searchPaths:
- charts
repository: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: nutanix-cloud-native-cluster-api-provider-nutanix
kustomizationPaths:
- config/crd
repository: https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
name: nutanix-cloud-native-ndb-operator
kustomizationPaths:
- config/crd
repository: https://github.com/nutanix-cloud-native/ndb-operator
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
- kind: git
kustomizationPaths:
- operator/config/base
Expand Down