diff --git a/charts/core/traefik/CHANGELOG.md b/charts/core/traefik/CHANGELOG.md index f3d18ee8463..adba940cf8f 100644 --- a/charts/core/traefik/CHANGELOG.md +++ b/charts/core/traefik/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [traefik-10.0.45](https://github.com/truecharts/apps/compare/traefik-10.0.44...traefik-10.0.45) (2022-01-31) + + + ### [traefik-10.0.44](https://github.com/truecharts/apps/compare/traefik-10.0.43...traefik-10.0.44) (2022-01-28) diff --git a/charts/core/traefik/helm-values.md b/charts/core/traefik/helm-values.md index 0fd869927be..d51170d2347 100644 --- a/charts/core/traefik/helm-values.md +++ b/charts/core/traefik/helm-values.md @@ -11,10 +11,7 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| additionalArguments[0] | string | `"--metrics.prometheus"` | | -| additionalArguments[1] | string | `"--ping"` | | -| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | | -| additionalArguments[3] | string | `"--providers.kubernetesingress.allowexternalnameservices=true"` | | +| additionalArguments | list | `["--metrics.prometheus","--ping","--serverstransport.insecureskipverify=true","--providers.kubernetesingress.allowexternalnameservices=true"]` | Additional arguments to be passed at Traefik's binary All available options available on https://docs.traefik.io/reference/static-configuration/cli/ | | globalArguments[0] | string | `"--global.checknewversion"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/traefik"` | | @@ -38,11 +35,7 @@ You will, however, be able to use all values referenced in the common chart here | probes.startup | object | See below | Startup probe configuration | | probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | | probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe | -| providers.kubernetesCRD.enabled | bool | `true` | | -| providers.kubernetesCRD.namespaces | list | `[]` | | -| providers.kubernetesIngress.enabled | bool | `true` | | -| providers.kubernetesIngress.namespaces | list | `[]` | | -| providers.kubernetesIngress.publishedService.enabled | bool | `true` | | +| providers | object | `{"kubernetesCRD":{"enabled":true,"namespaces":[]},"kubernetesIngress":{"enabled":true,"namespaces":[],"publishedService":{"enabled":true}}}` | Configure providers | | 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 | | service | object | `{"main":{"ports":{"main":{"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9180,"protocol":"HTTP","targetPort":9180}},"type":"ClusterIP"},"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. | | serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | diff --git a/charts/core/traefik/security.md b/charts/core/traefik/security.md index ecd9b9bd503..9bed38ad398 100644 --- a/charts/core/traefik/security.md +++ b/charts/core/traefik/security.md @@ -33,6 +33,12 @@ hide: +| No Misconfigurations found | +|:---------------------------------| + + + + | No Misconfigurations found | |:---------------------------------| diff --git a/charts/incubator/synapse/CHANGELOG.md b/charts/incubator/synapse/CHANGELOG.md index 82b5347dc8e..972ec2e7d4e 100644 --- a/charts/incubator/synapse/CHANGELOG.md +++ b/charts/incubator/synapse/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [synapse-0.0.9](https://github.com/truecharts/apps/compare/synapse-0.0.8...synapse-0.0.9) (2022-01-31) + + + ### [synapse-0.0.8](https://github.com/truecharts/apps/compare/synapse-0.0.7...synapse-0.0.8) (2022-01-31) diff --git a/docs/apps/core/traefik/CHANGELOG.md b/docs/apps/core/traefik/CHANGELOG.md index f3d18ee8463..adba940cf8f 100644 --- a/docs/apps/core/traefik/CHANGELOG.md +++ b/docs/apps/core/traefik/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [traefik-10.0.45](https://github.com/truecharts/apps/compare/traefik-10.0.44...traefik-10.0.45) (2022-01-31) + + + ### [traefik-10.0.44](https://github.com/truecharts/apps/compare/traefik-10.0.43...traefik-10.0.44) (2022-01-28) diff --git a/docs/apps/core/traefik/helm-values.md b/docs/apps/core/traefik/helm-values.md index 0fd869927be..d51170d2347 100644 --- a/docs/apps/core/traefik/helm-values.md +++ b/docs/apps/core/traefik/helm-values.md @@ -11,10 +11,7 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| additionalArguments[0] | string | `"--metrics.prometheus"` | | -| additionalArguments[1] | string | `"--ping"` | | -| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | | -| additionalArguments[3] | string | `"--providers.kubernetesingress.allowexternalnameservices=true"` | | +| additionalArguments | list | `["--metrics.prometheus","--ping","--serverstransport.insecureskipverify=true","--providers.kubernetesingress.allowexternalnameservices=true"]` | Additional arguments to be passed at Traefik's binary All available options available on https://docs.traefik.io/reference/static-configuration/cli/ | | globalArguments[0] | string | `"--global.checknewversion"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/traefik"` | | @@ -38,11 +35,7 @@ You will, however, be able to use all values referenced in the common chart here | probes.startup | object | See below | Startup probe configuration | | probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | | probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe | -| providers.kubernetesCRD.enabled | bool | `true` | | -| providers.kubernetesCRD.namespaces | list | `[]` | | -| providers.kubernetesIngress.enabled | bool | `true` | | -| providers.kubernetesIngress.namespaces | list | `[]` | | -| providers.kubernetesIngress.publishedService.enabled | bool | `true` | | +| providers | object | `{"kubernetesCRD":{"enabled":true,"namespaces":[]},"kubernetesIngress":{"enabled":true,"namespaces":[],"publishedService":{"enabled":true}}}` | Configure providers | | 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 | | service | object | `{"main":{"ports":{"main":{"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9180,"protocol":"HTTP","targetPort":9180}},"type":"ClusterIP"},"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. | | serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | diff --git a/docs/apps/core/traefik/security.md b/docs/apps/core/traefik/security.md index ecd9b9bd503..9bed38ad398 100644 --- a/docs/apps/core/traefik/security.md +++ b/docs/apps/core/traefik/security.md @@ -33,6 +33,12 @@ hide: +| No Misconfigurations found | +|:---------------------------------| + + + + | No Misconfigurations found | |:---------------------------------| diff --git a/docs/apps/incubator/synapse/CHANGELOG.md b/docs/apps/incubator/synapse/CHANGELOG.md index 82b5347dc8e..972ec2e7d4e 100644 --- a/docs/apps/incubator/synapse/CHANGELOG.md +++ b/docs/apps/incubator/synapse/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [synapse-0.0.9](https://github.com/truecharts/apps/compare/synapse-0.0.8...synapse-0.0.9) (2022-01-31) + + + ### [synapse-0.0.8](https://github.com/truecharts/apps/compare/synapse-0.0.7...synapse-0.0.8) (2022-01-31) diff --git a/docs/index.yaml b/docs/index.yaml index d56fde14405..4d54d008aa0 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -47378,6 +47378,40 @@ entries: - https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz version: 0.0.1 synapse: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - cloud + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.50.2 + created: "2022-01-31T16:00:12.517134441Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.14.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.58 + description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes + digest: 5f48d9d4a5cafddafdab6b5e1fe36c25073193b434dad1fd2027e10fe0423ef1 + home: https://github.com/truecharts/apps/charts/stable/synapse + icon: https://truecharts.org/_static/img/appicons/synapse-icon.png + keywords: + - chat + - matrix + - synapse + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: synapse + type: application + urls: + - https://github.com/truecharts/apps/releases/download/synapse-0.0.9/synapse-0.0.9.tgz + version: 0.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49567,6 +49601,39 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-4.0.12/traccar-4.0.12.tgz version: 4.0.12 traefik: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - network + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.5.6 + created: "2022-01-31T16:00:12.818430871Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.14.2 + description: Test App for Traefik + digest: 2fdb5117559669cb749526b90a7598a5e9ec8fcbf5d5adceee20dd8d08b7530b + home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik + icon: https://truecharts.org/_static/img/appicons/traefik-icon.png + keywords: + - traefik + - ingress + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://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-10.0.45/traefik-10.0.45.tgz + version: 10.0.45 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54180,4 +54247,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-01-31T15:05:43.000710426Z" +generated: "2022-01-31T16:00:12.822500496Z"