@@ -23,4 +23,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
- https://jdownloader.org/
|
- https://jdownloader.org/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org/ | common | 6.12.4 |
|
| https://truecharts.org/ | common | 6.13.5 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.1
|
version: 7.0.2
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org/ | common | 6.13.4 |
|
| https://truecharts.org/ | common | 6.13.6 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| additionalArguments[0] | string | `"--metrics.prometheus"` | |
|
| additionalArguments[0] | string | `"--metrics.prometheus"` | |
|
||||||
| additionalArguments[1] | string | `"--ping"` | |
|
| additionalArguments[1] | string | `"--ping"` | |
|
||||||
| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | |
|
| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | |
|
||||||
| controller.strategy | string | `"RollingUpdate"` | |
|
| additionalArguments[3] | string | `"--providers.kubernetesingress.allowexternalnameservices=true"` | |
|
||||||
| controller.type | string | `"daemonset"` | |
|
|
||||||
| globalArguments[0] | string | `"--global.checknewversion"` | |
|
| globalArguments[0] | string | `"--global.checknewversion"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"traefik"` | |
|
| image.repository | string | `"traefik"` | |
|
||||||
@@ -27,6 +26,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"rateLimit":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"rateLimit":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
||||||
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
||||||
| podSecurityContext.fsGroup | int | `568` | |
|
| podSecurityContext.fsGroup | int | `568` | |
|
||||||
|
| portalhook.enabled | bool | `true` | |
|
||||||
| probes.liveness | object | See below | Liveness probe configuration |
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||||
| probes.liveness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
| probes.liveness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||||
|
|||||||
@@ -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,40 @@
|
|||||||
|
# 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 |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env.CLEAN_TMP_DIR | string | `"1"` | |
|
||||||
|
| env.DISPLAY_HEIGHT | string | `"768"` | |
|
||||||
|
| env.DISPLAY_WIDTH | string | `"1280"` | |
|
||||||
|
| env.KEEP_APP_RUNNING | string | `"0"` | |
|
||||||
|
| env.PGID | string | `"568"` | |
|
||||||
|
| env.PUID | string | `"568"` | |
|
||||||
|
| env.SECURE_CONNECTION | string | `"0"` | |
|
||||||
|
| env.VNC_PASSWORD | string | `nil` | |
|
||||||
|
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
|
||||||
|
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"jlesage/jdownloader-2"` | |
|
||||||
|
| image.tag | string | `"v1.7.1"` | |
|
||||||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.config.enabled | bool | `true` | |
|
||||||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
|
| persistence.config.type | string | `"pvc"` | |
|
||||||
|
| service.main.ports.main.port | int | `5800` | |
|
||||||
|
| service.vnc.enabled | bool | `true` | |
|
||||||
|
| service.vnc.ports.vnc.enabled | bool | `true` | |
|
||||||
|
| service.vnc.ports.vnc.port | int | `5900` | |
|
||||||
|
| service.vnc.ports.vnc.protocol | string | `"TCP"` | |
|
||||||
|
| service.vnc.type | string | `"ClusterIP"` | |
|
||||||
|
| strategy.type | string | `"Recreate"` | |
|
||||||
|
|
||||||
|
All Rights Reserved - The TrueCharts Project
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
# Introduction
|
||||||
|
|
||||||
|
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
|
||||||
|
|
||||||
|
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/jlesage/docker-jdownloader-2>
|
||||||
|
* <https://hub.docker.com/r/jlesage/jdownloader-2>
|
||||||
|
* <https://jdownloader.org/>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://truecharts.org/ | common | 6.13.5 |
|
||||||
|
|
||||||
|
## 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
|
||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# License<br>
|
# License<br>
|
||||||
|
|
||||||
|
# License<br>
|
||||||
|
|
||||||
# License<br>
|
# License<br>
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
|
|||||||
@@ -14,111 +14,37 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| additionalArguments[0] | string | `"--metrics.prometheus"` | |
|
| additionalArguments[0] | string | `"--metrics.prometheus"` | |
|
||||||
| additionalArguments[1] | string | `"--ping"` | |
|
| additionalArguments[1] | string | `"--ping"` | |
|
||||||
| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | |
|
| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | |
|
||||||
| additionalVolumeMounts | list | `[]` | |
|
| additionalArguments[3] | string | `"--providers.kubernetesingress.allowexternalnameservices=true"` | |
|
||||||
| affinity | object | `{}` | |
|
|
||||||
| autoscaling.enabled | bool | `false` | |
|
|
||||||
| deployment.additionalContainers | list | `[]` | |
|
|
||||||
| deployment.additionalVolumes | list | `[]` | |
|
|
||||||
| deployment.annotations | object | `{}` | |
|
|
||||||
| deployment.enabled | bool | `true` | |
|
|
||||||
| deployment.imagePullSecrets | list | `[]` | |
|
|
||||||
| deployment.initContainers | list | `[]` | |
|
|
||||||
| deployment.kind | string | `"Deployment"` | |
|
|
||||||
| deployment.labels | object | `{}` | |
|
|
||||||
| deployment.podAnnotations | object | `{}` | |
|
|
||||||
| deployment.podLabels | object | `{}` | |
|
|
||||||
| deployment.replicas | int | `1` | |
|
|
||||||
| env | list | `[]` | |
|
|
||||||
| envFrom | list | `[]` | |
|
|
||||||
| experimental.kubernetesGateway.appLabelSelector | string | `"traefik"` | |
|
|
||||||
| experimental.kubernetesGateway.certificates | list | `[]` | |
|
|
||||||
| experimental.kubernetesGateway.enabled | bool | `false` | |
|
|
||||||
| experimental.plugins.enabled | bool | `false` | |
|
|
||||||
| globalArguments[0] | string | `"--global.checknewversion"` | |
|
| globalArguments[0] | string | `"--global.checknewversion"` | |
|
||||||
| hostNetwork | bool | `false` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"traefik"` | |
|
| image.repository | string | `"traefik"` | |
|
||||||
| image.tag | string | `"v2.4"` | |
|
| image.tag | string | `"v2.5"` | |
|
||||||
| ingressClass.enabled | bool | `false` | |
|
| ingressClass | object | `{"enabled":false,"fallbackApiVersion":"","isDefaultClass":false}` | Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x |
|
||||||
| ingressClass.fallbackApiVersion | string | `nil` | |
|
| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
|
||||||
| ingressClass.isDefaultClass | bool | `false` | |
|
| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
|
||||||
| ingressRoute.dashboard.annotations | object | `{}` | |
|
| metrics.prometheus.entryPoint | string | `"metrics"` | |
|
||||||
| ingressRoute.dashboard.enabled | bool | `true` | |
|
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"rateLimit":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
||||||
| ingressRoute.dashboard.labels | object | `{}` | |
|
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
||||||
| logs.access.enabled | bool | `false` | |
|
| podSecurityContext.fsGroup | int | `568` | |
|
||||||
| logs.access.fields.general.defaultmode | string | `"keep"` | |
|
|
||||||
| logs.access.fields.general.names | object | `{}` | |
|
|
||||||
| logs.access.fields.headers.defaultmode | string | `"drop"` | |
|
|
||||||
| logs.access.fields.headers.names | object | `{}` | |
|
|
||||||
| logs.access.filters | object | `{}` | |
|
|
||||||
| logs.general.level | string | `"INFO"` | |
|
|
||||||
| middlewares.basicAuth | list | `[]` | |
|
|
||||||
| middlewares.chain | list | `[]` | |
|
|
||||||
| middlewares.forwardAuth | list | `[]` | |
|
|
||||||
| middlewares.rateLimit | list | `[]` | |
|
|
||||||
| middlewares.redirectScheme | list | `[]` | |
|
|
||||||
| nodeSelector | object | `{}` | |
|
|
||||||
| persistence.accessMode | string | `"ReadWriteOnce"` | |
|
|
||||||
| persistence.enabled | bool | `false` | |
|
|
||||||
| persistence.name | string | `"data"` | |
|
|
||||||
| persistence.path | string | `"/data"` | |
|
|
||||||
| persistence.size | string | `"128Mi"` | |
|
|
||||||
| pilot.enabled | bool | `false` | |
|
|
||||||
| pilot.token | string | `""` | |
|
|
||||||
| podDisruptionBudget.enabled | bool | `false` | |
|
|
||||||
| podSecurityContext.fsGroup | int | `65532` | |
|
|
||||||
| podSecurityPolicy.enabled | bool | `false` | |
|
|
||||||
| portalhook.enabled | bool | `true` | |
|
| portalhook.enabled | bool | `true` | |
|
||||||
| ports.traefik.expose | bool | `false` | |
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
| ports.traefik.exposedPort | int | `9000` | |
|
| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||||
| ports.traefik.port | int | `9000` | |
|
| probes.liveness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||||
| ports.traefik.protocol | string | `"TCP"` | |
|
| probes.readiness | object | See below | Redainess probe configuration |
|
||||||
| ports.web.expose | bool | `true` | |
|
| probes.readiness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||||
| ports.web.exposedPort | int | `80` | |
|
| probes.readiness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||||
| ports.web.port | int | `9080` | |
|
| probes.startup | object | See below | Startup probe configuration |
|
||||||
| ports.web.protocol | string | `"TCP"` | |
|
| probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||||
| ports.web.redirectTo | string | `"websecure"` | |
|
| probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe |
|
||||||
| ports.websecure.expose | bool | `true` | |
|
|
||||||
| ports.websecure.exposedPort | int | `443` | |
|
|
||||||
| ports.websecure.port | int | `9443` | |
|
|
||||||
| ports.websecure.protocol | string | `"TCP"` | |
|
|
||||||
| ports.websecure.tls.enabled | bool | `true` | |
|
|
||||||
| priorityClassName | string | `""` | |
|
|
||||||
| providers.kubernetesCRD.enabled | bool | `true` | |
|
| providers.kubernetesCRD.enabled | bool | `true` | |
|
||||||
| providers.kubernetesCRD.namespaces | list | `[]` | |
|
| providers.kubernetesCRD.namespaces | list | `[]` | |
|
||||||
| providers.kubernetesIngress.enabled | bool | `true` | |
|
| providers.kubernetesIngress.enabled | bool | `true` | |
|
||||||
| providers.kubernetesIngress.namespaces | list | `[]` | |
|
| providers.kubernetesIngress.namespaces | list | `[]` | |
|
||||||
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
|
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
|
||||||
| rbac.enabled | bool | `true` | |
|
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
|
||||||
| rbac.namespaced | bool | `false` | |
|
| securityContext | object | `{"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":568,"runAsNonRoot":true,"runAsUser":568}` | Set the container security context To run the container with ports below 1024 this will need to be adjust to run as root |
|
||||||
| resources | object | `{}` | |
|
| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP"}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP"}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. |
|
||||||
| rollingUpdate.maxSurge | int | `1` | |
|
| serviceAccount | object | `{"enabled":true,"name":""}` | The service account the pods will use to interact with the Kubernetes API |
|
||||||
| rollingUpdate.maxUnavailable | int | `1` | |
|
| tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/traefik/https/tls/#tls-options Example: |
|
||||||
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
|
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
|
||||||
| securityContext.runAsGroup | int | `65532` | |
|
|
||||||
| securityContext.runAsNonRoot | bool | `true` | |
|
|
||||||
| securityContext.runAsUser | int | `65532` | |
|
|
||||||
| service.annotations | object | `{}` | |
|
|
||||||
| service.enabled | bool | `true` | |
|
|
||||||
| service.externalIPs | list | `[]` | |
|
|
||||||
| service.labels | object | `{}` | |
|
|
||||||
| service.loadBalancerSourceRanges | list | `[]` | |
|
|
||||||
| service.spec | object | `{}` | |
|
|
||||||
| service.type | string | `"LoadBalancer"` | |
|
|
||||||
| serviceAccount.name | string | `""` | |
|
|
||||||
| serviceAccountAnnotations | object | `{}` | |
|
|
||||||
| tlsOptions.default.cipherSuites[0] | string | `"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"` | |
|
|
||||||
| tlsOptions.default.cipherSuites[1] | string | `"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"` | |
|
|
||||||
| tlsOptions.default.cipherSuites[2] | string | `"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"` | |
|
|
||||||
| tlsOptions.default.cipherSuites[3] | string | `"TLS_AES_128_GCM_SHA256"` | |
|
|
||||||
| tlsOptions.default.cipherSuites[4] | string | `"TLS_AES_256_GCM_SHA384"` | |
|
|
||||||
| tlsOptions.default.cipherSuites[5] | string | `"TLS_CHACHA20_POLY1305_SHA256"` | |
|
|
||||||
| tlsOptions.default.curvePreferences[0] | string | `"CurveP521"` | |
|
|
||||||
| tlsOptions.default.curvePreferences[1] | string | `"CurveP384"` | |
|
|
||||||
| tlsOptions.default.minVersion | string | `"VersionTLS12"` | |
|
|
||||||
| tlsOptions.default.sniStrict | bool | `false` | |
|
|
||||||
| tolerations | list | `[]` | |
|
|
||||||
| volumes | list | `[]` | |
|
|
||||||
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
All Rights Reserved - The TrueCharts Project
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
A Traefik based Reverse Proxy and Certificate Manager
|
Test App for Traefik
|
||||||
|
|
||||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
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)**
|
**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)**
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org/ | common | 6.12.4 |
|
| https://truecharts.org/ | common | 6.13.6 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
+561
-1
@@ -15808,6 +15808,54 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
common:
|
common:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: none
|
||||||
|
created: "2021-09-03T22:16:22.859108003Z"
|
||||||
|
description: Function library for TrueCharts
|
||||||
|
digest: b8dc4eccfdfdefa77b9a27e713654e83ef9998c609ac823364e395b808cf00db
|
||||||
|
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.6/common-6.13.6.tgz
|
||||||
|
version: 6.13.6
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: none
|
||||||
|
created: "2021-09-03T22:02:44.545652156Z"
|
||||||
|
description: Function library for TrueCharts
|
||||||
|
digest: 3291cd3efe96c7540ce3294f0184342a1994ba41059abb615089788487926382
|
||||||
|
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.5/common-6.13.5.tgz
|
||||||
|
version: 6.13.5
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: none
|
appVersion: none
|
||||||
created: "2021-09-03T03:12:42.16879096Z"
|
created: "2021-09-03T03:12:42.16879096Z"
|
||||||
@@ -60864,6 +60912,69 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
jdownloader2:
|
jdownloader2:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: auto
|
||||||
|
created: "2021-09-03T22:59:05.580769449Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.5
|
||||||
|
description: JDownloader is a free, open-source download management tool with
|
||||||
|
a huge community of developers that makes downloading as easy and fast as it
|
||||||
|
should be.
|
||||||
|
digest: c5c36b2aa4a42b50f91928458c74f65bcbf16b88cc2adb1a05b3fae89b0c8a76
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
||||||
|
icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150
|
||||||
|
keywords:
|
||||||
|
- jdownloader
|
||||||
|
- download
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: jdownloader2
|
||||||
|
sources:
|
||||||
|
- https://github.com/jlesage/docker-jdownloader-2
|
||||||
|
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
|
- https://jdownloader.org/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/jdownloader2-1.0.0/jdownloader2-1.0.0.tgz
|
||||||
|
version: 1.0.0
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: auto
|
||||||
|
created: "2021-09-03T22:16:23.02666053Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.5
|
||||||
|
description: JDownloader is a free, open-source download management tool with
|
||||||
|
a huge community of developers that makes downloading as easy and fast as it
|
||||||
|
should be.
|
||||||
|
digest: 6804054a1105257aa2c597b7337b433be27718dd7c7714c3456bec8a0975a9ff
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
||||||
|
icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150
|
||||||
|
keywords:
|
||||||
|
- jdownloader
|
||||||
|
- download
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
- email: Simoneu01@users.noreply.github.com
|
||||||
|
name: Simoneu01
|
||||||
|
url: truecharts.org
|
||||||
|
name: jdownloader2
|
||||||
|
sources:
|
||||||
|
- https://github.com/jlesage/docker-jdownloader-2
|
||||||
|
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
|
- https://jdownloader.org/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/jdownloader2-0.3.12/jdownloader2-0.3.12.tgz
|
||||||
|
version: 0.3.12
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: auto
|
appVersion: auto
|
||||||
created: "2021-09-01T03:23:49.372778127Z"
|
created: "2021-09-01T03:23:49.372778127Z"
|
||||||
@@ -63653,6 +63764,32 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
k8s-gateway:
|
k8s-gateway:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: auto
|
||||||
|
created: "2021-09-03T13:10:28.325253158Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.3
|
||||||
|
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||||
|
digest: e3aafb6e31df7970e1bc00af5f284db46c45e9bfced65566ba040747ed4a5877
|
||||||
|
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_gateway
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/k8s-gateway-1.0.6/k8s-gateway-1.0.6.tgz
|
||||||
|
version: 1.0.6
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: auto
|
appVersion: auto
|
||||||
created: "2021-09-03T10:42:18.729973124Z"
|
created: "2021-09-03T10:42:18.729973124Z"
|
||||||
@@ -145754,6 +145891,93 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
traefik:
|
traefik:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T23:40:50.756486394Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.6
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 50d1f11c6dcc9d1cbb3853aa97dd9b68a08ddec24a4a4c97a603981d64c8160b
|
||||||
|
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
|
||||||
|
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-7.0.1/traefik-7.0.1.tgz
|
||||||
|
version: 7.0.1
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T22:59:05.748437111Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.6
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 95e340c0bdeeda7c089495289459a572c0bfa8bbc5331c6c0e8f8613424df5d9
|
||||||
|
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
|
||||||
|
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-7.0.0/traefik-7.0.0.tgz
|
||||||
|
version: 7.0.0
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T13:10:28.665399632Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.12.4
|
||||||
|
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||||
|
digest: fd689f4f8e0859061cbd173543097292f70dc33cb26cfc3cbd78369e07f03370
|
||||||
|
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.19/traefik-6.13.19.tgz
|
||||||
|
version: 6.13.19
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: "2.4"
|
appVersion: "2.4"
|
||||||
created: "2021-09-03T03:12:42.522368196Z"
|
created: "2021-09-03T03:12:42.522368196Z"
|
||||||
@@ -148579,6 +148803,342 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/traefik-3.2.3/traefik-3.2.3.tgz
|
- https://github.com/truecharts/apps/releases/download/traefik-3.2.3/traefik-3.2.3.tgz
|
||||||
version: 3.2.3
|
version: 3.2.3
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T22:53:08.235616718Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.6
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 0af1465770817a557f78f5a932975fc4f05119a3201aa5b522ac328b1e29efc8
|
||||||
|
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
|
||||||
|
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-0.0.14/traefik-0.0.14.tgz
|
||||||
|
version: 0.0.14
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T22:16:23.224389655Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.5
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 0d0eb6c8e1fbbcf1ed3761e3e116d0bf9c30ebeee481eddbfdafcc9fd184c1d2
|
||||||
|
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
|
||||||
|
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-0.0.12/traefik-0.0.12.tgz
|
||||||
|
version: 0.0.12
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T21:45:18.471944461Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 864fec6e6a9ab545af989ec037557d34b91ea56f5e84257812c1664a9cb9f4ee
|
||||||
|
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
|
||||||
|
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-0.0.11/traefik-0.0.11.tgz
|
||||||
|
version: 0.0.11
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T19:45:05.741668972Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: ad6e6cc75cb5d094ef00c841643fd0b34090a62dd330230584745c6341549b7a
|
||||||
|
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
|
||||||
|
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-0.0.10/traefik-0.0.10.tgz
|
||||||
|
version: 0.0.10
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T19:30:46.691705102Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: bb8a41e9deb3bf5409a82b215bc6731718a43c059b2707acb467226f57faf4c2
|
||||||
|
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
|
||||||
|
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-0.0.9/traefik-0.0.9.tgz
|
||||||
|
version: 0.0.9
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T19:02:15.400900484Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 16e905eb48dc627c96c54c2db1a494d39211558ea8898ad57913f1c7a6fb6845
|
||||||
|
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
|
||||||
|
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-0.0.8/traefik-0.0.8.tgz
|
||||||
|
version: 0.0.8
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T18:36:31.19122419Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: a3df2a306b5086012776e32a7bf609d7932b2af6f7401bcc0c053148aa721fd5
|
||||||
|
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
|
||||||
|
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-0.0.7/traefik-0.0.7.tgz
|
||||||
|
version: 0.0.7
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T17:56:06.137877991Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 0ded0846f238ed92303bdd315db47711eac6fa151e1af9c7c65c9cf92c5844e2
|
||||||
|
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
|
||||||
|
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-0.0.6/traefik-0.0.6.tgz
|
||||||
|
version: 0.0.6
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T17:37:56.480213356Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 9fe3f8256a40fb22206fb54d3203ea18b0f5c9b429f0d5d9a72d2fb6cbbf8ad4
|
||||||
|
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
|
||||||
|
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-0.0.5/traefik-0.0.5.tgz
|
||||||
|
version: 0.0.5
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T17:02:47.601825848Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 0e3f13825438de373e7aa81c32e60c99ab014a31a818416ac020ebe9b986f89a
|
||||||
|
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
|
||||||
|
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-0.0.4/traefik-0.0.4.tgz
|
||||||
|
version: 0.0.4
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T16:09:25.800665091Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: d980891924c6a9cdce6101c57e5f935864dffdbbc6ee19c6dda7fb96d8501ad9
|
||||||
|
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
|
||||||
|
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-0.0.3/traefik-0.0.3.tgz
|
||||||
|
version: 0.0.3
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: "2.4"
|
||||||
|
created: "2021-09-03T13:10:28.488716273Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.4
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 37b055aecad6f58e33d7c160f8da40fa5d463d265ee4b59b5a55148270da2758
|
||||||
|
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
|
||||||
|
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-0.0.2/traefik-0.0.2.tgz
|
||||||
|
version: 0.0.2
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: "2.4"
|
appVersion: "2.4"
|
||||||
created: "2021-09-03T12:44:18.137321579Z"
|
created: "2021-09-03T12:44:18.137321579Z"
|
||||||
@@ -167348,4 +167908,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-09-03T12:44:18.187801553Z"
|
generated: "2021-09-03T23:40:50.809684309Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user