Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4bd203b850
commit
b70eb962b9
|
@ -18,4 +18,4 @@ maintainers:
|
|||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 6.13.3
|
||||
version: 6.13.4
|
||||
|
|
|
@ -57,6 +57,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| ingressList | list | [] | Configure ingressList for the chart here. Additional items can be added by adding a items similar to ingress |
|
||||
| initContainers | list | `[]` | Specify any initContainers here. Yaml will be passed in to the Pod as-is. |
|
||||
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
||||
| networkPolicy | object | See below | Configure networkPolicy for the chart here. |
|
||||
| networkPolicy.egress | list | `[]` | add or remove egress policies |
|
||||
| networkPolicy.enabled | bool | `false` | Enables or disables the networkPolicy |
|
||||
| networkPolicy.ingress | list | `[]` | add or remove egress policies |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. |
|
||||
| persistence.config | object | See below | Default persistence for configuration files. |
|
||||
|
@ -108,6 +112,14 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
| probes.startup.spec | object | See below | The spec field contains the values for the default startupProbe. If you selected `custom: true`, this field holds the definition of the startupProbe. |
|
||||
| probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||
| rbac | object | See below | Create a ClusterRole and ClusterRoleBinding |
|
||||
| rbac.clusterRoleAnnotations | object | `{}` | Set labels on the ClusterRole |
|
||||
| rbac.clusterRoleBindingAnnotations | object | `{}` | Set labels on the ClusterRoleBinding |
|
||||
| rbac.clusterRoleBindingLabels | object | `{}` | Set Annotations on the ClusterRoleBinding |
|
||||
| rbac.clusterRoleLabels | object | `{}` | Set Annotations on the ClusterRole |
|
||||
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
||||
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
||||
| resources | object | `{}` | Set the resource requests / limits for the main container. |
|
||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
||||
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
||||
|
@ -125,6 +137,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| service.main.portsList | list | See below | Configure additional Service port information here. |
|
||||
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
|
||||
| service.main.type | string | `"ClusterIP"` | Set the service type |
|
||||
| serviceAccount | object | See below | Create serviceaccount |
|
||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
|
||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
@ -20,4 +20,4 @@ name: k8s-gateway
|
|||
sources:
|
||||
- https://github.com/ori-edge/k8s_gatewa
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
# Introduction
|
||||
|
||||
A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/ori-edge/k8s_gatewa>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.13.3 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,3 @@
|
|||
A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
|
@ -0,0 +1,63 @@
|
|||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| apex | string | `""` | Override the default `serviceName.namespace` domain apex |
|
||||
| args[0] | string | `"-conf"` | |
|
||||
| args[1] | string | `"/etc/coredns/Corefile"` | |
|
||||
| domains | list | `[{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}]` | list of processed domains |
|
||||
| domains[0] | object | `{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}` | Delegated domain |
|
||||
| domains[0].dnsChallenge | object | `{"domain":"dns01.clouddns.com","enabled":false}` | Optional configuration option for DNS01 challenge that will redirect all acme challenge requests to external cloud domain (e.g. managed by cert-manager) See: https://cert-manager.io/docs/configuration/acme/dns01/ |
|
||||
| forward.enabled | bool | `true` | |
|
||||
| forward.options[0].name | string | `"tls_servername"` | |
|
||||
| forward.options[0].value | string | `"cloudflare-dns.com"` | |
|
||||
| forward.primary | string | `"tls://1.1.1.1"` | |
|
||||
| forward.secondary | string | `"tls://1.0.0.1"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"quay.io/oriedge/k8s_gateway"` | |
|
||||
| image.tag | string | `"v0.1.8"` | |
|
||||
| probes.liveness.custom | bool | `true` | |
|
||||
| probes.liveness.spec.failureThreshold | int | `5` | |
|
||||
| probes.liveness.spec.httpGet.path | string | `"/health"` | |
|
||||
| probes.liveness.spec.httpGet.port | int | `8080` | |
|
||||
| probes.liveness.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.liveness.spec.initialDelaySeconds | int | `60` | |
|
||||
| probes.liveness.spec.successThreshold | int | `1` | |
|
||||
| probes.liveness.spec.timeoutSeconds | int | `5` | |
|
||||
| probes.readiness.custom | bool | `true` | |
|
||||
| probes.readiness.spec.failureThreshold | int | `5` | |
|
||||
| probes.readiness.spec.httpGet.path | string | `"/ready"` | |
|
||||
| probes.readiness.spec.httpGet.port | int | `8181` | |
|
||||
| probes.readiness.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.readiness.spec.initialDelaySeconds | int | `10` | |
|
||||
| probes.readiness.spec.successThreshold | int | `1` | |
|
||||
| probes.readiness.spec.timeoutSeconds | int | `5` | |
|
||||
| probes.startup.custom | bool | `true` | |
|
||||
| probes.startup.spec.failureThreshold | int | `60` | |
|
||||
| probes.startup.spec.httpGet.path | string | `"/ready"` | |
|
||||
| probes.startup.spec.httpGet.port | int | `8181` | |
|
||||
| probes.startup.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.startup.spec.initialDelaySeconds | int | `3` | |
|
||||
| probes.startup.spec.periodSeconds | int | `5` | |
|
||||
| probes.startup.spec.timeoutSeconds | int | `2` | |
|
||||
| rbac | object | See below | Create a ClusterRole and ClusterRoleBinding |
|
||||
| rbac.enabled | bool | `true` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||
| rbac.rules | list | `[{"apiGroups":[""],"resources":["services","namespaces"],"verbs":["list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["list","watch"]}]` | Set Rules on the ClusterRole |
|
||||
| secondary | string | `""` | Service name of a secondary DNS server (should be `serviceName.namespace`) |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `53` | |
|
||||
| service.main.ports.main.protocol | string | `"UDP"` | |
|
||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
| ttl | int | `300` | TTL for non-apex responses (in seconds) |
|
||||
| watchedResources | list | `[]` | Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"] |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://traefik.io/
|
||||
type: application
|
||||
upstream_version: v9.19.2
|
||||
version: 6.13.16
|
||||
version: 6.13.17
|
||||
|
|
|
@ -88,7 +88,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| providers.kubernetesCRD.namespaces | list | `[]` | |
|
||||
| providers.kubernetesIngress.enabled | bool | `true` | |
|
||||
| providers.kubernetesIngress.namespaces | list | `[]` | |
|
||||
| providers.kubernetesIngress.publishedService.enabled | bool | `false` | |
|
||||
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
|
||||
| rbac.enabled | bool | `true` | |
|
||||
| rbac.namespaced | bool | `false` | |
|
||||
| resources | object | `{}` | |
|
||||
|
|
|
@ -57,6 +57,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| ingressList | list | [] | Configure ingressList for the chart here. Additional items can be added by adding a items similar to ingress |
|
||||
| initContainers | list | `[]` | Specify any initContainers here. Yaml will be passed in to the Pod as-is. |
|
||||
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
||||
| networkPolicy | object | See below | Configure networkPolicy for the chart here. |
|
||||
| networkPolicy.egress | list | `[]` | add or remove egress policies |
|
||||
| networkPolicy.enabled | bool | `false` | Enables or disables the networkPolicy |
|
||||
| networkPolicy.ingress | list | `[]` | add or remove egress policies |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. |
|
||||
| persistence.config | object | See below | Default persistence for configuration files. |
|
||||
|
@ -108,6 +112,14 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
| probes.startup.spec | object | See below | The spec field contains the values for the default startupProbe. If you selected `custom: true`, this field holds the definition of the startupProbe. |
|
||||
| probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||
| rbac | object | See below | Create a ClusterRole and ClusterRoleBinding |
|
||||
| rbac.clusterRoleAnnotations | object | `{}` | Set labels on the ClusterRole |
|
||||
| rbac.clusterRoleBindingAnnotations | object | `{}` | Set labels on the ClusterRoleBinding |
|
||||
| rbac.clusterRoleBindingLabels | object | `{}` | Set Annotations on the ClusterRoleBinding |
|
||||
| rbac.clusterRoleLabels | object | `{}` | Set Annotations on the ClusterRole |
|
||||
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
||||
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
||||
| resources | object | `{}` | Set the resource requests / limits for the main container. |
|
||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
||||
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
||||
|
@ -125,6 +137,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||
| service.main.portsList | list | See below | Configure additional Service port information here. |
|
||||
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
|
||||
| service.main.type | string | `"ClusterIP"` | Set the service type |
|
||||
| serviceAccount | object | See below | Create serviceaccount |
|
||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
|
||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
@ -0,0 +1,63 @@
|
|||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| apex | string | `""` | Override the default `serviceName.namespace` domain apex |
|
||||
| args[0] | string | `"-conf"` | |
|
||||
| args[1] | string | `"/etc/coredns/Corefile"` | |
|
||||
| domains | list | `[{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}]` | list of processed domains |
|
||||
| domains[0] | object | `{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}` | Delegated domain |
|
||||
| domains[0].dnsChallenge | object | `{"domain":"dns01.clouddns.com","enabled":false}` | Optional configuration option for DNS01 challenge that will redirect all acme challenge requests to external cloud domain (e.g. managed by cert-manager) See: https://cert-manager.io/docs/configuration/acme/dns01/ |
|
||||
| forward.enabled | bool | `true` | |
|
||||
| forward.options[0].name | string | `"tls_servername"` | |
|
||||
| forward.options[0].value | string | `"cloudflare-dns.com"` | |
|
||||
| forward.primary | string | `"tls://1.1.1.1"` | |
|
||||
| forward.secondary | string | `"tls://1.0.0.1"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"quay.io/oriedge/k8s_gateway"` | |
|
||||
| image.tag | string | `"v0.1.8"` | |
|
||||
| probes.liveness.custom | bool | `true` | |
|
||||
| probes.liveness.spec.failureThreshold | int | `5` | |
|
||||
| probes.liveness.spec.httpGet.path | string | `"/health"` | |
|
||||
| probes.liveness.spec.httpGet.port | int | `8080` | |
|
||||
| probes.liveness.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.liveness.spec.initialDelaySeconds | int | `60` | |
|
||||
| probes.liveness.spec.successThreshold | int | `1` | |
|
||||
| probes.liveness.spec.timeoutSeconds | int | `5` | |
|
||||
| probes.readiness.custom | bool | `true` | |
|
||||
| probes.readiness.spec.failureThreshold | int | `5` | |
|
||||
| probes.readiness.spec.httpGet.path | string | `"/ready"` | |
|
||||
| probes.readiness.spec.httpGet.port | int | `8181` | |
|
||||
| probes.readiness.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.readiness.spec.initialDelaySeconds | int | `10` | |
|
||||
| probes.readiness.spec.successThreshold | int | `1` | |
|
||||
| probes.readiness.spec.timeoutSeconds | int | `5` | |
|
||||
| probes.startup.custom | bool | `true` | |
|
||||
| probes.startup.spec.failureThreshold | int | `60` | |
|
||||
| probes.startup.spec.httpGet.path | string | `"/ready"` | |
|
||||
| probes.startup.spec.httpGet.port | int | `8181` | |
|
||||
| probes.startup.spec.httpGet.scheme | string | `"HTTP"` | |
|
||||
| probes.startup.spec.initialDelaySeconds | int | `3` | |
|
||||
| probes.startup.spec.periodSeconds | int | `5` | |
|
||||
| probes.startup.spec.timeoutSeconds | int | `2` | |
|
||||
| rbac | object | See below | Create a ClusterRole and ClusterRoleBinding |
|
||||
| rbac.enabled | bool | `true` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||
| rbac.rules | list | `[{"apiGroups":[""],"resources":["services","namespaces"],"verbs":["list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["list","watch"]}]` | Set Rules on the ClusterRole |
|
||||
| secondary | string | `""` | Service name of a secondary DNS server (should be `serviceName.namespace`) |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `53` | |
|
||||
| service.main.ports.main.protocol | string | `"UDP"` | |
|
||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
| ttl | int | `300` | TTL for non-apex responses (in seconds) |
|
||||
| watchedResources | list | `[]` | Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"] |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,37 @@
|
|||
# Introduction
|
||||
|
||||
A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/ori-edge/k8s_gatewa>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.13.3 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
# License<br>
|
||||
|
||||
# License<br>
|
||||
|
||||
# License<br>
|
||||
|
||||
Apache License
|
||||
|
|
|
@ -88,7 +88,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| providers.kubernetesCRD.namespaces | list | `[]` | |
|
||||
| providers.kubernetesIngress.enabled | bool | `true` | |
|
||||
| providers.kubernetesIngress.namespaces | list | `[]` | |
|
||||
| providers.kubernetesIngress.publishedService.enabled | bool | `false` | |
|
||||
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
|
||||
| rbac.enabled | bool | `true` | |
|
||||
| rbac.namespaced | bool | `false` | |
|
||||
| resources | object | `{}` | |
|
||||
|
|
460
docs/index.yaml
460
docs/index.yaml
|
@ -4033,6 +4033,94 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz
|
||||
version: 0.1.3
|
||||
authelia:
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T11:01:35.413009066Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 1.5.10
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.2.0
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
digest: 511edcd6999cc0e0aaa42425f871a0d77ec873d5c65857b849bd763b04d76d1e
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
|
||||
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
|
||||
keywords:
|
||||
- authelia
|
||||
- authentication
|
||||
- login
|
||||
- SSO
|
||||
- Authentication
|
||||
- Security
|
||||
- Two-Factor
|
||||
- U2F
|
||||
- YubiKey
|
||||
- Push Notifications
|
||||
- LDAP
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: authelia
|
||||
sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/authelia-1.6.20/authelia-1.6.20.tgz
|
||||
version: 1.6.20
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T03:12:49.334467918Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 1.5.10
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.2.0
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
digest: 69dbd0bab5ed5df35a96dbd585be7fc3f66b48e628af0442eb0b9f04e1db9286
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
|
||||
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
|
||||
keywords:
|
||||
- authelia
|
||||
- authentication
|
||||
- login
|
||||
- SSO
|
||||
- Authentication
|
||||
- Security
|
||||
- Two-Factor
|
||||
- U2F
|
||||
- YubiKey
|
||||
- Push Notifications
|
||||
- LDAP
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: authelia
|
||||
sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/authelia-1.6.19/authelia-1.6.19.tgz
|
||||
version: 1.6.19
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-01T17:28:19.804630372Z"
|
||||
|
@ -15720,6 +15808,78 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
common:
|
||||
- apiVersion: v2
|
||||
appVersion: none
|
||||
created: "2021-09-02T13:32:42.188693318Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 1a1bf667f939cca8aeccc9dcf0f2c25630c19060de81f0a59d79294bed6861f3
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-6.13.3/common-6.13.3.tgz
|
||||
version: 6.13.3
|
||||
- apiVersion: v2
|
||||
appVersion: none
|
||||
created: "2021-09-02T12:42:09.22053499Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 8cdbb562e45a1162b93586b653a2f11c4f67ee265f82ce847764811f9ded83c3
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-6.13.2/common-6.13.2.tgz
|
||||
version: 6.13.2
|
||||
- apiVersion: v2
|
||||
appVersion: none
|
||||
created: "2021-09-02T11:01:35.598498515Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: af5de59500736cac49c4d4c2f8041188e11e06136d196a157a987c975c071b12
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-6.13.1/common-6.13.1.tgz
|
||||
version: 6.13.1
|
||||
- apiVersion: v2
|
||||
appVersion: none
|
||||
created: "2021-09-01T03:23:46.863550222Z"
|
||||
|
@ -31657,6 +31817,39 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
fireflyiii:
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T03:12:49.466180355Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 1.5.10
|
||||
description: A free and open source personal finance manager
|
||||
digest: 990b05e9184256395cf81df5dbd3f9beed31159456d9586d38ea608579b434be
|
||||
home: https://github.com/firefly-iii/firefly-iii/
|
||||
icon: https://www.firefly-iii.org/assets/logo/color.png
|
||||
keywords:
|
||||
- fireflyiii
|
||||
- finacial
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: 20650065+warllo54@users.noreply.github.com
|
||||
name: warllo54
|
||||
url: truecharts.org
|
||||
name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/fireflyiii-6.1.6/fireflyiii-6.1.6.tgz
|
||||
version: 6.1.6
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-01T16:41:38.828987195Z"
|
||||
|
@ -38624,6 +38817,36 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
freeradius:
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T03:12:49.610174943Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
description: OpenSource Radius implementation
|
||||
digest: d10962bdeaa6c910c12e8cdb62b3ddfc80536cbb7de9a8c8bac4cfa5a17b0eac
|
||||
home: https://www.openldap.org
|
||||
icon: https://networkradius.com/assets/img/FR-NR.svg
|
||||
keywords:
|
||||
- radius
|
||||
- auth
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: freeradius
|
||||
sources:
|
||||
- https://hub.docker.com/r/freeradius/freeradius-server/
|
||||
- https://freeradius.org/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/freeradius-1.7.14/freeradius-1.7.14.tgz
|
||||
version: 1.7.14
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-01T11:42:22.38531085Z"
|
||||
|
@ -63405,6 +63628,111 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
k8s-gateway:
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T18:28:32.523265834Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.13.3
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
digest: d21f90026d19fe570d6c88bf43f5d2a1695fa6de271c76964b2aecead403f6fd
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
|
||||
icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png
|
||||
keywords:
|
||||
- DNS
|
||||
- networking
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: k8s-gateway
|
||||
sources:
|
||||
- https://github.com/ori-edge/k8s_gatewa
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/k8s-gateway-1.0.0/k8s-gateway-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T16:42:00.104309833Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.13.3
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
digest: 11b0b9be6b86de33c0deebb43792c51fedb684ee4a6d169bcf87d36bc0886991
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
|
||||
icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png
|
||||
keywords:
|
||||
- DNS
|
||||
- networking
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: k8s-gateway
|
||||
sources:
|
||||
- https://github.com/ori-edge/k8s_gatewa
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.3/k8s-gateway-0.0.3.tgz
|
||||
version: 0.0.3
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T16:17:49.475071935Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.13.3
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
digest: 13ca793dbf33159376e8c7e6b7b54569778ac2215f2491786ebf6b09399d5382
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
|
||||
icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png
|
||||
keywords:
|
||||
- DNS
|
||||
- networking
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: k8s-gateway
|
||||
sources:
|
||||
- https://github.com/ori-edge/k8s_gatewa
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.2/k8s-gateway-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T15:47:44.119144399Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.13.3
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
digest: 3295518ed444321835f7209feaefad1b67fa22c9646d21cf3027004dcde054c3
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
|
||||
icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png
|
||||
keywords:
|
||||
- DNS
|
||||
- networking
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: k8s-gateway
|
||||
sources:
|
||||
- https://github.com/ori-edge/k8s_gatewa
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
kms:
|
||||
- apiVersion: v2
|
||||
appVersion: minimal
|
||||
|
@ -145298,6 +145626,99 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
traefik:
|
||||
- apiVersion: v2
|
||||
appVersion: "2.4"
|
||||
created: "2021-09-02T17:21:01.544529895Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||
digest: adde7d98b893923e0abc80c9e93f2283245d49770b3006c30d9d1eb27229b32e
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||
keywords:
|
||||
- traefik
|
||||
- ingress
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: traefik
|
||||
sources:
|
||||
- https://github.com/traefik/traefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/traefik-6.13.16/traefik-6.13.16.tgz
|
||||
version: 6.13.16
|
||||
- apiVersion: v2
|
||||
appVersion: "2.4"
|
||||
created: "2021-09-02T16:42:00.301334577Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||
digest: b76be09de9264f65f0c7f37ed271195be79039dd9112295a1054be4ed1fae1b8
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||
keywords:
|
||||
- traefik
|
||||
- ingress
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: traefik
|
||||
sources:
|
||||
- https://github.com/traefik/traefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/traefik-6.13.15/traefik-6.13.15.tgz
|
||||
version: 6.13.15
|
||||
- apiVersion: v2
|
||||
appVersion: "2.4"
|
||||
created: "2021-09-02T16:29:11.017812523Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||
digest: fc746e6dc8fe3c90d6870be818adc8767403e383b0e411f2ee0278a312dc2f29
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||
keywords:
|
||||
- traefik
|
||||
- ingress
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: traefik
|
||||
sources:
|
||||
- https://github.com/traefik/traefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/traefik-6.13.14/traefik-6.13.14.tgz
|
||||
version: 6.13.14
|
||||
- apiVersion: v2
|
||||
appVersion: "2.4"
|
||||
created: "2021-09-01T03:23:53.660267571Z"
|
||||
|
@ -158456,6 +158877,43 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
vaultwarden:
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-02T03:12:49.751331419Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 1.5.10
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
digest: 14304a82449b45c2a39cef4a50e2cbe770041f7f0db4c0bb505a1b74e4a8ca4f
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
|
||||
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
||||
keywords:
|
||||
- bitwarden
|
||||
- bitwardenrs
|
||||
- bitwarden_rs
|
||||
- vaultwarden
|
||||
- password
|
||||
- rust
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/vaultwarden-6.1.8/vaultwarden-6.1.8.tgz
|
||||
version: 6.1.8
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-01T17:06:11.298456627Z"
|
||||
|
@ -166703,4 +167161,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
generated: "2021-09-01T22:10:02.145625537Z"
|
||||
generated: "2021-09-02T18:28:32.572860854Z"
|
||||
|
|
Loading…
Reference in New Issue