-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync created chart dns-operator version 0.10.1
- Loading branch information
1 parent
5df5ffd
commit ad35f23
Showing
2 changed files
with
113 additions
and
27 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ entries: | |
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
appVersion: 0.15.1 | ||
created: "2024-11-25T09:11:15.630410357Z" | ||
created: "2024-11-25T15:02:49.666086092Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: 5ec403435ba2e3a28fbbc4f47b1cc30f3e5ac4f784a16fef66fb8c80eabc40d2 | ||
|
@@ -137,7 +137,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.629542623Z" | ||
created: "2024-11-25T15:02:49.665181757Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: 936d3f59f25786383ff9385e88c732fb3f91756f73c7c1e6261fad04c92ae4d8 | ||
|
@@ -169,7 +169,7 @@ entries: | |
- authorino-operator-0.14.0.tgz | ||
version: 0.14.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.627974216Z" | ||
created: "2024-11-25T15:02:49.664243599Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: 373773beafde44f780cff3cfab4f4f5b8278671bcd54b72efa320681de23a15c | ||
|
@@ -201,7 +201,7 @@ entries: | |
- authorino-operator-0.13.1.tgz | ||
version: 0.13.1 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.62661905Z" | ||
created: "2024-11-25T15:02:49.663156393Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: 0e293e85604ba0b69030b2d033ceb0448461cdc0b12a44a9b8422c1375b76f20 | ||
|
@@ -233,7 +233,7 @@ entries: | |
- authorino-operator-0.13.0.tgz | ||
version: 0.13.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.625584755Z" | ||
created: "2024-11-25T15:02:49.661469483Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: f8f8bcc376cd727014c7bac0a0a36d6fd76304c54bae31adcdf226f6dce7c7be | ||
|
@@ -265,7 +265,7 @@ entries: | |
- authorino-operator-0.12.0.tgz | ||
version: 0.12.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.624735617Z" | ||
created: "2024-11-25T15:02:49.660554037Z" | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native | ||
AuthN/AuthZ service to protect your APIs. | ||
digest: b059e4204b5d291c6e847240c7929c9a43b1523f5e48ef3b874202b38d1e5c61 | ||
|
@@ -297,6 +297,92 @@ entries: | |
- authorino-operator-0.12.0-alpha1.tgz | ||
version: 0.12.0-alpha1 | ||
dns-operator: | ||
- annotations: | ||
artifacthub.io/category: networking | ||
artifacthub.io/crds: | | ||
- kind: DNSRecord | ||
version: v1alpha1 | ||
name: dnsrecords.kuadrant.io | ||
displayName: DNSRecord | ||
description: DNSRecord is the Schema for the dnsrecords API. | ||
- kind: DNSHealthCheckProbe | ||
version: v1alpha1 | ||
name: dnshealthcheckprobes.kuadrant.io | ||
displayName: DNSHealthCheckProbe | ||
description: DNSHealthCheckProbe is the Schema for the dnshealthcheckprobes API. | ||
artifacthub.io/crdsExamples: | | ||
- apiVersion: kuadrant.io/v1alpha1 | ||
kind: DNSRecord | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: dnsrecord | ||
app.kubernetes.io/instance: dnsrecord-sample | ||
app.kubernetes.io/part-of: dns-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dns-operator | ||
name: dnsrecord-sample | ||
spec: | ||
providerRef: | ||
name: dns-provider-creds | ||
endpoints: | ||
- dnsName: dnsrecord-simple.example.com | ||
recordTTL: 60 | ||
recordType: A | ||
targets: | ||
- 52.215.108.61 | ||
- 52.30.101.221 | ||
- apiVersion: kuadrant.io/v1alpha1 | ||
kind: DNSHealthCheckProbe | ||
metadata: | ||
name: $NAME | ||
spec: | ||
port: 443 | ||
hostname: test.com | ||
address: 192.168.0.16 | ||
path: /healthz | ||
protocol: HTTPS | ||
interval: 60s | ||
additionalHeadersRef: | ||
name: headers | ||
failureThreshold: 5 | ||
allowInsecureCertificate: True | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/links: | | ||
- name: Kuadrant | ||
url: https://kuadrant.io | ||
- name: Github | ||
url: https://github.com/Kuadrant/dns-operator | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
appVersion: 0.10.1 | ||
created: "2024-11-25T15:02:49.66832845Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: cb26b9be6f62c738ffb2c8573e7be82c804b8789dd9cf886be0f0f4221c24dfb | ||
home: https://kuadrant.io | ||
icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png | ||
keywords: | ||
- dns | ||
- kubernetes | ||
- kuadrant | ||
kubeVersion: '>=1.19.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Michael Nairn | ||
- email: [email protected] | ||
name: Craig Brookes | ||
- email: [email protected] | ||
name: Phil Brookes | ||
- email: [email protected] | ||
name: Didier Di Cesare | ||
name: dns-operator | ||
sources: | ||
- https://github.com/Kuadrant/dns-operator/ | ||
type: application | ||
urls: | ||
- dns-operator-0.10.1.tgz | ||
version: 0.10.1 | ||
- annotations: | ||
artifacthub.io/category: networking | ||
artifacthub.io/crds: | | ||
|
@@ -356,7 +442,7 @@ entries: | |
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
appVersion: 0.10.0 | ||
created: "2024-11-25T09:11:15.630766513Z" | ||
created: "2024-11-25T15:02:49.667928806Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 24176740ee4c78140137e8e123f387b7f5bbd3a49dcbb9535822d12595798370 | ||
|
@@ -441,7 +527,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.632921886Z" | ||
created: "2024-11-25T15:02:49.670526306Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 17f1e903a0dd6f12d520ca6ebe58ebf04ae7de39104fbfab89532480071ea344 | ||
|
@@ -526,7 +612,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.632572843Z" | ||
created: "2024-11-25T15:02:49.670172707Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 911752b9b3f0cd1b0963e1926160f4c4d11b4bb433776685626b74b01282f4ac | ||
|
@@ -554,7 +640,7 @@ entries: | |
- dns-operator-0.8.0.tgz | ||
version: 0.8.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.632186309Z" | ||
created: "2024-11-25T15:02:49.669821282Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 8243ee7766625e9b5fcd72957ce0fce6830ed8b15289a12125ed7e88c12da6eb | ||
|
@@ -582,7 +668,7 @@ entries: | |
- dns-operator-0.7.0.tgz | ||
version: 0.7.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.63190319Z" | ||
created: "2024-11-25T15:02:49.669526232Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 7db176fca08eacbb7fca90d55973aebc5c2877e08213e79563e3a66cb5fdedbf | ||
|
@@ -610,7 +696,7 @@ entries: | |
- dns-operator-0.6.0.tgz | ||
version: 0.6.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.631634968Z" | ||
created: "2024-11-25T15:02:49.669253494Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record custom | ||
resources. | ||
digest: 907c1c23697a87de7fcf6351103e919fa03afdecdf9f9b2637068018d70ce359 | ||
|
@@ -638,7 +724,7 @@ entries: | |
- dns-operator-0.5.0.tgz | ||
version: 0.5.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.631356507Z" | ||
created: "2024-11-25T15:02:49.66893493Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record and Managed | ||
Zone custom resources. | ||
digest: 6ecf00957054c592ed615f9c27b18c673a9424b8a02559fa20bf7f0330ad2d17 | ||
|
@@ -667,7 +753,7 @@ entries: | |
- dns-operator-0.4.1.tgz | ||
version: 0.4.1 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.631061405Z" | ||
created: "2024-11-25T15:02:49.668635402Z" | ||
description: Kubernetes operator responsible for reconciling DNS Record and Managed | ||
Zone custom resources. | ||
digest: d023c455bbf45d5ea341880696cc7395c4536f7ae2436ee52a0a6dbd6b8e5562 | ||
|
@@ -796,7 +882,7 @@ entries: | |
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
appVersion: 1.0.0-rc8 | ||
created: "2024-11-25T09:11:15.659427372Z" | ||
created: "2024-11-25T15:02:49.703080131Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -944,7 +1030,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.655865433Z" | ||
created: "2024-11-25T15:02:49.698825363Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1092,7 +1178,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.653180911Z" | ||
created: "2024-11-25T15:02:49.695964092Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1240,7 +1326,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.64980771Z" | ||
created: "2024-11-25T15:02:49.691065862Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1388,7 +1474,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.646442622Z" | ||
created: "2024-11-25T15:02:49.685573645Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1438,7 +1524,7 @@ entries: | |
- kuadrant-operator-1.0.0-rc1.tgz | ||
version: 1.0.0-rc1 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.638477051Z" | ||
created: "2024-11-25T15:02:49.676054726Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1488,7 +1574,7 @@ entries: | |
- kuadrant-operator-0.11.0.tgz | ||
version: 0.11.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.643626233Z" | ||
created: "2024-11-25T15:02:49.682458791Z" | ||
dependencies: | ||
- name: authorino-operator | ||
repository: https://kuadrant.io/helm-charts/ | ||
|
@@ -1575,7 +1661,7 @@ entries: | |
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
appVersion: 0.12.1 | ||
created: "2024-11-25T09:11:15.662212053Z" | ||
created: "2024-11-25T15:02:49.706287928Z" | ||
description: Kubernetes operator for managing Limitador instances, a rate limiting | ||
service to protect your APIs. | ||
digest: c83ff3d53033b091620b6b66aa186294d9f0c3d13614f2925fb7bb029d244269 | ||
|
@@ -1638,7 +1724,7 @@ entries: | |
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
apiVersion: v2 | ||
created: "2024-11-25T09:11:15.661806935Z" | ||
created: "2024-11-25T15:02:49.705856454Z" | ||
description: Kubernetes operator for managing Limitador instances, a rate limiting | ||
service to protect your APIs. | ||
digest: 0f6504aeaed79000c008262b30be3355d82f6ec114b35b1679379c4e5fae237f | ||
|
@@ -1667,7 +1753,7 @@ entries: | |
- limitador-operator-0.12.0.tgz | ||
version: 0.12.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.661139134Z" | ||
created: "2024-11-25T15:02:49.704720049Z" | ||
description: Kubernetes operator for managing Limitador instances, a rate limiting | ||
service to protect your APIs. | ||
digest: 120e68b7b0e48330f1732ed56fabdae15104224f96a756151bfd9b946361f84d | ||
|
@@ -1696,7 +1782,7 @@ entries: | |
- limitador-operator-0.11.0.tgz | ||
version: 0.11.0 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.660413907Z" | ||
created: "2024-11-25T15:02:49.703786507Z" | ||
description: Kubernetes operator for managing Limitador instances, a rate limiting | ||
service to protect your APIs. | ||
digest: fcb4cd10c217e89f9d92b7b1b2b78a642938ada57faeb773552f5213c3c39c7c | ||
|
@@ -1725,7 +1811,7 @@ entries: | |
- limitador-operator-0.10.0-alpha3.tgz | ||
version: 0.10.0-alpha3 | ||
- apiVersion: v2 | ||
created: "2024-11-25T09:11:15.660042572Z" | ||
created: "2024-11-25T15:02:49.703433008Z" | ||
description: A Helm chart for Limitador Operator | ||
digest: 1d909dddc8675fababcc678311fdd6ea0d8a1e96dbf5efee57ac7aa97a3ebd72 | ||
maintainers: | ||
|
@@ -1740,4 +1826,4 @@ entries: | |
urls: | ||
- limitador-operator-0.10.0-alpha1.tgz | ||
version: 0.10.0-alpha1 | ||
generated: "2024-11-25T09:11:15.622840411Z" | ||
generated: "2024-11-25T15:02:49.659454789Z" |