From b39f3ec959fb756ec65c5d9791590ca446d643f6 Mon Sep 17 00:00:00 2001 From: didierofrivia Date: Wed, 11 Dec 2024 15:32:26 +0000 Subject: [PATCH] Update index.yaml Signed-off-by: didierofrivia --- index.yaml | 1217 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 1132 insertions(+), 85 deletions(-) diff --git a/index.yaml b/index.yaml index 09b6293..efff3d8 100644 --- a/index.yaml +++ b/index.yaml @@ -1052,6 +1052,38 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/authorino-operator-0.12.0-alpha1/authorino-operator-0.12.0-alpha1.tgz version: 0.12.0-alpha1 + - apiVersion: v2 + created: "2024-12-11T15:32:16.956961699Z" + description: Kubernetes operator for managing Authorino instances, a K8s-native + AuthN/AuthZ service to protect your APIs. + digest: b059e4204b5d291c6e847240c7929c9a43b1523f5e48ef3b874202b38d1e5c61 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: authorino-operator + sources: + - https://github.com/Kuadrant/authorino-operator/ + - https://github.com/Kuadrant/authorino/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/authorino-operator-0.12.0-alpha1/authorino-operator-0.12.0-alpha1.tgz + version: 0.12.0-alpha1 dns-operator: - annotations: artifacthub.io/category: networking @@ -2318,7 +2350,185 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/dns-operator-0.4.0-alpha1/dns-operator-0.4.0-alpha1.tgz version: 0.4.0-alpha1 + - apiVersion: v2 + created: "2024-12-11T15:32:20.075091894Z" + description: Kubernetes operator responsible for reconciling DNS Record and Managed + Zone custom resources. + digest: d023c455bbf45d5ea341880696cc7395c4536f7ae2436ee52a0a6dbd6b8e5562 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - dns + - managed zone + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: mnairn@redhat.com + name: Michael Nairn + - email: cbrookes@redhat.com + name: Craig Brookes + - email: pbrookes@redhat.com + name: Phil Brookes + - email: didier@redhat.com + name: Didier Di Cesare + name: dns-operator + sources: + - https://github.com/Kuadrant/dns-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/dns-operator-0.4.0-alpha1/dns-operator-0.4.0-alpha1.tgz + version: 0.4.0-alpha1 kuadrant-operator: + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + appVersion: 1.0.1 + created: "2024-12-11T15:32:24.397934708Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.16.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 3095fbc31eec0651c5f406f7f876fd34d5f40ef54fb217ce5da5f40bb663dac0 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.1/kuadrant-operator-1.0.1.tgz + version: 1.0.1 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -3028,7 +3238,749 @@ entries: version: 0.10.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + appVersion: 1.0.0-rc8 + created: "2024-12-11T15:27:38.847771404Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.15.1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + appVersion: 1.0.0-rc8 + created: "2024-12-11T15:32:23.847679766Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.15.1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-23T11:53:10.469658902Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.14.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.8.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-25T09:32:10.402048738Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.14.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.8.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-25T15:05:27.130190998Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.14.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.8.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -3062,8 +4014,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz - version: 1.0.0-rc8 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -3163,21 +4115,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - appVersion: 1.0.0-rc8 - created: "2024-12-11T15:27:38.847771404Z" + created: "2024-11-28T09:37:45.888387274Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ - version: 0.15.1 + version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.1 + version: 0.12.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ - version: 0.10.0 + version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -3211,8 +4162,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz - version: 1.0.0-rc8 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -3312,7 +4263,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.494786884Z" + created: "2024-12-11T15:27:38.244511433Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -3460,7 +4411,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.469658902Z" + created: "2024-11-26T09:57:39.73258344Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -3608,7 +4559,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:10.402048738Z" + created: "2024-12-11T15:32:23.452180133Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -3756,7 +4707,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:27.130190998Z" + created: "2024-11-12T14:07:29.494786884Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -3904,7 +4855,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.888387274Z" + created: "2024-11-25T09:32:10.152787484Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -3917,7 +4868,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -3951,8 +4902,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -4052,7 +5003,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:38.244511433Z" + created: "2024-11-23T11:53:10.288399892Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4065,7 +5016,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -4099,8 +5050,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -4200,7 +5151,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.73258344Z" + created: "2024-11-12T14:07:29.280231341Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4213,7 +5164,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -4247,8 +5198,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -4348,7 +5299,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.495248059Z" + created: "2024-11-28T09:37:45.622996968Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4496,7 +5447,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:10.152787484Z" + created: "2024-12-11T15:27:37.948289334Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4644,7 +5595,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.288399892Z" + created: "2024-11-25T15:05:26.872929343Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4792,7 +5743,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.280231341Z" + created: "2024-12-11T15:32:23.176834001Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4940,7 +5891,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.622996968Z" + created: "2024-11-26T09:57:39.495248059Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5088,20 +6039,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.948289334Z" + created: "2024-11-26T09:57:39.224852054Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.0 + version: 0.11.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 + digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -5135,8 +6086,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz - version: 1.0.0-rc3 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz + version: 1.0.0-rc2 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -5236,20 +6187,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.872929343Z" + created: "2024-11-12T14:03:21.697643168Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.0 + version: 0.11.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 + digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -5283,8 +6234,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz - version: 1.0.0-rc3 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz + version: 1.0.0-rc2 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -5384,7 +6335,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T10:42:36.188727782Z" + created: "2024-11-23T11:53:10.094385902Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5532,7 +6483,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:03:21.697643168Z" + created: "2024-11-25T09:32:09.917789343Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5680,7 +6631,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.224852054Z" + created: "2024-11-25T15:05:26.631860292Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5828,7 +6779,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.094385902Z" + created: "2024-11-28T09:37:45.381000484Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5976,7 +6927,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:09.917789343Z" + created: "2024-12-11T15:27:37.596970715Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6124,7 +7075,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.631860292Z" + created: "2024-11-12T14:07:29.081748894Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6272,7 +7223,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.381000484Z" + created: "2024-12-11T15:32:22.847003534Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6420,7 +7371,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.596970715Z" + created: "2024-11-12T10:42:36.188727782Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6568,7 +7519,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.081748894Z" + created: "2024-11-12T14:03:21.511682732Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6581,7 +7532,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf + digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -6615,8 +7566,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz - version: 1.0.0-rc2 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc1/kuadrant-operator-1.0.0-rc1.tgz + version: 1.0.0-rc1 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -6716,7 +7667,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T10:42:36.030000007Z" + created: "2024-11-25T15:05:26.352373206Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6864,7 +7815,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:03:21.511682732Z" + created: "2024-11-26T09:57:38.979169126Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7012,7 +7963,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.352373206Z" + created: "2024-11-23T11:53:09.912423763Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7160,7 +8111,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:38.979169126Z" + created: "2024-11-25T09:32:09.641072863Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7308,7 +8259,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:09.912423763Z" + created: "2024-11-11T12:21:11.283002173Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7321,7 +8272,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 + digest: d496d5e1cbfed5d32ce1055b778260481213d7f8d43c0717b7714c404a9605ae home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -7456,7 +8407,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:09.641072863Z" + created: "2024-11-11T16:11:43.312608828Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7604,7 +8555,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-11T12:21:11.283002173Z" + created: "2024-11-28T09:37:45.093251299Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7617,7 +8568,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: d496d5e1cbfed5d32ce1055b778260481213d7f8d43c0717b7714c404a9605ae + digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -7752,7 +8703,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-11T16:11:43.312608828Z" + created: "2024-12-11T15:27:37.295765694Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7900,7 +8851,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.093251299Z" + created: "2024-11-12T14:07:28.916094352Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8048,7 +8999,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.295765694Z" + created: "2024-12-11T15:32:22.581863672Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8196,7 +9147,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:28.916094352Z" + created: "2024-11-12T10:42:36.030000007Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8296,7 +9247,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.11.0/kuadrant-operator-0.11.0.tgz version: 0.11.0 - apiVersion: v2 - created: "2024-10-02T21:11:34.675680177Z" + created: "2024-07-31T08:39:09.469352508Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8347,7 +9298,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-12T14:07:28.757468929Z" + created: "2024-11-26T09:57:38.734707705Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8398,7 +9349,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-09-17T07:46:46.096518818Z" + created: "2024-11-11T15:43:58.63914242Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8449,7 +9400,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-11T15:43:58.63914242Z" + created: "2024-11-06T09:50:02.983684633Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8500,7 +9451,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-06T09:50:02.983684633Z" + created: "2024-11-12T14:07:28.757468929Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8551,7 +9502,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-07-31T08:39:09.469352508Z" + created: "2024-11-25T15:05:26.102660488Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8602,7 +9553,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-25T15:05:26.102660488Z" + created: "2024-11-11T12:18:17.946035534Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8653,7 +9604,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-11T12:18:17.946035534Z" + created: "2024-11-25T09:32:09.35527439Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8704,7 +9655,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-25T09:32:09.35527439Z" + created: "2024-11-11T09:20:37.089575788Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8755,7 +9706,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-11T09:20:37.089575788Z" + created: "2024-10-02T09:27:43.632350078Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8806,7 +9757,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-10-02T09:27:43.632350078Z" + created: "2024-11-06T10:31:58.648172901Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8857,7 +9808,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-06T10:31:58.648172901Z" + created: "2024-09-17T07:46:46.096518818Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8908,7 +9859,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-26T09:57:38.734707705Z" + created: "2024-11-12T14:03:21.345782375Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8959,7 +9910,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-12T14:03:21.345782375Z" + created: "2024-11-11T16:11:43.009743181Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9010,7 +9961,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-11T16:11:43.009743181Z" + created: "2024-10-02T21:15:28.592003889Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9061,7 +10012,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-10-02T21:15:28.592003889Z" + created: "2024-11-12T10:42:35.859429958Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9112,7 +10063,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-12T10:42:35.859429958Z" + created: "2024-10-02T21:11:34.675680177Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9366,6 +10317,57 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 + - apiVersion: v2 + created: "2024-12-11T15:32:22.313470619Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0-alpha1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0-alpha3 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.4.0-alpha1 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 2dcd6f36bc1532f302596463b55302bba0f5c56baf7fff4b942a724204cd5950 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - managed zones + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz + version: 0.9.0-alpha1 limitador-operator: - annotations: artifacthub.io/category: security @@ -10161,6 +11163,35 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha3/limitador-operator-0.10.0-alpha3.tgz version: 0.10.0-alpha3 + - apiVersion: v2 + created: "2024-12-11T15:32:24.97885203Z" + description: Kubernetes operator for managing Limitador instances, a rate limiting + service to protect your APIs. + digest: fcb4cd10c217e89f9d92b7b1b2b78a642938ada57faeb773552f5213c3c39c7c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - limitador + - rate limiting + - service protection + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: asnaps@redhat.com + name: Alex Snaps + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: limitador-operator + sources: + - https://github.com/Kuadrant/limitador-operator/ + - https://github.com/Kuadrant/limitador/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha3/limitador-operator-0.10.0-alpha3.tgz + version: 0.10.0-alpha3 - apiVersion: v2 created: "2024-09-17T07:46:46.438737762Z" description: Kubernetes operator for managing Limitador instances, a rate limiting @@ -10732,4 +11763,20 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha1/limitador-operator-0.10.0-alpha1.tgz version: 0.10.0-alpha1 -generated: "2024-12-11T15:27:40.753552014Z" + - apiVersion: v2 + created: "2024-12-11T15:32:24.681098193Z" + description: A Helm chart for Limitador Operator + digest: 1d909dddc8675fababcc678311fdd6ea0d8a1e96dbf5efee57ac7aa97a3ebd72 + maintainers: + - email: asnaps@redhat.com + name: Alex Snaps + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: limitador-operator + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha1/limitador-operator-0.10.0-alpha1.tgz + version: 0.10.0-alpha1 +generated: "2024-12-11T15:32:25.830801319Z"