diff --git a/core/k8s-gateway/4.0.11/Chart.lock b/core/k8s-gateway/4.0.11/Chart.lock deleted file mode 100644 index 08eb11a87e5..00000000000 --- a/core/k8s-gateway/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:47:43.206247081Z" diff --git a/core/k8s-gateway/4.0.11/charts/common-8.6.3.tgz b/core/k8s-gateway/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/core/k8s-gateway/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/core/k8s-gateway/4.0.11/CHANGELOG.md b/core/k8s-gateway/4.0.12/CHANGELOG.md similarity index 87% rename from core/k8s-gateway/4.0.11/CHANGELOG.md rename to core/k8s-gateway/4.0.12/CHANGELOG.md index d4dcd2fb1b9..9affe64c56f 100644 --- a/core/k8s-gateway/4.0.11/CHANGELOG.md +++ b/core/k8s-gateway/4.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [k8s-gateway-4.0.12](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.11...k8s-gateway-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [k8s-gateway-4.0.11](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.10...k8s-gateway-4.0.11) (2021-11-16) @@ -84,16 +97,3 @@ -### [k8s-gateway-4.0.3](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.2...k8s-gateway-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [k8s-gateway-4.0.2](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.1...k8s-gateway-4.0.2) (2021-10-26) - -#### Chore - diff --git a/core/k8s-gateway/4.0.11/CONFIG.md b/core/k8s-gateway/4.0.12/CONFIG.md similarity index 100% rename from core/k8s-gateway/4.0.11/CONFIG.md rename to core/k8s-gateway/4.0.12/CONFIG.md diff --git a/core/k8s-gateway/4.0.12/Chart.lock b/core/k8s-gateway/4.0.12/Chart.lock new file mode 100644 index 00000000000..a758613fe20 --- /dev/null +++ b/core/k8s-gateway/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:12:07.415826892Z" diff --git a/core/k8s-gateway/4.0.11/Chart.yaml b/core/k8s-gateway/4.0.12/Chart.yaml similarity index 95% rename from core/k8s-gateway/4.0.11/Chart.yaml rename to core/k8s-gateway/4.0.12/Chart.yaml index 59da93241b3..f0346b1aeff 100644 --- a/core/k8s-gateway/4.0.11/Chart.yaml +++ b/core/k8s-gateway/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.8" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: A Helm chart for the k8s_gateway CoreDNS plugin home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway @@ -20,7 +20,7 @@ name: k8s-gateway sources: - https://github.com/ori-edge/k8s_gateway type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - networking diff --git a/core/k8s-gateway/4.0.11/README.md b/core/k8s-gateway/4.0.12/README.md similarity index 96% rename from core/k8s-gateway/4.0.11/README.md rename to core/k8s-gateway/4.0.12/README.md index 6747b8f0078..1bd48a52407 100644 --- a/core/k8s-gateway/4.0.11/README.md +++ b/core/k8s-gateway/4.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/core/k8s-gateway/4.0.11/app-readme.md b/core/k8s-gateway/4.0.12/app-readme.md similarity index 100% rename from core/k8s-gateway/4.0.11/app-readme.md rename to core/k8s-gateway/4.0.12/app-readme.md diff --git a/core/k8s-gateway/4.0.12/charts/common-8.9.1.tgz b/core/k8s-gateway/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/core/k8s-gateway/4.0.12/charts/common-8.9.1.tgz differ diff --git a/core/k8s-gateway/4.0.11/helm-values.md b/core/k8s-gateway/4.0.12/helm-values.md similarity index 99% rename from core/k8s-gateway/4.0.11/helm-values.md rename to core/k8s-gateway/4.0.12/helm-values.md index d0c4b24e82c..c1d29bb3f6c 100644 --- a/core/k8s-gateway/4.0.11/helm-values.md +++ b/core/k8s-gateway/4.0.12/helm-values.md @@ -56,7 +56,6 @@ You will, however, be able to use all values referenced in the common chart here | 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`) | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `53` | | | service.main.ports.main.protocol | string | `"UDP"` | | | service.main.ports.main.targetPort | int | `53` | | diff --git a/core/k8s-gateway/4.0.11/ix_values.yaml b/core/k8s-gateway/4.0.12/ix_values.yaml similarity index 99% rename from core/k8s-gateway/4.0.11/ix_values.yaml rename to core/k8s-gateway/4.0.12/ix_values.yaml index 7976b9e6100..4c93371ef51 100644 --- a/core/k8s-gateway/4.0.11/ix_values.yaml +++ b/core/k8s-gateway/4.0.12/ix_values.yaml @@ -76,7 +76,6 @@ rbac: service: main: - enabled: true ports: main: protocol: UDP diff --git a/core/k8s-gateway/4.0.11/questions.yaml b/core/k8s-gateway/4.0.12/questions.yaml similarity index 100% rename from core/k8s-gateway/4.0.11/questions.yaml rename to core/k8s-gateway/4.0.12/questions.yaml diff --git a/core/k8s-gateway/4.0.11/templates/_configmap.tpl b/core/k8s-gateway/4.0.12/templates/_configmap.tpl similarity index 100% rename from core/k8s-gateway/4.0.11/templates/_configmap.tpl rename to core/k8s-gateway/4.0.12/templates/_configmap.tpl diff --git a/core/k8s-gateway/4.0.11/templates/common.yaml b/core/k8s-gateway/4.0.12/templates/common.yaml similarity index 100% rename from core/k8s-gateway/4.0.11/templates/common.yaml rename to core/k8s-gateway/4.0.12/templates/common.yaml diff --git a/core/k8s-gateway/4.0.11/values.yaml b/core/k8s-gateway/4.0.12/values.yaml similarity index 100% rename from core/k8s-gateway/4.0.11/values.yaml rename to core/k8s-gateway/4.0.12/values.yaml diff --git a/core/traefik/10.0.14/CHANGELOG.md b/core/traefik/10.0.14/CHANGELOG.md new file mode 100644 index 00000000000..54505df0292 --- /dev/null +++ b/core/traefik/10.0.14/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [traefik-10.0.14](https://github.com/truecharts/apps/compare/traefik-10.0.13...traefik-10.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* [#1359](https://github.com/truecharts/apps/issues/1359) ([#1360](https://github.com/truecharts/apps/issues/1360)) +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + + +### [traefik-10.0.13](https://github.com/truecharts/apps/compare/traefik-10.0.12...traefik-10.0.13) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [traefik-10.0.12](https://github.com/truecharts/apps/compare/traefik-10.0.11...traefik-10.0.12) (2021-11-15) + +#### Chore + +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + +#### Feat + +* readd ingress for standardisation + + + + +### [traefik-10.0.11](https://github.com/truecharts/apps/compare/traefik-10.0.10...traefik-10.0.11) (2021-11-14) + +#### Chore + +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + + + + +### [traefik-10.0.10](https://github.com/truecharts/apps/compare/traefik-10.0.9...traefik-10.0.10) (2021-11-14) + +#### Chore + +* move traefik and k8s gateway to core train + + + + +### [traefik-10.0.9](https://github.com/truecharts/apps/compare/traefik-10.0.8...traefik-10.0.9) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) +* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296)) + + + + +### [traefik-10.0.8](https://github.com/truecharts/apps/compare/traefik-10.0.7...traefik-10.0.8) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [traefik-10.0.6](https://github.com/truecharts/apps/compare/traefik-10.0.5...traefik-10.0.6) (2021-11-07) + +#### Fix + +* Don't try to run udp services under SCALE (we don't actively test it anyway) + + + + +### [traefik-10.0.5](https://github.com/truecharts/apps/compare/traefik-10.0.4...traefik-10.0.5) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + diff --git a/incubator/loki/1.0.1/CONFIG.md b/core/traefik/10.0.14/CONFIG.md similarity index 100% rename from incubator/loki/1.0.1/CONFIG.md rename to core/traefik/10.0.14/CONFIG.md diff --git a/core/traefik/10.0.14/Chart.lock b/core/traefik/10.0.14/Chart.lock new file mode 100644 index 00000000000..4079304b3bb --- /dev/null +++ b/core/traefik/10.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:12:40.509961764Z" diff --git a/core/traefik/10.0.14/Chart.yaml b/core/traefik/10.0.14/Chart.yaml new file mode 100644 index 00000000000..edcffcf9d99 --- /dev/null +++ b/core/traefik/10.0.14/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.5.4" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +deprecated: false +description: Test App for Traefik +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: https://truecharts.org +name: traefik +sources: +- https://github.com/traefik/traefik +- https://github.com/traefik/traefik-helm-chart +- https://traefik.io/ +type: application +version: 10.0.14 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/core/traefik/10.0.14/README.md b/core/traefik/10.0.14/README.md new file mode 100644 index 00000000000..bfceda2fdad --- /dev/null +++ b/core/traefik/10.0.14/README.md @@ -0,0 +1,39 @@ +# Introduction + +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. +**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 + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 8.9.1 | + +## 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 diff --git a/core/traefik/10.0.14/app-readme.md b/core/traefik/10.0.14/app-readme.md new file mode 100644 index 00000000000..823c75135e0 --- /dev/null +++ b/core/traefik/10.0.14/app-readme.md @@ -0,0 +1,3 @@ +Test App for Traefik + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/core/traefik/10.0.14/charts/common-8.9.1.tgz b/core/traefik/10.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/core/traefik/10.0.14/charts/common-8.9.1.tgz differ diff --git a/core/traefik/10.0.14/crds/ingressroute.yaml b/core/traefik/10.0.14/crds/ingressroute.yaml new file mode 100644 index 00000000000..3391ba532a4 --- /dev/null +++ b/core/traefik/10.0.14/crds/ingressroute.yaml @@ -0,0 +1,198 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: ingressroutes.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRoute + listKind: IngressRouteList + plural: ingressroutes + singular: ingressroute + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRoute is an Ingress CRD specification. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteSpec is a specification for a IngressRouteSpec + resource. + properties: + entryPoints: + items: + type: string + type: array + routes: + items: + description: Route contains the set of routes. + properties: + kind: + enum: + - Rule + type: string + match: + type: string + middlewares: + items: + description: MiddlewareRef is a ref to the Middleware resources. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + type: array + priority: + type: integer + services: + items: + description: Service defines an upstream to proxy traffic. + properties: + kind: + enum: + - Service + - TraefikService + type: string + name: + description: Name is a reference to a Kubernetes Service + object (for a load-balancer of servers), or to a TraefikService + object (service load-balancer, mirroring, etc). The + differentiation between the two is specified in the + Kind field. + type: string + namespace: + type: string + passHostHeader: + type: boolean + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding holds configuration for + the forward of the response. + properties: + flushInterval: + type: string + type: object + scheme: + type: string + serversTransport: + type: string + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration + based on cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + strategy: + type: string + weight: + description: Weight should only be specified when Name + references a TraefikService object (and to be precise, + one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + required: + - kind + - match + type: object + type: array + tls: + description: "TLS contains the TLS certificates configuration of the + routes. To enable Let's Encrypt, use an empty TLS struct, e.g. in + YAML: \n \t tls: {} # inline format \n \t tls: \t secretName: + # block format" + properties: + certResolver: + type: string + domains: + items: + description: Domain holds a domain name with SANs. + properties: + main: + type: string + sans: + items: + type: string + type: array + type: object + type: array + options: + description: Options is a reference to a TLSOption, that specifies + the parameters of the TLS connection. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store is a reference to a TLSStore, that specifies + the parameters of the TLS store. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/ingressroutetcp.yaml b/core/traefik/10.0.14/crds/ingressroutetcp.yaml new file mode 100644 index 00000000000..67e099b47da --- /dev/null +++ b/core/traefik/10.0.14/crds/ingressroutetcp.yaml @@ -0,0 +1,160 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: ingressroutetcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteTCP + listKind: IngressRouteTCPList + plural: ingressroutetcps + singular: ingressroutetcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteTCP is an Ingress CRD specification. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteTCPSpec is a specification for a IngressRouteTCPSpec + resource. + properties: + entryPoints: + items: + type: string + type: array + routes: + items: + description: RouteTCP contains the set of routes. + properties: + match: + type: string + middlewares: + description: Middlewares contains references to MiddlewareTCP + resources. + items: + description: ObjectReference is a generic reference to a Traefik + resource. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + type: array + services: + items: + description: ServiceTCP defines an upstream to proxy traffic. + properties: + name: + type: string + namespace: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + proxyProtocol: + description: ProxyProtocol holds the ProxyProtocol configuration. + properties: + version: + type: integer + type: object + terminationDelay: + type: integer + weight: + type: integer + required: + - name + - port + type: object + type: array + required: + - match + type: object + type: array + tls: + description: "TLSTCP contains the TLS certificates configuration of + the routes. To enable Let's Encrypt, use an empty TLS struct, e.g. + in YAML: \n \t tls: {} # inline format \n \t tls: \t secretName: + # block format" + properties: + certResolver: + type: string + domains: + items: + description: Domain holds a domain name with SANs. + properties: + main: + type: string + sans: + items: + type: string + type: array + type: object + type: array + options: + description: Options is a reference to a TLSOption, that specifies + the parameters of the TLS connection. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + passthrough: + type: boolean + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store is a reference to a TLSStore, that specifies + the parameters of the TLS store. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/ingressrouteudp.yaml b/core/traefik/10.0.14/crds/ingressrouteudp.yaml new file mode 100644 index 00000000000..910acd6c270 --- /dev/null +++ b/core/traefik/10.0.14/crds/ingressrouteudp.yaml @@ -0,0 +1,84 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: ingressrouteudps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteUDP + listKind: IngressRouteUDPList + plural: ingressrouteudps + singular: ingressrouteudp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteUDP is an Ingress CRD specification. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteUDPSpec is a specification for a IngressRouteUDPSpec + resource. + properties: + entryPoints: + items: + type: string + type: array + routes: + items: + description: RouteUDP contains the set of routes. + properties: + services: + items: + description: ServiceUDP defines an upstream to proxy traffic. + properties: + name: + type: string + namespace: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + weight: + type: integer + required: + - name + - port + type: object + type: array + type: object + type: array + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/middlewares.yaml b/core/traefik/10.0.14/crds/middlewares.yaml new file mode 100644 index 00000000000..1770587a327 --- /dev/null +++ b/core/traefik/10.0.14/crds/middlewares.yaml @@ -0,0 +1,563 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: middlewares.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: Middleware + listKind: MiddlewareList + plural: middlewares + singular: middleware + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: Middleware is a specification for a Middleware resource. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareSpec holds the Middleware configuration. + properties: + addPrefix: + description: AddPrefix holds the AddPrefix configuration. + properties: + prefix: + type: string + type: object + basicAuth: + description: BasicAuth holds the HTTP basic authentication configuration. + properties: + headerField: + type: string + realm: + type: string + removeHeader: + type: boolean + secret: + type: string + type: object + buffering: + description: Buffering holds the request/response buffering configuration. + properties: + maxRequestBodyBytes: + format: int64 + type: integer + maxResponseBodyBytes: + format: int64 + type: integer + memRequestBodyBytes: + format: int64 + type: integer + memResponseBodyBytes: + format: int64 + type: integer + retryExpression: + type: string + type: object + chain: + description: Chain holds a chain of middlewares. + properties: + middlewares: + items: + description: MiddlewareRef is a ref to the Middleware resources. + properties: + name: + type: string + namespace: + type: string + required: + - name + type: object + type: array + type: object + circuitBreaker: + description: CircuitBreaker holds the circuit breaker configuration. + properties: + expression: + type: string + type: object + compress: + description: Compress holds the compress configuration. + properties: + excludedContentTypes: + items: + type: string + type: array + type: object + contentType: + description: ContentType middleware - or rather its unique `autoDetect` + option - specifies whether to let the `Content-Type` header, if + it has not been set by the backend, be automatically set to a value + derived from the contents of the response. As a proxy, the default + behavior should be to leave the header alone, regardless of what + the backend did with it. However, the historic default was to always + auto-detect and set the header if it was nil, and it is going to + be kept that way in order to support users currently relying on + it. This middleware exists to enable the correct behavior until + at least the default one can be changed in a future version. + properties: + autoDetect: + type: boolean + type: object + digestAuth: + description: DigestAuth holds the Digest HTTP authentication configuration. + properties: + headerField: + type: string + realm: + type: string + removeHeader: + type: boolean + secret: + type: string + type: object + errors: + description: ErrorPage holds the custom error page configuration. + properties: + query: + type: string + service: + description: Service defines an upstream to proxy traffic. + properties: + kind: + enum: + - Service + - TraefikService + type: string + name: + description: Name is a reference to a Kubernetes Service object + (for a load-balancer of servers), or to a TraefikService + object (service load-balancer, mirroring, etc). The differentiation + between the two is specified in the Kind field. + type: string + namespace: + type: string + passHostHeader: + type: boolean + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding holds configuration for the + forward of the response. + properties: + flushInterval: + type: string + type: object + scheme: + type: string + serversTransport: + type: string + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration based + on cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + strategy: + type: string + weight: + description: Weight should only be specified when Name references + a TraefikService object (and to be precise, one that embeds + a Weighted Round Robin). + type: integer + required: + - name + type: object + status: + items: + type: string + type: array + type: object + forwardAuth: + description: ForwardAuth holds the http forward authentication configuration. + properties: + address: + type: string + authRequestHeaders: + items: + type: string + type: array + authResponseHeaders: + items: + type: string + type: array + authResponseHeadersRegex: + type: string + tls: + description: ClientTLS holds TLS specific configurations as client. + properties: + caOptional: + type: boolean + caSecret: + type: string + certSecret: + type: string + insecureSkipVerify: + type: boolean + type: object + trustForwardHeader: + type: boolean + type: object + headers: + description: Headers holds the custom header configuration. + properties: + accessControlAllowCredentials: + description: AccessControlAllowCredentials is only valid if true. + false is ignored. + type: boolean + accessControlAllowHeaders: + description: AccessControlAllowHeaders must be used in response + to a preflight request with Access-Control-Request-Headers set. + items: + type: string + type: array + accessControlAllowMethods: + description: AccessControlAllowMethods must be used in response + to a preflight request with Access-Control-Request-Method set. + items: + type: string + type: array + accessControlAllowOriginList: + description: AccessControlAllowOriginList is a list of allowable + origins. Can also be a wildcard origin "*". + items: + type: string + type: array + accessControlAllowOriginListRegex: + description: AccessControlAllowOriginListRegex is a list of allowable + origins written following the Regular Expression syntax (https://golang.org/pkg/regexp/). + items: + type: string + type: array + accessControlExposeHeaders: + description: AccessControlExposeHeaders sets valid headers for + the response. + items: + type: string + type: array + accessControlMaxAge: + description: AccessControlMaxAge sets the time that a preflight + request may be cached. + format: int64 + type: integer + addVaryHeader: + description: AddVaryHeader controls if the Vary header is automatically + added/updated when the AccessControlAllowOriginList is set. + type: boolean + allowedHosts: + items: + type: string + type: array + browserXssFilter: + type: boolean + contentSecurityPolicy: + type: string + contentTypeNosniff: + type: boolean + customBrowserXSSValue: + type: string + customFrameOptionsValue: + type: string + customRequestHeaders: + additionalProperties: + type: string + type: object + customResponseHeaders: + additionalProperties: + type: string + type: object + featurePolicy: + type: string + forceSTSHeader: + type: boolean + frameDeny: + type: boolean + hostsProxyHeaders: + items: + type: string + type: array + isDevelopment: + type: boolean + publicKey: + type: string + referrerPolicy: + type: string + sslForceHost: + description: 'Deprecated: use RedirectRegex instead.' + type: boolean + sslHost: + description: 'Deprecated: use RedirectRegex instead.' + type: string + sslProxyHeaders: + additionalProperties: + type: string + type: object + sslRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + sslTemporaryRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + stsIncludeSubdomains: + type: boolean + stsPreload: + type: boolean + stsSeconds: + format: int64 + type: integer + type: object + inFlightReq: + description: InFlightReq limits the number of requests being processed + and served concurrently. + properties: + amount: + format: int64 + type: integer + sourceCriterion: + description: SourceCriterion defines what criterion is used to + group requests as originating from a common source. If none + are set, the default is to use the request's remote address + field. All fields are mutually exclusive. + properties: + ipStrategy: + description: IPStrategy holds the ip strategy configuration. + properties: + depth: + type: integer + excludedIPs: + items: + type: string + type: array + type: object + requestHeaderName: + type: string + requestHost: + type: boolean + type: object + type: object + ipWhiteList: + description: IPWhiteList holds the ip white list configuration. + properties: + ipStrategy: + description: IPStrategy holds the ip strategy configuration. + properties: + depth: + type: integer + excludedIPs: + items: + type: string + type: array + type: object + sourceRange: + items: + type: string + type: array + type: object + passTLSClientCert: + description: PassTLSClientCert holds the TLS client cert headers configuration. + properties: + info: + description: TLSClientCertificateInfo holds the client TLS certificate + info configuration. + properties: + issuer: + description: TLSCLientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 + properties: + commonName: + type: boolean + country: + type: boolean + domainComponent: + type: boolean + locality: + type: boolean + organization: + type: boolean + province: + type: boolean + serialNumber: + type: boolean + type: object + notAfter: + type: boolean + notBefore: + type: boolean + sans: + type: boolean + serialNumber: + type: boolean + subject: + description: TLSCLientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 + properties: + commonName: + type: boolean + country: + type: boolean + domainComponent: + type: boolean + locality: + type: boolean + organization: + type: boolean + province: + type: boolean + serialNumber: + type: boolean + type: object + type: object + pem: + type: boolean + type: object + plugin: + additionalProperties: + x-kubernetes-preserve-unknown-fields: true + type: object + rateLimit: + description: RateLimit holds the rate limiting configuration for a + given router. + properties: + average: + format: int64 + type: integer + burst: + format: int64 + type: integer + period: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + sourceCriterion: + description: SourceCriterion defines what criterion is used to + group requests as originating from a common source. If none + are set, the default is to use the request's remote address + field. All fields are mutually exclusive. + properties: + ipStrategy: + description: IPStrategy holds the ip strategy configuration. + properties: + depth: + type: integer + excludedIPs: + items: + type: string + type: array + type: object + requestHeaderName: + type: string + requestHost: + type: boolean + type: object + type: object + redirectRegex: + description: RedirectRegex holds the redirection configuration. + properties: + permanent: + type: boolean + regex: + type: string + replacement: + type: string + type: object + redirectScheme: + description: RedirectScheme holds the scheme redirection configuration. + properties: + permanent: + type: boolean + port: + type: string + scheme: + type: string + type: object + replacePath: + description: ReplacePath holds the ReplacePath configuration. + properties: + path: + type: string + type: object + replacePathRegex: + description: ReplacePathRegex holds the ReplacePathRegex configuration. + properties: + regex: + type: string + replacement: + type: string + type: object + retry: + description: Retry holds the retry configuration. + properties: + attempts: + type: integer + initialInterval: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + stripPrefix: + description: StripPrefix holds the StripPrefix configuration. + properties: + forceSlash: + type: boolean + prefixes: + items: + type: string + type: array + type: object + stripPrefixRegex: + description: StripPrefixRegex holds the StripPrefixRegex configuration. + properties: + regex: + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/middlewarestcp.yaml b/core/traefik/10.0.14/crds/middlewarestcp.yaml new file mode 100644 index 00000000000..f0d1d5640bd --- /dev/null +++ b/core/traefik/10.0.14/crds/middlewarestcp.yaml @@ -0,0 +1,59 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: middlewaretcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: MiddlewareTCP + listKind: MiddlewareTCPList + plural: middlewaretcps + singular: middlewaretcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: MiddlewareTCP is a specification for a MiddlewareTCP resource. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareTCPSpec holds the MiddlewareTCP configuration. + properties: + ipWhiteList: + description: TCPIPWhiteList holds the TCP ip white list configuration. + properties: + sourceRange: + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/serverstransports.yaml b/core/traefik/10.0.14/crds/serverstransports.yaml new file mode 100644 index 00000000000..78241697d1a --- /dev/null +++ b/core/traefik/10.0.14/crds/serverstransports.yaml @@ -0,0 +1,101 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: serverstransports.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: ServersTransport + listKind: ServersTransportList + plural: serverstransports + singular: serverstransport + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: ServersTransport is a specification for a ServersTransport resource. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: ServersTransportSpec options to configure communication between + Traefik and the servers. + properties: + certificatesSecrets: + description: Certificates for mTLS. + items: + type: string + type: array + disableHTTP2: + description: Disable HTTP/2 for connections with backend servers. + type: boolean + forwardingTimeouts: + description: Timeouts for requests forwarded to the backend servers. + properties: + dialTimeout: + anyOf: + - type: integer + - type: string + description: The amount of time to wait until a connection to + a backend server can be established. If zero, no timeout exists. + x-kubernetes-int-or-string: true + idleConnTimeout: + anyOf: + - type: integer + - type: string + description: The maximum period for which an idle HTTP keep-alive + connection will remain open before closing itself. + x-kubernetes-int-or-string: true + responseHeaderTimeout: + anyOf: + - type: integer + - type: string + description: The amount of time to wait for a server's response + headers after fully writing the request (including its body, + if any). If zero, no timeout exists. + x-kubernetes-int-or-string: true + type: object + insecureSkipVerify: + description: Disable SSL certificate verification. + type: boolean + maxIdleConnsPerHost: + description: If non-zero, controls the maximum idle (keep-alive) to + keep per-host. If zero, DefaultMaxIdleConnsPerHost is used. + type: integer + rootCAsSecrets: + description: Add cert file for self-signed certificate. + items: + type: string + type: array + serverName: + description: ServerName used to contact the server. + type: string + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/tlsoptions.yaml b/core/traefik/10.0.14/crds/tlsoptions.yaml new file mode 100644 index 00000000000..c901ac2df5e --- /dev/null +++ b/core/traefik/10.0.14/crds/tlsoptions.yaml @@ -0,0 +1,87 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: tlsoptions.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSOption + listKind: TLSOptionList + plural: tlsoptions + singular: tlsoption + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: TLSOption is a specification for a TLSOption resource. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSOptionSpec configures TLS for an entry point. + properties: + cipherSuites: + items: + type: string + type: array + clientAuth: + description: ClientAuth defines the parameters of the client authentication + part of the TLS connection, if any. + properties: + clientAuthType: + description: ClientAuthType defines the client authentication + type to apply. + enum: + - NoClientCert + - RequestClientCert + - VerifyClientCertIfGiven + - RequireAndVerifyClientCert + type: string + secretNames: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + items: + type: string + type: array + type: object + curvePreferences: + items: + type: string + type: array + maxVersion: + type: string + minVersion: + type: string + preferServerCipherSuites: + type: boolean + sniStrict: + type: boolean + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/tlsstores.yaml b/core/traefik/10.0.14/crds/tlsstores.yaml new file mode 100644 index 00000000000..7bb6193b026 --- /dev/null +++ b/core/traefik/10.0.14/crds/tlsstores.yaml @@ -0,0 +1,64 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: tlsstores.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSStore + listKind: TLSStoreList + plural: tlsstores + singular: tlsstore + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: TLSStore is a specification for a TLSStore resource. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSStoreSpec configures a TLSStore resource. + properties: + defaultCertificate: + description: DefaultCertificate holds a secret name for the TLSOption + resource. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + required: + - defaultCertificate + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/crds/traefikservices.yaml b/core/traefik/10.0.14/crds/traefikservices.yaml new file mode 100644 index 00000000000..1d98c25d68d --- /dev/null +++ b/core/traefik/10.0.14/crds/traefikservices.yaml @@ -0,0 +1,270 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + "helm.sh/resource-policy": keep + "helm.sh/hook": pre-install,pre-upgrade,pre-rollback + controller-gen.kubebuilder.io/version: v0.4.1 + creationTimestamp: null + name: traefikservices.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TraefikService + listKind: TraefikServiceList + plural: traefikservices + singular: traefikservice + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: TraefikService is the specification for a service (that an IngressRoute + refers to) that is usually not a terminal service (i.e. not a pod of servers), + as opposed to a Kubernetes Service. That is to say, it usually refers to + other (children) services, which themselves can be TraefikServices or Services. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: ServiceSpec defines whether a TraefikService is a load-balancer + of services or a mirroring service. + properties: + mirroring: + description: Mirroring defines a mirroring service, which is composed + of a main load-balancer, and a list of mirrors. + properties: + kind: + enum: + - Service + - TraefikService + type: string + maxBodySize: + format: int64 + type: integer + mirrors: + items: + description: MirrorService defines one of the mirrors of a Mirroring + service. + properties: + kind: + enum: + - Service + - TraefikService + type: string + name: + description: Name is a reference to a Kubernetes Service + object (for a load-balancer of servers), or to a TraefikService + object (service load-balancer, mirroring, etc). The differentiation + between the two is specified in the Kind field. + type: string + namespace: + type: string + passHostHeader: + type: boolean + percent: + type: integer + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding holds configuration for + the forward of the response. + properties: + flushInterval: + type: string + type: object + scheme: + type: string + serversTransport: + type: string + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration based + on cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + strategy: + type: string + weight: + description: Weight should only be specified when Name references + a TraefikService object (and to be precise, one that embeds + a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + name: + description: Name is a reference to a Kubernetes Service object + (for a load-balancer of servers), or to a TraefikService object + (service load-balancer, mirroring, etc). The differentiation + between the two is specified in the Kind field. + type: string + namespace: + type: string + passHostHeader: + type: boolean + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding holds configuration for the forward + of the response. + properties: + flushInterval: + type: string + type: object + scheme: + type: string + serversTransport: + type: string + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration based on + cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + strategy: + type: string + weight: + description: Weight should only be specified when Name references + a TraefikService object (and to be precise, one that embeds + a Weighted Round Robin). + type: integer + required: + - name + type: object + weighted: + description: WeightedRoundRobin defines a load-balancer of services. + properties: + services: + items: + description: Service defines an upstream to proxy traffic. + properties: + kind: + enum: + - Service + - TraefikService + type: string + name: + description: Name is a reference to a Kubernetes Service + object (for a load-balancer of servers), or to a TraefikService + object (service load-balancer, mirroring, etc). The differentiation + between the two is specified in the Kind field. + type: string + namespace: + type: string + passHostHeader: + type: boolean + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding holds configuration for + the forward of the response. + properties: + flushInterval: + type: string + type: object + scheme: + type: string + serversTransport: + type: string + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration based + on cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + strategy: + type: string + weight: + description: Weight should only be specified when Name references + a TraefikService object (and to be precise, one that embeds + a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + sticky: + description: Sticky holds the sticky configuration. + properties: + cookie: + description: Cookie holds the sticky configuration based on + cookie. + properties: + httpOnly: + type: boolean + name: + type: string + sameSite: + type: string + secure: + type: boolean + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/core/traefik/10.0.14/helm-values.md b/core/traefik/10.0.14/helm-values.md new file mode 100644 index 00000000000..5275f2aa86a --- /dev/null +++ b/core/traefik/10.0.14/helm-values.md @@ -0,0 +1,48 @@ +# 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 | +|-----|------|---------|-------------| +| additionalArguments[0] | string | `"--metrics.prometheus"` | | +| additionalArguments[1] | string | `"--ping"` | | +| additionalArguments[2] | string | `"--serverstransport.insecureskipverify=true"` | | +| additionalArguments[3] | string | `"--providers.kubernetesingress.allowexternalnameservices=true"` | | +| globalArguments[0] | string | `"--global.checknewversion"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"traefik"` | | +| image.tag | string | `"v2.5.4@sha256:7d0228d19042f1286765f0ef56ceba8e4e8a08ae9b45b854179cf09a9c3de633"` | | +| ingressClass | object | `{"enabled":false,"fallbackApiVersion":"","isDefaultClass":false}` | Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x | +| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard | +| 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/ | +| metrics.prometheus.entryPoint | string | `"metrics"` | | +| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[]}` | SCALE Middleware Handlers | +| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration | +| portalhook.enabled | bool | `true` | | +| 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.type | string | "TCP" | sets the probe type when not using a custom probe | +| probes.readiness | object | See below | Redainess probe configuration | +| probes.readiness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.readiness.type | string | "TCP" | sets the probe type when not using a custom probe | +| 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` | | +| 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":9100,"protocol":"HTTP","targetPort":9100}},"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. | +| serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | +| 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: | + +All Rights Reserved - The TrueCharts Project diff --git a/core/traefik/10.0.14/ix_values.yaml b/core/traefik/10.0.14/ix_values.yaml new file mode 100644 index 00000000000..60c6ab23018 --- /dev/null +++ b/core/traefik/10.0.14/ix_values.yaml @@ -0,0 +1,310 @@ +# Default values for Traefik +image: + repository: traefik + # defaults to appVersion + tag: v2.5.4@sha256:7d0228d19042f1286765f0ef56ceba8e4e8a08ae9b45b854179cf09a9c3de633 + pullPolicy: IfNotPresent + +# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x +ingressClass: + # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 + enabled: false + isDefaultClass: false + # Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1" + fallbackApiVersion: "" + +# -- Activate Pilot integration +pilot: + enabled: false + token: "" + # Toggle Pilot Dashboard + # dashboard: false + +# -- Create an IngressRoute for the dashboard +ingressRoute: + dashboard: + enabled: true + # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) + annotations: {} + # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) + labels: {} + +# +# -- Configure providers +providers: + kubernetesCRD: + enabled: true + namespaces: [] + # - "default" + kubernetesIngress: + enabled: true + # labelSelector: environment=production,method=traefik + namespaces: [] + # - "default" + # IP used for Kubernetes Ingress endpoints + publishedService: + enabled: true + # Published Kubernetes Service to copy status from. Format: namespace/servicename + # By default this Traefik service + # pathOverride: "" + +# -- Logs +# https://docs.traefik.io/observability/logs/ +logs: + # Traefik logs concern everything that happens to Traefik itself (startup, configuration, events, shutdown, and so on). + general: + # By default, the logs use a text format (common), but you can + # also ask for the json format in the format option + # format: json + # By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. + level: ERROR + access: + # To enable access logs + enabled: false + # By default, logs are written using the Common Log Format (CLF). + # To write logs in JSON, use json in the format option. + # If the given format is unsupported, the default (CLF) is used instead. + # format: json + # To write the logs in an asynchronous fashion, specify a bufferingSize option. + # This option represents the number of log lines Traefik will keep in memory before writing + # them to the selected output. In some cases, this option can greatly help performances. + # bufferingSize: 100 + # Filtering https://docs.traefik.io/observability/access-logs/#filtering + filters: {} + # statuscodes: "200,300-302" + # retryattempts: true + # minduration: 10ms + # Fields + # https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers + fields: + general: + defaultmode: keep + names: {} + # Examples: + # ClientUsername: drop + headers: + defaultmode: drop + names: {} + # Examples: + # User-Agent: redact + # Authorization: drop + # Content-Type: keep + +metrics: + # datadog: + # address: 127.0.0.1:8125 + # influxdb: + # address: localhost:8089 + # protocol: udp + prometheus: + entryPoint: metrics + # statsd: + # address: localhost:8125 + +globalArguments: + - "--global.checknewversion" + +## +# -- Additional arguments to be passed at Traefik's binary +# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ +## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` +additionalArguments: + - "--metrics.prometheus" + - "--ping" + - "--serverstransport.insecureskipverify=true" + - "--providers.kubernetesingress.allowexternalnameservices=true" + +# -- TLS Options to be created as TLSOption CRDs +# https://doc.traefik.io/traefik/https/tls/#tls-options +# Example: +tlsOptions: + default: + sniStrict: false + minVersion: VersionTLS12 + curvePreferences: + - CurveP521 + - CurveP384 + 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 + +# -- Options for the main traefik service, where the entrypoints traffic comes from +# from. +service: + main: + type: LoadBalancer + ports: + main: + port: 9000 + targetPort: 9000 + protocol: HTTP + tcp: + enabled: true + type: LoadBalancer + ports: + web: + enabled: true + port: 9080 + protocol: HTTP + redirectTo: websecure + websecure: + enabled: true + port: 9443 + protocol: HTTPS +# tcpexample: +# enabled: true +# targetPort: 9443 +# protocol: TCP +# tls: +# enabled: false +# # this is the name of a TLSOption definition +# options: "" +# certResolver: "" +# domains: [] +# # - main: example.com +# # sans: +# # - foo.example.com +# # - bar.example.com + metrics: + enabled: true + type: LoadBalancer + ports: + metrics: + enabled: true + port: 9100 + targetPort: 9100 + protocol: HTTP + udp: + enabled: false + +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: "/ping" + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: "/ping" + + # -- Startup probe configuration + # @default -- See below + startup: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: "/ping" + +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + 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 + +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + create: true + +# -- SCALE Middleware Handlers +middlewares: + basicAuth: [] + # - name: basicauthexample + # users: + # - username: testuser + # password: testpassword + forwardAuth: [] + # - name: forwardAuthexample + # address: https://auth.example.com/ + # authResponseHeaders: + # - X-Secret + # - X-Auth-User + # authRequestHeaders: + # - "Accept" + # - "X-CustomHeader" + # authResponseHeadersRegex: "^X-" + # trustForwardHeader: true + chain: [] + # - name: chainname + # middlewares: + # - name: compress + redirectScheme: [] + # - name: redirectSchemeName + # scheme: https + # permanent: true + rateLimit: [] + # - name: rateLimitName + # average: 300 + # burst: 200 + redirectRegex: [] + # - name: redirectRegexName + # regex: putregexhere + # replacement: replacementurlhere + # permanent: false + ipWhiteList: [] + # - name: ipWhiteListName + # sourceRange: [] + # ipStrategy: + # depth: 2 + # excludedIPs: [] + +portalhook: + enabled: true diff --git a/core/traefik/10.0.14/questions.yaml b/core/traefik/10.0.14/questions.yaml new file mode 100644 index 00000000000..4be682ef6bb --- /dev/null +++ b/core/traefik/10.0.14/questions.yaml @@ -0,0 +1,2008 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "http" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/dashboard/" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "RollingUpdate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: pilot + label: "Traefik Pilot" + group: "App Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: token + label: "token" + schema: + type: string + default: "" + - variable: dashboard + label: "Pilot Dashboard" + schema: + type: boolean + default: false + + - variable: ingressClass + label: "ingressClass" + group: "App Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: isDefaultClass + label: "isDefaultClass" + schema: + type: boolean + default: false + + - variable: logs + label: "Logs" + group: "App Configuration" + schema: + type: dict + attrs: + - variable: general + label: "General Logs" + schema: + type: dict + attrs: + - variable: level + label: "Log Level" + schema: + type: string + default: "ERROR" + enum: + - value: "INFO" + description: "Info" + - value: "WARN" + description: "Warnings" + - value: "ERROR" + description: "Errors" + - value: "FATAL" + description: "Fatal Errors" + - value: "PANIC" + description: "Panics" + - value: "DEBUG" + description: "Debug" + - variable: access + label: "Access Logs" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enabledFilters + label: "Enable Filters" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: filters + label: "Filters" + schema: + type: dict + attrs: + - variable: statuscodes + label: "Status codes" + schema: + type: string + default: "200,300-302" + - variable: retryattempts + label: "retryattempts" + schema: + type: boolean + default: true + - variable: minduration + label: "minduration" + schema: + type: string + default: "10ms" + - variable: fields + label: "Fields" + schema: + type: dict + attrs: + - variable: general + label: "General" + schema: + type: dict + attrs: + - variable: defaultmode + label: "Default Mode" + schema: + type: string + default: "keep" + enum: + - value: "keep" + description: "Keep" + - value: "drop" + description: "Drop" + - variable: headers + label: "Headers" + schema: + type: dict + attrs: + - variable: defaultmode + label: "Default Mode" + schema: + type: string + default: "drop" + enum: + - value: "keep" + description: "Keep" + - value: "drop" + description: "Drop" + + - variable: middlewares + label: "" + group: "Middlewares" + schema: + type: dict + attrs: + - variable: basicAuth + label: "basicAuth" + schema: + type: list + default: [] + items: + - variable: basicAuthEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "" + - variable: users + label: "Users" + schema: + type: list + default: [] + items: + - variable: usersEntry + label: "" + schema: + type: dict + attrs: + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + default: "" + + - variable: forwardAuth + label: "forwardAuth" + schema: + type: list + default: [] + items: + - variable: basicAuthEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "" + - variable: address + label: "Address" + schema: + type: string + required: true + default: "" + - variable: trustForwardHeader + label: "trustForwardHeader" + schema: + type: boolean + default: false + - variable: authResponseHeadersRegex + label: "authResponseHeadersRegex" + schema: + type: string + default: "" + - variable: authResponseHeaders + label: "authResponseHeaders" + schema: + type: list + default: [] + items: + - variable: authResponseHeadersEntry + label: "" + schema: + type: string + default: "" + - variable: authRequestHeaders + label: "authRequestHeaders" + schema: + type: list + default: [] + items: + - variable: authRequestHeadersEntry + label: "" + schema: + type: string + default: "" + - variable: chain + label: "chain" + schema: + type: list + default: [] + items: + - variable: chainEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: middlewares + label: "Middlewares to Chain" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "" + + - variable: redirectScheme + label: "redirectScheme" + schema: + type: list + default: [] + items: + - variable: redirectSchemeEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: scheme + label: "Scheme" + schema: + type: string + required: true + default: "https" + enum: + - value: "https" + description: "https" + - value: "http" + description: "http" + - variable: permanent + label: "Permanent" + schema: + type: boolean + required: true + default: false + + - variable: rateLimit + label: "rateLimit" + schema: + type: list + default: [] + items: + - variable: rateLimitEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: average + label: "Average" + schema: + type: int + required: true + default: 300 + - variable: burst + label: "Burst" + schema: + type: int + required: true + default: 200 + - variable: redirectRegex + label: "redirectRegex" + schema: + type: list + default: [] + items: + - variable: redirectRegexEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: regex + label: "Regex" + schema: + type: string + required: true + default: "" + - variable: replacement + label: "Replacement" + schema: + type: string + required: true + default: "" + - variable: permanent + label: "Permanent" + schema: + type: boolean + required: true + default: false + + - variable: ipWhiteList + label: "ipWhiteList" + schema: + type: list + default: [] + items: + - variable: ipWhiteListEntry + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "" + - variable: sourceRange + label: "Source Range" + schema: + type: list + default: [] + items: + - variable: sourceRangeEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: ipStrategy + label: "IP Strategy" + schema: + type: dict + attrs: + - variable: depth + label: "Depth" + schema: + type: int + required: true + - variable: excludedIPs + label: "Excluded IPs" + schema: + type: list + default: [] + items: + - variable: excludedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + + + - variable: service + group: "Networking and Services" + label: "Configure Service Entrypoint" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Entrypoint Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9000 + + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9000 + editable: true + required: true + - variable: tcp + label: "TCP Service" + description: "The tcp Entrypoint service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: web + label: "web Entrypoint Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9080 + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9080 + editable: true + required: true + - variable: redirectTo + label: "Redirect to" + schema: + type: string + default: "websecure" + - variable: websecure + label: "websecure Entrypoints Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTPS" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9443 + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9443 + editable: true + required: true + - variable: tls + label: "websecure Entrypoints Configuration" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + hidden: true + - variable: portsList + label: "Additional TCP Entrypoints" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom Entrypoints" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Entrypoints Name" + schema: + type: string + default: "" + - variable: protocol + label: "Entrypoints Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: tls + label: "websecure Entrypoints Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + - variable: metrics + label: "metrics Service" + description: "The metrics Entrypoint service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: metrics + label: "metrics Entrypoints Configurations" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9100 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9100 + + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/core/traefik/10.0.14/templates/_args.tpl b/core/traefik/10.0.14/templates/_args.tpl new file mode 100644 index 00000000000..41e7e44b8fd --- /dev/null +++ b/core/traefik/10.0.14/templates/_args.tpl @@ -0,0 +1,141 @@ +{{/* Define the args */}} +{{- define "traefik.args" -}} +args: + {{/* merge all ports */}} + {{- $ports := dict }} + {{- range $.Values.service }} + {{- range $name, $value := .ports }} + {{- $_ := set $ports $name $value }} + {{- end }} + {{- end }} + {{/* start of actual arguments */}} + {{- with .Values.globalArguments }} + {{- range . }} + - {{ . | quote }} + {{- end }} + {{- end }} + {{- range $name, $config := $ports }} + {{- if $config }} + {{- if or ( eq $config.protocol "HTTP" ) ( eq $config.protocol "HTTPS" ) ( eq $config.protocol "TCP" ) }} + {{- $_ := set $config "protocol" "TCP" }} + {{- end }} + - "--entryPoints.{{$name}}.address=:{{ $config.port }}/{{ default "tcp" $config.protocol | lower }}" + {{- end }} + {{- end }} + - "--api.dashboard=true" + - "--ping=true" + {{- if .Values.metrics }} + {{- if .Values.metrics.datadog }} + - "--metrics.datadog=true" + - "--metrics.datadog.address={{ .Values.metrics.datadog.address }}" + {{- end }} + {{- if .Values.metrics.influxdb }} + - "--metrics.influxdb=true" + - "--metrics.influxdb.address={{ .Values.metrics.influxdb.address }}" + - "--metrics.influxdb.protocol={{ .Values.metrics.influxdb.protocol }}" + {{- end }} + {{- if .Values.metrics.prometheus }} + - "--metrics.prometheus=true" + - "--metrics.prometheus.entrypoint={{ .Values.metrics.prometheus.entryPoint }}" + {{- end }} + {{- if .Values.metrics.statsd }} + - "--metrics.statsd=true" + - "--metrics.statsd.address={{ .Values.metrics.statsd.address }}" + {{- end }} + {{- end }} + {{- if .Values.providers.kubernetesCRD.enabled }} + - "--providers.kubernetescrd" + {{- end }} + {{- if .Values.providers.kubernetesIngress.enabled }} + - "--providers.kubernetesingress" + {{- if and .Values.providers.kubernetesIngress.publishedService.enabled }} + - "--providers.kubernetesingress.ingressendpoint.publishedservice={{ template "providers.kubernetesIngress.publishedServicePath" . }}" + {{- end }} + {{- if .Values.providers.kubernetesIngress.labelSelector }} + - "--providers.kubernetesingress.labelSelector={{ .Values.providers.kubernetesIngress.labelSelector }}" + {{- end }} + {{- end }} + {{- if and .Values.rbac.enabled .Values.rbac.namespaced }} + {{- if .Values.providers.kubernetesCRD.enabled }} + - "--providers.kubernetescrd.namespaces={{ template "providers.kubernetesCRD.namespaces" . }}" + {{- end }} + {{- if .Values.providers.kubernetesIngress.enabled }} + - "--providers.kubernetesingress.namespaces={{ template "providers.kubernetesIngress.namespaces" . }}" + {{- end }} + {{- end }} + {{- range $entrypoint, $config := $ports }} + {{- if $config.redirectTo }} + {{- $toPort := index $ports $config.redirectTo }} + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.to=:{{ $toPort.port }}" + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.scheme=https" + {{- end }} + {{- if or ( $config.tls ) ( eq $config.protocol "HTTPS" ) }} + {{- if or ( $config.tls.enabled ) ( eq $config.protocol "HTTPS" ) }} + - "--entrypoints.{{ $entrypoint }}.http.tls=true" + {{- if $config.tls.options }} + - "--entrypoints.{{ $entrypoint }}.http.tls.options={{ $config.tls.options }}" + {{- end }} + {{- if $config.tls.certResolver }} + - "--entrypoints.{{ $entrypoint }}.http.tls.certResolver={{ $config.tls.certResolver }}" + {{- end }} + {{- if $config.tls.domains }} + {{- range $index, $domain := $config.tls.domains }} + {{- if $domain.main }} + - "--entrypoints.{{ $entrypoint }}.http.tls.domains[{{ $index }}].main={{ $domain.main }}" + {{- end }} + {{- if $domain.sans }} + - "--entrypoints.{{ $entrypoint }}.http.tls.domains[{{ $index }}].sans={{ join "," $domain.sans }}" + {{- end }} + {{- end }} + {{- end }} + {{- end }} + {{- end }} + {{- end }} + {{- with .Values.logs }} + {{- if .general.format }} + - "--log.format={{ .general.format }}" + {{- end }} + {{- if ne .general.level "ERROR" }} + - "--log.level={{ .general.level | upper }}" + {{- end }} + {{- if .access.enabled }} + - "--accesslog=true" + {{- if .access.format }} + - "--accesslog.format={{ .access.format }}" + {{- end }} + {{- if .access.bufferingsize }} + - "--accesslog.bufferingsize={{ .access.bufferingsize }}" + {{- end }} + {{- if .access.filters }} + {{- if .access.filters.statuscodes }} + - "--accesslog.filters.statuscodes={{ .access.filters.statuscodes }}" + {{- end }} + {{- if .access.filters.retryattempts }} + - "--accesslog.filters.retryattempts" + {{- end }} + {{- if .access.filters.minduration }} + - "--accesslog.filters.minduration={{ .access.filters.minduration }}" + {{- end }} + {{- end }} + - "--accesslog.fields.defaultmode={{ .access.fields.general.defaultmode }}" + {{- range $fieldname, $fieldaction := .access.fields.general.names }} + - "--accesslog.fields.names.{{ $fieldname }}={{ $fieldaction }}" + {{- end }} + - "--accesslog.fields.headers.defaultmode={{ .access.fields.headers.defaultmode }}" + {{- range $fieldname, $fieldaction := .access.fields.headers.names }} + - "--accesslog.fields.headers.names.{{ $fieldname }}={{ $fieldaction }}" + {{- end }} + {{- end }} + {{- end }} + {{- if .Values.pilot.enabled }} + - "--pilot.token={{ .Values.pilot.token }}" + {{- end }} + {{- if hasKey .Values.pilot "dashboard" }} + - "--pilot.dashboard={{ .Values.pilot.dashboard }}" + {{- end }} + {{- with .Values.additionalArguments }} + {{- range . }} + - {{ . | quote }} + {{- end }} + {{- end }} +{{- end -}} diff --git a/core/traefik/10.0.14/templates/_helpers.tpl b/core/traefik/10.0.14/templates/_helpers.tpl new file mode 100644 index 00000000000..8c6c4ac96bc --- /dev/null +++ b/core/traefik/10.0.14/templates/_helpers.tpl @@ -0,0 +1,22 @@ +{{/* +Construct the path for the providers.kubernetesingress.ingressendpoint.publishedservice. +By convention this will simply use the / to match the name of the +service generated. +Users can provide an override for an explicit service they want bound via `.Values.providers.kubernetesIngress.publishedService.pathOverride` +*/}} +{{- define "providers.kubernetesIngress.publishedServicePath" -}} +{{- $fullName := include "common.names.fullname" . -}} +{{- $defServiceName := printf "%s/%s-tcp" .Release.Namespace $fullName -}} +{{- $servicePath := default $defServiceName .Values.providers.kubernetesIngress.publishedService.pathOverride }} +{{- print $servicePath | trimSuffix "-" -}} +{{- end -}} + +{{/* +Construct a comma-separated list of whitelisted namespaces +*/}} +{{- define "providers.kubernetesIngress.namespaces" -}} +{{- default .Release.Namespace (join "," .Values.providers.kubernetesIngress.namespaces) }} +{{- end -}} +{{- define "providers.kubernetesCRD.namespaces" -}} +{{- default .Release.Namespace (join "," .Values.providers.kubernetesCRD.namespaces) }} +{{- end -}} diff --git a/core/traefik/10.0.14/templates/_ingressclass.tpl b/core/traefik/10.0.14/templates/_ingressclass.tpl new file mode 100644 index 00000000000..27f8467fc9e --- /dev/null +++ b/core/traefik/10.0.14/templates/_ingressclass.tpl @@ -0,0 +1,24 @@ +{{/* Define the ingressClass */}} +{{- define "traefik.ingressClass" -}} +{{- if .Values.ingressClass.enabled }} + {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/IngressClass" }} +apiVersion: networking.k8s.io/v1 + {{- else if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1/IngressClass" }} +apiVersion: networking.k8s.io/v1beta1 + {{- else if or (eq .Values.ingressClass.fallbackApiVersion "v1beta1") (eq .Values.ingressClass.fallbackApiVersion "v1") }} +apiVersion: {{ printf "networking.k8s.io/%s" .Values.ingressClass.fallbackApiVersion }} + {{- else }} + {{- fail "\n\n ERROR: You must have at least networking.k8s.io/v1beta1 to use ingressClass" }} + {{- end }} +--- +kind: IngressClass +metadata: + annotations: + ingressclass.kubernetes.io/is-default-class: {{ .Values.ingressClass.isDefaultClass | quote }} + labels: + {{- include "common.labels" . | nindent 4 }} + name: {{ .Release.Name }} +spec: + controller: traefik.io/ingress-controller +{{- end }} +{{- end }} diff --git a/core/traefik/10.0.14/templates/_ingressroute.tpl b/core/traefik/10.0.14/templates/_ingressroute.tpl new file mode 100644 index 00000000000..f848bc108fc --- /dev/null +++ b/core/traefik/10.0.14/templates/_ingressroute.tpl @@ -0,0 +1,25 @@ +{{/* Define the ingressRoute */}} +{{- define "traefik.ingressRoute" -}} +{{- if .Values.ingressRoute.dashboard.enabled }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: IngressRoute +metadata: + name: {{ include "common.names.fullname" . }}-dashboard + annotations: + {{- with .Values.ingressRoute.dashboard.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} + labels: + {{- include "common.labels" . | nindent 4 }} +spec: + entryPoints: + - main + routes: + - match: PathPrefix(`/dashboard`) || PathPrefix(`/api`) + kind: Rule + services: + - name: api@internal + kind: TraefikService +{{- end -}} +{{- end -}} diff --git a/core/traefik/10.0.14/templates/_portalhook.tpl b/core/traefik/10.0.14/templates/_portalhook.tpl new file mode 100644 index 00000000000..e3586c5d4e9 --- /dev/null +++ b/core/traefik/10.0.14/templates/_portalhook.tpl @@ -0,0 +1,26 @@ +{{/* Define the portalHook */}} +{{- define "traefik.portalhook" -}} +{{- if .Values.portalhook.enabled }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: portalhook + namespace: {{ $namespace }} +data: + {{- $ports := dict }} + {{- range $.Values.service }} + {{- range $name, $value := .ports }} + {{- $_ := set $ports $name $value }} + {{- end }} + {{- end }} + {{- range $name, $value := $ports }} + {{ $name }}: {{ $value.port | quote }} + {{- end }} +{{- end }} +{{- end -}} diff --git a/core/traefik/10.0.14/templates/_tlsoptions.tpl b/core/traefik/10.0.14/templates/_tlsoptions.tpl new file mode 100644 index 00000000000..3e5aad3bee9 --- /dev/null +++ b/core/traefik/10.0.14/templates/_tlsoptions.tpl @@ -0,0 +1,12 @@ +{{/* Define the tlsOptions */}} +{{- define "traefik.tlsOptions" -}} +{{- range $name, $config := .Values.tlsOptions }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: TLSOption +metadata: + name: {{ $name }} +spec: + {{- toYaml $config | nindent 2 }} +{{- end }} +{{- end -}} diff --git a/core/traefik/10.0.14/templates/common.yaml b/core/traefik/10.0.14/templates/common.yaml new file mode 100644 index 00000000000..72c57659973 --- /dev/null +++ b/core/traefik/10.0.14/templates/common.yaml @@ -0,0 +1,24 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{- if .Values.metrics }} +{{- if .Values.metrics.prometheus }} +{{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "true" -}} +{{- $_ := set .Values.podAnnotations "prometheus.io/path" "/metrics" -}} +{{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "9100" -}} +{{- end }} +{{- end }} + +{{- $newArgs := (include "traefik.args" . | fromYaml) }} +{{- $_ := set .Values "newArgs" $newArgs -}} +{{- $mergedargs := concat .Values.args .Values.newArgs.args }} +{{- $_ := set .Values "args" $mergedargs -}} + +{{- include "traefik.portalhook" . }} +{{- include "traefik.tlsOptions" . }} +{{- include "traefik.ingressRoute" . }} +{{- include "traefik.ingressClass" . }} + + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/core/traefik/10.0.14/templates/middlewares/basic-middleware.yaml b/core/traefik/10.0.14/templates/middlewares/basic-middleware.yaml new file mode 100644 index 00000000000..fca94384953 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/basic-middleware.yaml @@ -0,0 +1,65 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: compress + namespace: {{ $namespace }} +spec: + compress: {} +--- +# Here, an average of 300 requests per second is allowed. +# In addition, a burst of 200 requests is allowed. +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: basic-ratelimit + namespace: {{ $namespace }} +spec: + rateLimit: + average: 300 + burst: 200 +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: basic-secure-headers + namespace: {{ $namespace }} +spec: + headers: + accessControlAllowMethods: + - GET + - OPTIONS + - HEAD + - PUT + accessControlMaxAge: 100 + sslRedirect: true + stsSeconds: 63072000 + # stsIncludeSubdomains: false + # stsPreload: false + forceSTSHeader: true + contentTypeNosniff: true + browserXssFilter: true + sslForceHost: true + referrerPolicy: same-origin + customRequestHeaders: + X-Forwarded-Proto: "https" + customResponseHeaders: + X-Robots-Tag: 'none' + server: '' +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: chain-basic + namespace: {{ $namespace }} +spec: + chain: + middlewares: + - name: basic-ratelimit + - name: basic-secure-headers + - name: compress diff --git a/core/traefik/10.0.14/templates/middlewares/basicauth.yaml b/core/traefik/10.0.14/templates/middlewares/basicauth.yaml new file mode 100644 index 00000000000..ccb541742f0 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/basicauth.yaml @@ -0,0 +1,34 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.basicAuth }} +--- +{{- $users := list }} +{{ range $index, $userdata := $middlewareData.users }} + {{ $users = append $users ( htpasswd $userdata.username $userdata.password ) }} +{{ end }} + +apiVersion: v1 +kind: Secret +metadata: + name: {{printf "%v-%v" $middlewareData.name "secret" }} + namespace: {{ $namespace }} +type: Opaque +stringData: + users: | + {{- range $index, $user := $users }} + {{ printf "%s" $user }} + {{- end }} +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + basicAuth: + secret: {{printf "%v-%v" $middlewareData.name "secret" }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/chain.yaml b/core/traefik/10.0.14/templates/middlewares/chain.yaml new file mode 100644 index 00000000000..e22eb312207 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/chain.yaml @@ -0,0 +1,21 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.chain }} + +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + chain: + middlewares: + {{ range $index, $chainData := . }} + - name: {{ printf "%v-%v@%v" $namespace $chainData.name "kubernetescrd" }} + {{ end }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/forwardauth.yaml b/core/traefik/10.0.14/templates/middlewares/forwardauth.yaml new file mode 100644 index 00000000000..7a3e32fdbf7 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/forwardauth.yaml @@ -0,0 +1,30 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.forwardAuth }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + forwardAuth: + address: {{ $middlewareData.address }} + {{- with $middlewareData.authResponseHeaders }} + authResponseHeaders: + {{- toYaml . | nindent 4 }} + {{- end }} + {{- with $middlewareData.authRequestHeaders }} + authRequestHeaders: + {{- toYaml . | nindent 4 }} + {{- end }} + {{- if $middlewareData.authResponseHeadersRegex }} + authResponseHeadersRegex: {{ $middlewareData.authResponseHeadersRegex }} + {{- end }} + {{- if $middlewareData.trustForwardHeader }} + trustForwardHeader: true + {{- end }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/ipwhitelist.yaml b/core/traefik/10.0.14/templates/middlewares/ipwhitelist.yaml new file mode 100644 index 00000000000..82467dea0b9 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/ipwhitelist.yaml @@ -0,0 +1,33 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.ipWhiteList }} + +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + ipWhiteList: + sourceRange: + {{- range $middlewareData.sourceRange }} + - {{ . }} + {{- end }} + {{- if $middlewareData.ipStrategy }} + ipStrategy: + {{- if $middlewareData.ipStrategy.depth }} + depth: {{ $middlewareData.ipStrategy.depth }} + {{- end }} + {{- if $middlewareData.ipStrategy.excludedIPs }} + excludedIPs: + {{- range $middlewareData.ipStrategy.excludedIPs }} + - {{ . }} + {{- end }} + {{- end }} + {{- end }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/ratelimit.yaml b/core/traefik/10.0.14/templates/middlewares/ratelimit.yaml new file mode 100644 index 00000000000..144b9d8bf38 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/ratelimit.yaml @@ -0,0 +1,19 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.rateLimit }} + +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + rateLimit: + average: {{ $middlewareData.average }} + burst: {{ $middlewareData.burst }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/redirectScheme.yaml b/core/traefik/10.0.14/templates/middlewares/redirectScheme.yaml new file mode 100644 index 00000000000..f2413f84e19 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/redirectScheme.yaml @@ -0,0 +1,19 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.redirectScheme }} + +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + redirectScheme: + scheme: {{ $middlewareData.scheme }} + permanent: {{ $middlewareData.permanent }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/redirectregex.yaml b/core/traefik/10.0.14/templates/middlewares/redirectregex.yaml new file mode 100644 index 00000000000..46e3e724dd6 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/redirectregex.yaml @@ -0,0 +1,20 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +{{ range $index, $middlewareData := .Values.middlewares.redirectRegex }} + +--- +# Declaring the user list +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + redirectRegex: + regex: {{ $middlewareData.regex | quote }} + replacement: {{ $middlewareData.replacement | quote }} + permanent: {{ $middlewareData.permanent }} +{{ end }} diff --git a/core/traefik/10.0.14/templates/middlewares/tc-nextcloud.yaml b/core/traefik/10.0.14/templates/middlewares/tc-nextcloud.yaml new file mode 100644 index 00000000000..6a3019d56c5 --- /dev/null +++ b/core/traefik/10.0.14/templates/middlewares/tc-nextcloud.yaml @@ -0,0 +1,25 @@ +{{- $values := .Values }} +{{- $namespace := ( printf "ix-%s" .Release.Name ) }} +{{- if or ( not .Values.ingressClass.enabled ) ( and ( .Values.ingressClass.enabled ) ( .Values.ingressClass.isDefaultClass ) ) }} +{{- $namespace = "default" }} +{{- end }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: tc-nextcloud-redirectregex-dav + namespace: {{ $namespace }} +spec: + redirectRegex: + regex: "https://(.*)/.well-known/(card|cal)dav" + replacement: "https://${1}/remote.php/dav/" +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: tc-nextcloud-chain + namespace: {{ $namespace }} +spec: + chain: + middlewares: + - name: tc-nextcloud-redirectregex-dav diff --git a/incubator/loki/1.0.1/values.yaml b/core/traefik/10.0.14/values.yaml similarity index 100% rename from incubator/loki/1.0.1/values.yaml rename to core/traefik/10.0.14/values.yaml diff --git a/incubator/loki/1.0.1/charts/common-8.7.1.tgz b/incubator/loki/1.0.1/charts/common-8.7.1.tgz deleted file mode 100644 index dd48aa46a71..00000000000 Binary files a/incubator/loki/1.0.1/charts/common-8.7.1.tgz and /dev/null differ diff --git a/incubator/loki/1.0.1/CHANGELOG.md b/incubator/loki/1.0.2/CHANGELOG.md similarity index 60% rename from incubator/loki/1.0.1/CHANGELOG.md rename to incubator/loki/1.0.2/CHANGELOG.md index 5024aa494d4..39f0cf28963 100644 --- a/incubator/loki/1.0.1/CHANGELOG.md +++ b/incubator/loki/1.0.2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [loki-1.0.2](https://github.com/truecharts/apps/compare/loki-1.0.1...loki-1.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22) diff --git a/incubator/minio/0.0.4/CONFIG.md b/incubator/loki/1.0.2/CONFIG.md similarity index 100% rename from incubator/minio/0.0.4/CONFIG.md rename to incubator/loki/1.0.2/CONFIG.md diff --git a/incubator/loki/1.0.1/Chart.lock b/incubator/loki/1.0.2/Chart.lock similarity index 51% rename from incubator/loki/1.0.1/Chart.lock rename to incubator/loki/1.0.2/Chart.lock index 9ff5a68973c..58ec619f3c6 100644 --- a/incubator/loki/1.0.1/Chart.lock +++ b/incubator/loki/1.0.2/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: common repository: https://truecharts.org - version: 8.7.1 + version: 8.9.1 - name: promtail repository: https://grafana.github.io/helm-charts version: 3.9.1 -digest: sha256:526664ba2d178c1fe182926d81c29301498df090db53b6fae3b19a38710f0bdd -generated: "2021-11-22T21:00:15.213381038Z" +digest: sha256:ed1e91acce90dedf6d04b09bae9ebe3d6a79168d1b9e91a1ec89de18d2e1a7f9 +generated: "2021-11-22T22:13:11.890219387Z" diff --git a/incubator/loki/1.0.1/Chart.yaml b/incubator/loki/1.0.2/Chart.yaml similarity index 96% rename from incubator/loki/1.0.1/Chart.yaml rename to incubator/loki/1.0.2/Chart.yaml index 6a0d3c3cc3c..b452c2d0b69 100644 --- a/incubator/loki/1.0.1/Chart.yaml +++ b/incubator/loki/1.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.4.1" dependencies: - name: common repository: https://truecharts.org - version: 8.7.1 + version: 8.9.1 - name: "promtail" condition: promtail.enabled repository: "https://grafana.github.io/helm-charts" @@ -23,7 +23,7 @@ name: loki sources: - https://github.com/grafana/loki type: application -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - logs diff --git a/incubator/loki/1.0.1/README.md b/incubator/loki/1.0.2/README.md similarity index 96% rename from incubator/loki/1.0.1/README.md rename to incubator/loki/1.0.2/README.md index c8040b06fda..7e137079468 100644 --- a/incubator/loki/1.0.1/README.md +++ b/incubator/loki/1.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://grafana.github.io/helm-charts | promtail | ^3.0.0 | -| https://truecharts.org | common | 8.7.1 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/loki/1.0.1/app-readme.md b/incubator/loki/1.0.2/app-readme.md similarity index 100% rename from incubator/loki/1.0.1/app-readme.md rename to incubator/loki/1.0.2/app-readme.md diff --git a/incubator/loki/1.0.2/charts/common-8.9.1.tgz b/incubator/loki/1.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/loki/1.0.2/charts/common-8.9.1.tgz differ diff --git a/incubator/loki/1.0.1/charts/promtail-3.9.1.tgz b/incubator/loki/1.0.2/charts/promtail-3.9.1.tgz similarity index 100% rename from incubator/loki/1.0.1/charts/promtail-3.9.1.tgz rename to incubator/loki/1.0.2/charts/promtail-3.9.1.tgz diff --git a/incubator/loki/1.0.1/helm-values.md b/incubator/loki/1.0.2/helm-values.md similarity index 100% rename from incubator/loki/1.0.1/helm-values.md rename to incubator/loki/1.0.2/helm-values.md diff --git a/incubator/loki/1.0.1/ix_values.yaml b/incubator/loki/1.0.2/ix_values.yaml similarity index 100% rename from incubator/loki/1.0.1/ix_values.yaml rename to incubator/loki/1.0.2/ix_values.yaml diff --git a/incubator/loki/1.0.1/questions.yaml b/incubator/loki/1.0.2/questions.yaml similarity index 100% rename from incubator/loki/1.0.1/questions.yaml rename to incubator/loki/1.0.2/questions.yaml diff --git a/incubator/loki/1.0.1/templates/_helpers.tpl b/incubator/loki/1.0.2/templates/_helpers.tpl similarity index 100% rename from incubator/loki/1.0.1/templates/_helpers.tpl rename to incubator/loki/1.0.2/templates/_helpers.tpl diff --git a/incubator/loki/1.0.1/templates/common.yaml b/incubator/loki/1.0.2/templates/common.yaml similarity index 100% rename from incubator/loki/1.0.1/templates/common.yaml rename to incubator/loki/1.0.2/templates/common.yaml diff --git a/incubator/loki/1.0.1/templates/configmap-alert.yaml b/incubator/loki/1.0.2/templates/configmap-alert.yaml similarity index 100% rename from incubator/loki/1.0.1/templates/configmap-alert.yaml rename to incubator/loki/1.0.2/templates/configmap-alert.yaml diff --git a/incubator/loki/1.0.1/templates/secret.yaml b/incubator/loki/1.0.2/templates/secret.yaml similarity index 100% rename from incubator/loki/1.0.1/templates/secret.yaml rename to incubator/loki/1.0.2/templates/secret.yaml diff --git a/incubator/minio/0.0.4/values.yaml b/incubator/loki/1.0.2/values.yaml similarity index 100% rename from incubator/minio/0.0.4/values.yaml rename to incubator/loki/1.0.2/values.yaml diff --git a/incubator/minio/0.0.4/Chart.lock b/incubator/minio/0.0.4/Chart.lock deleted file mode 100644 index ff8c4b1d1e9..00000000000 --- a/incubator/minio/0.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:48:36.650563451Z" diff --git a/incubator/minio/0.0.4/charts/common-8.6.3.tgz b/incubator/minio/0.0.4/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/incubator/minio/0.0.4/charts/common-8.6.3.tgz and /dev/null differ diff --git a/incubator/minio/0.0.4/CHANGELOG.md b/incubator/minio/0.0.5/CHANGELOG.md similarity index 85% rename from incubator/minio/0.0.4/CHANGELOG.md rename to incubator/minio/0.0.5/CHANGELOG.md index 12c20369dac..334c22cb7dd 100644 --- a/incubator/minio/0.0.4/CHANGELOG.md +++ b/incubator/minio/0.0.5/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-0.0.5](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-0.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-0.0.4](https://github.com/truecharts/apps/compare/minio-console-1.0.10...minio-0.0.4) (2021-11-16) diff --git a/incubator/omada-controller/4.0.15/CONFIG.md b/incubator/minio/0.0.5/CONFIG.md similarity index 100% rename from incubator/omada-controller/4.0.15/CONFIG.md rename to incubator/minio/0.0.5/CONFIG.md diff --git a/incubator/minio/0.0.5/Chart.lock b/incubator/minio/0.0.5/Chart.lock new file mode 100644 index 00000000000..138beb25880 --- /dev/null +++ b/incubator/minio/0.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:13:58.760438093Z" diff --git a/incubator/minio/0.0.4/Chart.yaml b/incubator/minio/0.0.5/Chart.yaml similarity index 95% rename from incubator/minio/0.0.4/Chart.yaml rename to incubator/minio/0.0.5/Chart.yaml index 76d7d53d102..169e213ea34 100644 --- a/incubator/minio/0.0.4/Chart.yaml +++ b/incubator/minio/0.0.5/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "RELEASE.20" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Minio is a self-hosted S3 storage server home: https://github.com/truecharts/apps/tree/master/charts/incubator/minio icon: https://min.io/resources/img/logo/MINIO_wordmark.png @@ -19,7 +19,7 @@ maintainers: name: minio sources: - https://github.com/minio/minio -version: 0.0.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - media diff --git a/incubator/minio/0.0.4/README.md b/incubator/minio/0.0.5/README.md similarity index 96% rename from incubator/minio/0.0.4/README.md rename to incubator/minio/0.0.5/README.md index 03b20330ab5..862a4d4bb3b 100644 --- a/incubator/minio/0.0.4/README.md +++ b/incubator/minio/0.0.5/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/minio/0.0.4/app-readme.md b/incubator/minio/0.0.5/app-readme.md similarity index 100% rename from incubator/minio/0.0.4/app-readme.md rename to incubator/minio/0.0.5/app-readme.md diff --git a/incubator/minio/0.0.5/charts/common-8.9.1.tgz b/incubator/minio/0.0.5/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/minio/0.0.5/charts/common-8.9.1.tgz differ diff --git a/incubator/minio/0.0.4/helm-values.md b/incubator/minio/0.0.5/helm-values.md similarity index 100% rename from incubator/minio/0.0.4/helm-values.md rename to incubator/minio/0.0.5/helm-values.md diff --git a/incubator/minio/0.0.4/ix_values.yaml b/incubator/minio/0.0.5/ix_values.yaml similarity index 96% rename from incubator/minio/0.0.4/ix_values.yaml rename to incubator/minio/0.0.5/ix_values.yaml index b65f70756d9..ff7c98e5511 100644 --- a/incubator/minio/0.0.4/ix_values.yaml +++ b/incubator/minio/0.0.5/ix_values.yaml @@ -38,8 +38,10 @@ service: port: 9002 targetPort: 9000 console: + enabled: true ports: console: + enabled: true targetPort: 9001 port: 9001 diff --git a/incubator/minio/0.0.4/questions.yaml b/incubator/minio/0.0.5/questions.yaml similarity index 99% rename from incubator/minio/0.0.4/questions.yaml rename to incubator/minio/0.0.5/questions.yaml index 2478c626122..008687dbb4a 100644 --- a/incubator/minio/0.0.4/questions.yaml +++ b/incubator/minio/0.0.5/questions.yaml @@ -459,6 +459,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/incubator/minio/0.0.4/templates/common.yaml b/incubator/minio/0.0.5/templates/common.yaml similarity index 100% rename from incubator/minio/0.0.4/templates/common.yaml rename to incubator/minio/0.0.5/templates/common.yaml diff --git a/incubator/omada-controller/4.0.15/values.yaml b/incubator/minio/0.0.5/values.yaml similarity index 100% rename from incubator/omada-controller/4.0.15/values.yaml rename to incubator/minio/0.0.5/values.yaml diff --git a/incubator/omada-controller/4.0.15/Chart.lock b/incubator/omada-controller/4.0.15/Chart.lock deleted file mode 100644 index bda23e44ae7..00000000000 --- a/incubator/omada-controller/4.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:00:57.826068561Z" diff --git a/incubator/omada-controller/4.0.15/charts/common-8.6.3.tgz b/incubator/omada-controller/4.0.15/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/incubator/omada-controller/4.0.15/charts/common-8.6.3.tgz and /dev/null differ diff --git a/incubator/omada-controller/4.0.15/CHANGELOG.md b/incubator/omada-controller/4.0.16/CHANGELOG.md similarity index 91% rename from incubator/omada-controller/4.0.15/CHANGELOG.md rename to incubator/omada-controller/4.0.16/CHANGELOG.md index d6723c19711..c780552f04e 100644 --- a/incubator/omada-controller/4.0.15/CHANGELOG.md +++ b/incubator/omada-controller/4.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [omada-controller-4.0.16](https://github.com/truecharts/apps/compare/omada-controller-4.0.15...omada-controller-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [omada-controller-4.0.15](https://github.com/truecharts/apps/compare/omada-controller-4.0.14...omada-controller-4.0.15) (2021-11-22) @@ -88,12 +97,3 @@ ### [omada-controller-4.0.7](https://github.com/truecharts/apps/compare/omada-controller-4.0.5...omada-controller-4.0.7) (2021-11-07) - -#### Chore - -* Move to incubator and initial fixes - - - - -### [omada-controller-4.0.5](https://github.com/truecharts/apps/compare/omada-controller-4.0.4...omada-controller-4.0.5) (2021-11-02) diff --git a/incubator/piwigo/1.0.11/CONFIG.md b/incubator/omada-controller/4.0.16/CONFIG.md similarity index 100% rename from incubator/piwigo/1.0.11/CONFIG.md rename to incubator/omada-controller/4.0.16/CONFIG.md diff --git a/incubator/omada-controller/4.0.16/Chart.lock b/incubator/omada-controller/4.0.16/Chart.lock new file mode 100644 index 00000000000..0d34a6d7a78 --- /dev/null +++ b/incubator/omada-controller/4.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:14:30.278918505Z" diff --git a/incubator/omada-controller/4.0.15/Chart.yaml b/incubator/omada-controller/4.0.16/Chart.yaml similarity index 95% rename from incubator/omada-controller/4.0.15/Chart.yaml rename to incubator/omada-controller/4.0.16/Chart.yaml index ffedf0401d3..af10a5b047a 100644 --- a/incubator/omada-controller/4.0.15/Chart.yaml +++ b/incubator/omada-controller/4.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Omada is a SDN tool for TP-Link Omada hardware home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller icon: https://www.tp-link.com/assets/images/icon/logo-white.svg @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/catagories: | - media diff --git a/incubator/omada-controller/4.0.15/README.md b/incubator/omada-controller/4.0.16/README.md similarity index 96% rename from incubator/omada-controller/4.0.15/README.md rename to incubator/omada-controller/4.0.16/README.md index 971f9acb236..511350f2e84 100644 --- a/incubator/omada-controller/4.0.15/README.md +++ b/incubator/omada-controller/4.0.16/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/omada-controller/4.0.15/app-readme.md b/incubator/omada-controller/4.0.16/app-readme.md similarity index 100% rename from incubator/omada-controller/4.0.15/app-readme.md rename to incubator/omada-controller/4.0.16/app-readme.md diff --git a/incubator/omada-controller/4.0.16/charts/common-8.9.1.tgz b/incubator/omada-controller/4.0.16/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/omada-controller/4.0.16/charts/common-8.9.1.tgz differ diff --git a/incubator/omada-controller/4.0.15/helm-values.md b/incubator/omada-controller/4.0.16/helm-values.md similarity index 100% rename from incubator/omada-controller/4.0.15/helm-values.md rename to incubator/omada-controller/4.0.16/helm-values.md diff --git a/incubator/omada-controller/4.0.15/ix_values.yaml b/incubator/omada-controller/4.0.16/ix_values.yaml similarity index 100% rename from incubator/omada-controller/4.0.15/ix_values.yaml rename to incubator/omada-controller/4.0.16/ix_values.yaml diff --git a/incubator/omada-controller/4.0.15/questions.yaml b/incubator/omada-controller/4.0.16/questions.yaml similarity index 100% rename from incubator/omada-controller/4.0.15/questions.yaml rename to incubator/omada-controller/4.0.16/questions.yaml diff --git a/incubator/omada-controller/4.0.15/templates/common.yaml b/incubator/omada-controller/4.0.16/templates/common.yaml similarity index 100% rename from incubator/omada-controller/4.0.15/templates/common.yaml rename to incubator/omada-controller/4.0.16/templates/common.yaml diff --git a/incubator/piwigo/1.0.11/values.yaml b/incubator/omada-controller/4.0.16/values.yaml similarity index 100% rename from incubator/piwigo/1.0.11/values.yaml rename to incubator/omada-controller/4.0.16/values.yaml diff --git a/incubator/piwigo/1.0.11/Chart.lock b/incubator/piwigo/1.0.11/Chart.lock deleted file mode 100644 index 25683b201cd..00000000000 --- a/incubator/piwigo/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:49:29.356343911Z" diff --git a/incubator/piwigo/1.0.11/charts/common-8.6.3.tgz b/incubator/piwigo/1.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/incubator/piwigo/1.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/incubator/piwigo/1.0.11/CHANGELOG.md b/incubator/piwigo/1.0.12/CHANGELOG.md similarity index 92% rename from incubator/piwigo/1.0.11/CHANGELOG.md rename to incubator/piwigo/1.0.12/CHANGELOG.md index 7a2c8312c21..0ca1219697e 100644 --- a/incubator/piwigo/1.0.11/CHANGELOG.md +++ b/incubator/piwigo/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piwigo-1.0.12](https://github.com/truecharts/apps/compare/piwigo-1.0.11...piwigo-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piwigo-1.0.11](https://github.com/truecharts/apps/compare/piwigo-1.0.10...piwigo-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major docker tags ([#1266](https://github.com/truecharts/apps/issues/1266)) - - -### [piwigo-1.0.3](https://github.com/truecharts/apps/compare/piwigo-1.0.2...piwigo-1.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/incubator/prometheus/0.0.5/CONFIG.md b/incubator/piwigo/1.0.12/CONFIG.md similarity index 100% rename from incubator/prometheus/0.0.5/CONFIG.md rename to incubator/piwigo/1.0.12/CONFIG.md diff --git a/incubator/piwigo/1.0.12/Chart.lock b/incubator/piwigo/1.0.12/Chart.lock new file mode 100644 index 00000000000..fe5063d34ac --- /dev/null +++ b/incubator/piwigo/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:15:01.416882864Z" diff --git a/incubator/piwigo/1.0.11/Chart.yaml b/incubator/piwigo/1.0.12/Chart.yaml similarity index 95% rename from incubator/piwigo/1.0.11/Chart.yaml rename to incubator/piwigo/1.0.12/Chart.yaml index 71747717b98..41d0d9cbd03 100644 --- a/incubator/piwigo/1.0.11/Chart.yaml +++ b/incubator/piwigo/1.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11.5.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A is photo gallery software for the web, built by an active community of users and developers. home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo @@ -23,7 +23,7 @@ sources: - http://piwigo.org/ - https://github.com/linuxserver/docker-piwigo type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/incubator/piwigo/1.0.11/README.md b/incubator/piwigo/1.0.12/README.md similarity index 96% rename from incubator/piwigo/1.0.11/README.md rename to incubator/piwigo/1.0.12/README.md index ad2c35585ec..ecb6bfb4d4d 100644 --- a/incubator/piwigo/1.0.11/README.md +++ b/incubator/piwigo/1.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/piwigo/1.0.11/app-readme.md b/incubator/piwigo/1.0.12/app-readme.md similarity index 100% rename from incubator/piwigo/1.0.11/app-readme.md rename to incubator/piwigo/1.0.12/app-readme.md diff --git a/incubator/piwigo/1.0.12/charts/common-8.9.1.tgz b/incubator/piwigo/1.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/piwigo/1.0.12/charts/common-8.9.1.tgz differ diff --git a/incubator/piwigo/1.0.11/helm-values.md b/incubator/piwigo/1.0.12/helm-values.md similarity index 100% rename from incubator/piwigo/1.0.11/helm-values.md rename to incubator/piwigo/1.0.12/helm-values.md diff --git a/incubator/piwigo/1.0.11/ix_values.yaml b/incubator/piwigo/1.0.12/ix_values.yaml similarity index 100% rename from incubator/piwigo/1.0.11/ix_values.yaml rename to incubator/piwigo/1.0.12/ix_values.yaml diff --git a/incubator/piwigo/1.0.11/questions.yaml b/incubator/piwigo/1.0.12/questions.yaml similarity index 100% rename from incubator/piwigo/1.0.11/questions.yaml rename to incubator/piwigo/1.0.12/questions.yaml diff --git a/incubator/piwigo/1.0.11/templates/common.yaml b/incubator/piwigo/1.0.12/templates/common.yaml similarity index 100% rename from incubator/piwigo/1.0.11/templates/common.yaml rename to incubator/piwigo/1.0.12/templates/common.yaml diff --git a/incubator/prometheus/0.0.5/values.yaml b/incubator/piwigo/1.0.12/values.yaml similarity index 100% rename from incubator/prometheus/0.0.5/values.yaml rename to incubator/piwigo/1.0.12/values.yaml diff --git a/incubator/prometheus/0.0.5/Chart.lock b/incubator/prometheus/0.0.5/Chart.lock deleted file mode 100644 index 55023f93b12..00000000000 --- a/incubator/prometheus/0.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.0 -digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T21:40:17.029801231Z" diff --git a/incubator/prometheus/0.0.5/charts/common-8.9.0.tgz b/incubator/prometheus/0.0.5/charts/common-8.9.0.tgz deleted file mode 100644 index d3aeedb783b..00000000000 Binary files a/incubator/prometheus/0.0.5/charts/common-8.9.0.tgz and /dev/null differ diff --git a/incubator/prometheus/0.0.5/CHANGELOG.md b/incubator/prometheus/0.0.8/CHANGELOG.md similarity index 71% rename from incubator/prometheus/0.0.5/CHANGELOG.md rename to incubator/prometheus/0.0.8/CHANGELOG.md index 10a52f165a8..2496a025501 100644 --- a/incubator/prometheus/0.0.5/CHANGELOG.md +++ b/incubator/prometheus/0.0.8/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog
+ +### [prometheus-0.0.8](https://github.com/truecharts/apps/compare/prometheus-0.0.5...prometheus-0.0.8) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* don't allow config of promop service and remove reminants + +#### Fix + +* use correct port for alertmanager probe + + + ### [prometheus-0.0.5](https://github.com/truecharts/apps/compare/prometheus-0.0.4...prometheus-0.0.5) (2021-11-22) diff --git a/incubator/tdarr-node/1.0.10/CONFIG.md b/incubator/prometheus/0.0.8/CONFIG.md similarity index 100% rename from incubator/tdarr-node/1.0.10/CONFIG.md rename to incubator/prometheus/0.0.8/CONFIG.md diff --git a/incubator/prometheus/0.0.8/Chart.lock b/incubator/prometheus/0.0.8/Chart.lock new file mode 100644 index 00000000000..44f39147265 --- /dev/null +++ b/incubator/prometheus/0.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:15:32.736301349Z" diff --git a/incubator/prometheus/0.0.5/Chart.yaml b/incubator/prometheus/0.0.8/Chart.yaml similarity index 96% rename from incubator/prometheus/0.0.5/Chart.yaml rename to incubator/prometheus/0.0.8/Chart.yaml index a26ae544ecb..70ed4b2dad3 100644 --- a/incubator/prometheus/0.0.5/Chart.yaml +++ b/incubator/prometheus/0.0.8/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.52.1" dependencies: - name: common repository: https://truecharts.org - version: 8.9.0 + version: 8.9.1 deprecated: false description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -20,7 +20,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 0.0.5 +version: 0.0.8 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/prometheus/0.0.5/README.md b/incubator/prometheus/0.0.8/README.md similarity index 97% rename from incubator/prometheus/0.0.5/README.md rename to incubator/prometheus/0.0.8/README.md index 8a8a61ec237..f63917fbb91 100644 --- a/incubator/prometheus/0.0.5/README.md +++ b/incubator/prometheus/0.0.8/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/prometheus/0.0.5/app-readme.md b/incubator/prometheus/0.0.8/app-readme.md similarity index 100% rename from incubator/prometheus/0.0.5/app-readme.md rename to incubator/prometheus/0.0.8/app-readme.md diff --git a/incubator/prometheus/0.0.8/charts/common-8.9.1.tgz b/incubator/prometheus/0.0.8/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/prometheus/0.0.8/charts/common-8.9.1.tgz differ diff --git a/incubator/prometheus/0.0.5/crds/crd-alertmanager-config.yaml b/incubator/prometheus/0.0.8/crds/crd-alertmanager-config.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-alertmanager-config.yaml rename to incubator/prometheus/0.0.8/crds/crd-alertmanager-config.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-alertmanager.yaml b/incubator/prometheus/0.0.8/crds/crd-alertmanager.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-alertmanager.yaml rename to incubator/prometheus/0.0.8/crds/crd-alertmanager.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-podmonitor.yaml b/incubator/prometheus/0.0.8/crds/crd-podmonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-podmonitor.yaml rename to incubator/prometheus/0.0.8/crds/crd-podmonitor.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-probes.yaml b/incubator/prometheus/0.0.8/crds/crd-probes.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-probes.yaml rename to incubator/prometheus/0.0.8/crds/crd-probes.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-prometheus.yaml b/incubator/prometheus/0.0.8/crds/crd-prometheus.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-prometheus.yaml rename to incubator/prometheus/0.0.8/crds/crd-prometheus.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-prometheusrules.yaml b/incubator/prometheus/0.0.8/crds/crd-prometheusrules.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-prometheusrules.yaml rename to incubator/prometheus/0.0.8/crds/crd-prometheusrules.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-servicemonitor.yaml b/incubator/prometheus/0.0.8/crds/crd-servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-servicemonitor.yaml rename to incubator/prometheus/0.0.8/crds/crd-servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/crds/crd-thanosrulers.yaml b/incubator/prometheus/0.0.8/crds/crd-thanosrulers.yaml similarity index 100% rename from incubator/prometheus/0.0.5/crds/crd-thanosrulers.yaml rename to incubator/prometheus/0.0.8/crds/crd-thanosrulers.yaml diff --git a/incubator/prometheus/0.0.5/helm-values.md b/incubator/prometheus/0.0.8/helm-values.md similarity index 97% rename from incubator/prometheus/0.0.5/helm-values.md rename to incubator/prometheus/0.0.8/helm-values.md index 8512cf371a8..02ec255ae94 100644 --- a/incubator/prometheus/0.0.5/helm-values.md +++ b/incubator/prometheus/0.0.8/helm-values.md @@ -77,16 +77,6 @@ You will, however, be able to use all values referenced in the common chart here | alertmanager.retention | string | `"120h"` | | | alertmanager.routePrefix | string | `"/"` | | | alertmanager.secrets | list | `[]` | | -| alertmanager.service.annotations | object | `{}` | | -| alertmanager.service.clusterIP | string | `""` | | -| alertmanager.service.externalTrafficPolicy | string | `"Cluster"` | | -| alertmanager.service.healthCheckNodePort | string | `""` | | -| alertmanager.service.loadBalancerIP | string | `""` | | -| alertmanager.service.loadBalancerSourceRanges | list | `[]` | | -| alertmanager.service.nodePort | string | `""` | | -| alertmanager.service.port | int | `9093` | | -| alertmanager.service.stickySessions | string | `""` | | -| alertmanager.service.type | string | `"ClusterIP"` | | | alertmanager.serviceAccount.create | bool | `true` | | | alertmanager.serviceAccount.name | string | `""` | | | alertmanager.serviceMonitor.enabled | bool | `true` | | diff --git a/incubator/prometheus/0.0.5/ix_values.yaml b/incubator/prometheus/0.0.8/ix_values.yaml similarity index 96% rename from incubator/prometheus/0.0.5/ix_values.yaml rename to incubator/prometheus/0.0.8/ix_values.yaml index 99ef3b2aa40..636c213d44a 100644 --- a/incubator/prometheus/0.0.5/ix_values.yaml +++ b/incubator/prometheus/0.0.8/ix_values.yaml @@ -907,53 +907,6 @@ alertmanager: enabled: false minAvailable: 1 maxUnavailable: "" - ## Alertmanager Service - ## - service: - ## @param alertmanager.service.type Kubernetes service type - ## - type: ClusterIP - ## @param alertmanager.service.port Alertmanager service port - ## - port: 9093 - ## @param alertmanager.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` for headless service - ## e.g: - ## clusterIP: None - ## - clusterIP: "" - ## @param alertmanager.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types. - ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport - ## e.g: - ## nodePort: 30903 - ## - nodePort: "" - ## @param alertmanager.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` - ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer - ## - loadBalancerIP: "" - ## @param alertmanager.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer` - ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service - ## e.g: - ## loadBalancerSourceRanges: - ## - 10.10.10.0/24 - ## - loadBalancerSourceRanges: [] - ## @param alertmanager.service.externalTrafficPolicy Enable client source IP preservation - ## Denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints - ## There are two available options: Cluster (default) and Local. - ## ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip - ## - externalTrafficPolicy: Cluster - ## @param alertmanager.service.healthCheckNodePort Specifies the health check node port - ## ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip - ## - healthCheckNodePort: "" - ## @param alertmanager.service.stickySessions Set stickySessions to `true` to enable Session Affinity - ## - stickySessions: "" - ## @param alertmanager.service.annotations Additional annotations for Alertmanager service (this value is evaluated as a template) - ## - annotations: {} ## If true, create a serviceMonitor for alertmanager ## serviceMonitor: diff --git a/incubator/prometheus/0.0.5/questions.yaml b/incubator/prometheus/0.0.8/questions.yaml similarity index 89% rename from incubator/prometheus/0.0.5/questions.yaml rename to incubator/prometheus/0.0.8/questions.yaml index d0ee7225b05..8be2e2f653d 100644 --- a/incubator/prometheus/0.0.5/questions.yaml +++ b/incubator/prometheus/0.0.8/questions.yaml @@ -158,109 +158,6 @@ questions: type: int default: 9090 - - variable: promop - label: "Operator Service" - description: "The Primary service on which the healthcheck runs" - schema: - type: dict - attrs: - - variable: enabled - label: "Enable the service" - schema: - type: boolean - default: true - hidden: true - - variable: type - label: "Service Type" - description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: "Simple" - enum: - - value: "Simple" - description: "Simple" - - value: "ClusterIP" - description: "ClusterIP" - - value: "NodePort" - description: "NodePort (Advanced)" - - value: "LoadBalancer" - description: "LoadBalancer (Advanced)" - - variable: loadBalancerIP - label: "LoadBalancer IP" - description: "LoadBalancerIP" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: list - default: [] - items: - - variable: externalIP - label: "External IP" - schema: - type: string - - variable: ports - label: "Service's Port(s) Configuration" - schema: - type: dict - attrs: - - variable: promop - label: "Operator Service Port Configuration" - schema: - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10089 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: "HTTP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 8080 - - variable: alertmanager label: "alertmanager Service" description: "alertmanager service " diff --git a/incubator/prometheus/0.0.5/templates/_helpers.tpl b/incubator/prometheus/0.0.8/templates/_helpers.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/_helpers.tpl rename to incubator/prometheus/0.0.8/templates/_helpers.tpl diff --git a/incubator/prometheus/0.0.5/templates/alertmanager/alertmanager.yaml b/incubator/prometheus/0.0.8/templates/alertmanager/alertmanager.yaml similarity index 99% rename from incubator/prometheus/0.0.5/templates/alertmanager/alertmanager.yaml rename to incubator/prometheus/0.0.8/templates/alertmanager/alertmanager.yaml index f99eccf1ac1..bf31b0f6df8 100644 --- a/incubator/prometheus/0.0.5/templates/alertmanager/alertmanager.yaml +++ b/incubator/prometheus/0.0.8/templates/alertmanager/alertmanager.yaml @@ -109,7 +109,7 @@ spec: livenessProbe: httpGet: path: {{ .Values.alertmanager.livenessProbe.path }} - port: web + port: alertmanager scheme: HTTP initialDelaySeconds: {{ .Values.alertmanager.livenessProbe.initialDelaySeconds }} periodSeconds: {{ .Values.alertmanager.livenessProbe.periodSeconds }} @@ -121,7 +121,7 @@ spec: readinessProbe: httpGet: path: {{ .Values.alertmanager.readinessProbe.path }} - port: web + port: alertmanager scheme: HTTP initialDelaySeconds: {{ .Values.alertmanager.readinessProbe.initialDelaySeconds }} periodSeconds: {{ .Values.alertmanager.readinessProbe.periodSeconds }} diff --git a/incubator/prometheus/0.0.5/templates/alertmanager/secrets.yaml b/incubator/prometheus/0.0.8/templates/alertmanager/secrets.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/alertmanager/secrets.yaml rename to incubator/prometheus/0.0.8/templates/alertmanager/secrets.yaml diff --git a/incubator/prometheus/0.0.5/templates/alertmanager/serviceaccount.yaml b/incubator/prometheus/0.0.8/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/alertmanager/serviceaccount.yaml rename to incubator/prometheus/0.0.8/templates/alertmanager/serviceaccount.yaml diff --git a/incubator/prometheus/0.0.5/templates/alertmanager/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/alertmanager/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/alertmanager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/common.yaml b/incubator/prometheus/0.0.8/templates/common.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/common.yaml rename to incubator/prometheus/0.0.8/templates/common.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/core-dns/service.yaml b/incubator/prometheus/0.0.8/templates/exporters/core-dns/service.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/core-dns/service.yaml rename to incubator/prometheus/0.0.8/templates/exporters/core-dns/service.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/core-dns/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/core-dns/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/exporters/core-dns/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-apiserver/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-apiserver/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/endpoints.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/endpoints.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/service.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/service.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/service.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/endpoints.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/endpoints.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/service.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/service.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/service.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kube-scheduler/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/exporters/kubelet/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/exporters/kubelet/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/exporters/kubelet/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/operator/_args.tpl b/incubator/prometheus/0.0.8/templates/operator/_args.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/operator/_args.tpl rename to incubator/prometheus/0.0.8/templates/operator/_args.tpl diff --git a/incubator/prometheus/0.0.5/templates/operator/configmap.yaml b/incubator/prometheus/0.0.8/templates/operator/configmap.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/operator/configmap.yaml rename to incubator/prometheus/0.0.8/templates/operator/configmap.yaml diff --git a/incubator/prometheus/0.0.5/templates/operator/servicemonitor.yaml b/incubator/prometheus/0.0.8/templates/operator/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/operator/servicemonitor.yaml rename to incubator/prometheus/0.0.8/templates/operator/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.5/templates/prometheus/_additionalPrometheusRules.tpl b/incubator/prometheus/0.0.8/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/_additionalPrometheusRules.tpl rename to incubator/prometheus/0.0.8/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/incubator/prometheus/0.0.5/templates/prometheus/_additionalScrapeJobs.tpl b/incubator/prometheus/0.0.8/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/_additionalScrapeJobs.tpl rename to incubator/prometheus/0.0.8/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/incubator/prometheus/0.0.5/templates/prometheus/_prometheus.tpl b/incubator/prometheus/0.0.8/templates/prometheus/_prometheus.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/_prometheus.tpl rename to incubator/prometheus/0.0.8/templates/prometheus/_prometheus.tpl diff --git a/incubator/prometheus/0.0.5/templates/prometheus/_servicemonitor.tpl b/incubator/prometheus/0.0.8/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/_servicemonitor.tpl rename to incubator/prometheus/0.0.8/templates/prometheus/_servicemonitor.tpl diff --git a/incubator/prometheus/0.0.5/templates/prometheus/clusterrole.yaml b/incubator/prometheus/0.0.8/templates/prometheus/clusterrole.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/clusterrole.yaml rename to incubator/prometheus/0.0.8/templates/prometheus/clusterrole.yaml diff --git a/incubator/prometheus/0.0.5/templates/prometheus/clusterrolebinding.yaml b/incubator/prometheus/0.0.8/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/clusterrolebinding.yaml rename to incubator/prometheus/0.0.8/templates/prometheus/clusterrolebinding.yaml diff --git a/incubator/prometheus/0.0.5/templates/prometheus/serviceaccount.yaml b/incubator/prometheus/0.0.8/templates/prometheus/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.5/templates/prometheus/serviceaccount.yaml rename to incubator/prometheus/0.0.8/templates/prometheus/serviceaccount.yaml diff --git a/incubator/tdarr-node/1.0.10/values.yaml b/incubator/prometheus/0.0.8/values.yaml similarity index 100% rename from incubator/tdarr-node/1.0.10/values.yaml rename to incubator/prometheus/0.0.8/values.yaml diff --git a/incubator/tdarr-node/1.0.10/Chart.lock b/incubator/tdarr-node/1.0.10/Chart.lock deleted file mode 100644 index 8d7751041ab..00000000000 --- a/incubator/tdarr-node/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:49:55.91568019Z" diff --git a/incubator/tdarr-node/1.0.10/charts/common-8.6.3.tgz b/incubator/tdarr-node/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/incubator/tdarr-node/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/incubator/tdarr-node/1.0.10/CHANGELOG.md b/incubator/tdarr-node/1.0.11/CHANGELOG.md similarity index 87% rename from incubator/tdarr-node/1.0.10/CHANGELOG.md rename to incubator/tdarr-node/1.0.11/CHANGELOG.md index 35e2f3efd50..68fb3f10867 100644 --- a/incubator/tdarr-node/1.0.10/CHANGELOG.md +++ b/incubator/tdarr-node/1.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-node-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-node-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-node-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-node-1.0.10) (2021-11-16) @@ -84,16 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - -### [tdarr-node-1.0.3](https://github.com/truecharts/apps/compare/tdarr-node-1.0.2...tdarr-node-1.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [tdarr-node-1.0.2](https://github.com/truecharts/apps/compare/tdarr-node-1.0.1...tdarr-node-1.0.2) (2021-10-26) - diff --git a/incubator/tdarr/1.0.10/CONFIG.md b/incubator/tdarr-node/1.0.11/CONFIG.md similarity index 100% rename from incubator/tdarr/1.0.10/CONFIG.md rename to incubator/tdarr-node/1.0.11/CONFIG.md diff --git a/incubator/tdarr-node/1.0.11/Chart.lock b/incubator/tdarr-node/1.0.11/Chart.lock new file mode 100644 index 00000000000..133e87f9b44 --- /dev/null +++ b/incubator/tdarr-node/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:16:04.43068166Z" diff --git a/incubator/tdarr-node/1.0.10/Chart.yaml b/incubator/tdarr-node/1.0.11/Chart.yaml similarity index 95% rename from incubator/tdarr-node/1.0.10/Chart.yaml rename to incubator/tdarr-node/1.0.11/Chart.yaml index 2e06b255eba..e95bf4b8e15 100644 --- a/incubator/tdarr-node/1.0.10/Chart.yaml +++ b/incubator/tdarr-node/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.00.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Audio/Video library transcoding automation home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr_node type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/incubator/tdarr-node/1.0.10/README.md b/incubator/tdarr-node/1.0.11/README.md similarity index 96% rename from incubator/tdarr-node/1.0.10/README.md rename to incubator/tdarr-node/1.0.11/README.md index 1e8d4da62aa..d1a57fbea13 100644 --- a/incubator/tdarr-node/1.0.10/README.md +++ b/incubator/tdarr-node/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/tdarr-node/1.0.10/app-readme.md b/incubator/tdarr-node/1.0.11/app-readme.md similarity index 100% rename from incubator/tdarr-node/1.0.10/app-readme.md rename to incubator/tdarr-node/1.0.11/app-readme.md diff --git a/incubator/tdarr-node/1.0.11/charts/common-8.9.1.tgz b/incubator/tdarr-node/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/tdarr-node/1.0.11/charts/common-8.9.1.tgz differ diff --git a/incubator/tdarr-node/1.0.10/helm-values.md b/incubator/tdarr-node/1.0.11/helm-values.md similarity index 97% rename from incubator/tdarr-node/1.0.10/helm-values.md rename to incubator/tdarr-node/1.0.11/helm-values.md index 6b39855e85b..4139aa87de6 100644 --- a/incubator/tdarr-node/1.0.10/helm-values.md +++ b/incubator/tdarr-node/1.0.11/helm-values.md @@ -29,7 +29,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8267` | | | service.main.ports.main.targetPort | int | `8267` | | diff --git a/incubator/tdarr-node/1.0.10/ix_values.yaml b/incubator/tdarr-node/1.0.11/ix_values.yaml similarity index 97% rename from incubator/tdarr-node/1.0.10/ix_values.yaml rename to incubator/tdarr-node/1.0.11/ix_values.yaml index 518c667b051..55c612abfa5 100644 --- a/incubator/tdarr-node/1.0.10/ix_values.yaml +++ b/incubator/tdarr-node/1.0.11/ix_values.yaml @@ -23,7 +23,6 @@ env: service: main: - enabled: true ports: main: targetPort: 8267 diff --git a/incubator/tdarr-node/1.0.10/questions.yaml b/incubator/tdarr-node/1.0.11/questions.yaml similarity index 100% rename from incubator/tdarr-node/1.0.10/questions.yaml rename to incubator/tdarr-node/1.0.11/questions.yaml diff --git a/incubator/tdarr-node/1.0.10/templates/common.yaml b/incubator/tdarr-node/1.0.11/templates/common.yaml similarity index 100% rename from incubator/tdarr-node/1.0.10/templates/common.yaml rename to incubator/tdarr-node/1.0.11/templates/common.yaml diff --git a/incubator/tdarr/1.0.10/values.yaml b/incubator/tdarr-node/1.0.11/values.yaml similarity index 100% rename from incubator/tdarr/1.0.10/values.yaml rename to incubator/tdarr-node/1.0.11/values.yaml diff --git a/incubator/tdarr/1.0.10/Chart.lock b/incubator/tdarr/1.0.10/Chart.lock deleted file mode 100644 index 039d1f8ac20..00000000000 --- a/incubator/tdarr/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:50:22.408631486Z" diff --git a/incubator/tdarr/1.0.10/charts/common-8.6.3.tgz b/incubator/tdarr/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/incubator/tdarr/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/incubator/tdarr/1.0.10/CHANGELOG.md b/incubator/tdarr/1.0.11/CHANGELOG.md similarity index 88% rename from incubator/tdarr/1.0.10/CHANGELOG.md rename to incubator/tdarr/1.0.11/CHANGELOG.md index 641e704bd3c..90ca384efcb 100644 --- a/incubator/tdarr/1.0.10/CHANGELOG.md +++ b/incubator/tdarr/1.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-1.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [tdarr-1.0.3](https://github.com/truecharts/apps/compare/tdarr-node-1.0.2...tdarr-1.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [tdarr-1.0.2](https://github.com/truecharts/apps/compare/tdarr-node-1.0.1...tdarr-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/airsonic/4.0.12/CONFIG.md b/incubator/tdarr/1.0.11/CONFIG.md similarity index 100% rename from stable/airsonic/4.0.12/CONFIG.md rename to incubator/tdarr/1.0.11/CONFIG.md diff --git a/incubator/tdarr/1.0.11/Chart.lock b/incubator/tdarr/1.0.11/Chart.lock new file mode 100644 index 00000000000..d097a3cf212 --- /dev/null +++ b/incubator/tdarr/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:16:35.774109973Z" diff --git a/incubator/tdarr/1.0.10/Chart.yaml b/incubator/tdarr/1.0.11/Chart.yaml similarity index 95% rename from incubator/tdarr/1.0.10/Chart.yaml rename to incubator/tdarr/1.0.11/Chart.yaml index ab6fc44bc84..40abb6401b9 100644 --- a/incubator/tdarr/1.0.10/Chart.yaml +++ b/incubator/tdarr/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.00.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Audio/Video library transcoding automation home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/incubator/tdarr/1.0.10/README.md b/incubator/tdarr/1.0.11/README.md similarity index 96% rename from incubator/tdarr/1.0.10/README.md rename to incubator/tdarr/1.0.11/README.md index 1a64da7862d..d9add70fcb5 100644 --- a/incubator/tdarr/1.0.10/README.md +++ b/incubator/tdarr/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/incubator/tdarr/1.0.10/app-readme.md b/incubator/tdarr/1.0.11/app-readme.md similarity index 100% rename from incubator/tdarr/1.0.10/app-readme.md rename to incubator/tdarr/1.0.11/app-readme.md diff --git a/incubator/tdarr/1.0.11/charts/common-8.9.1.tgz b/incubator/tdarr/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/incubator/tdarr/1.0.11/charts/common-8.9.1.tgz differ diff --git a/incubator/tdarr/1.0.10/helm-values.md b/incubator/tdarr/1.0.11/helm-values.md similarity index 95% rename from incubator/tdarr/1.0.10/helm-values.md rename to incubator/tdarr/1.0.11/helm-values.md index b99d4b10a45..6174714e868 100644 --- a/incubator/tdarr/1.0.10/helm-values.md +++ b/incubator/tdarr/1.0.11/helm-values.md @@ -29,9 +29,10 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.comm.enabled | bool | `true` | | +| service.comm.ports.comm.enabled | bool | `true` | | | service.comm.ports.comm.port | int | `8266` | | | service.comm.ports.comm.targetPort | int | `8266` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8265` | | | service.main.ports.main.targetPort | int | `8265` | | diff --git a/incubator/tdarr/1.0.10/ix_values.yaml b/incubator/tdarr/1.0.11/ix_values.yaml similarity index 97% rename from incubator/tdarr/1.0.10/ix_values.yaml rename to incubator/tdarr/1.0.11/ix_values.yaml index 9aa9e9c2497..877c37283af 100644 --- a/incubator/tdarr/1.0.10/ix_values.yaml +++ b/incubator/tdarr/1.0.11/ix_values.yaml @@ -21,14 +21,15 @@ env: service: main: - enabled: true ports: main: targetPort: 8265 port: 8265 comm: + enabled: true ports: comm: + enabled: true port: 8266 targetPort: 8266 diff --git a/incubator/tdarr/1.0.10/questions.yaml b/incubator/tdarr/1.0.11/questions.yaml similarity index 99% rename from incubator/tdarr/1.0.10/questions.yaml rename to incubator/tdarr/1.0.11/questions.yaml index a4fc5471050..115a99900f9 100644 --- a/incubator/tdarr/1.0.10/questions.yaml +++ b/incubator/tdarr/1.0.11/questions.yaml @@ -470,6 +470,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/incubator/tdarr/1.0.10/templates/common.yaml b/incubator/tdarr/1.0.11/templates/common.yaml similarity index 100% rename from incubator/tdarr/1.0.10/templates/common.yaml rename to incubator/tdarr/1.0.11/templates/common.yaml diff --git a/stable/airsonic/4.0.12/values.yaml b/incubator/tdarr/1.0.11/values.yaml similarity index 100% rename from stable/airsonic/4.0.12/values.yaml rename to incubator/tdarr/1.0.11/values.yaml diff --git a/stable/airsonic/4.0.12/Chart.lock b/stable/airsonic/4.0.12/Chart.lock deleted file mode 100644 index 26d8540e065..00000000000 --- a/stable/airsonic/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:50:48.779140928Z" diff --git a/stable/airsonic/4.0.12/charts/common-8.6.3.tgz b/stable/airsonic/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/airsonic/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/airsonic/4.0.12/CHANGELOG.md b/stable/airsonic/4.0.13/CHANGELOG.md similarity index 92% rename from stable/airsonic/4.0.12/CHANGELOG.md rename to stable/airsonic/4.0.13/CHANGELOG.md index c7b9d076543..1932238a401 100644 --- a/stable/airsonic/4.0.12/CHANGELOG.md +++ b/stable/airsonic/4.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [airsonic-4.0.13](https://github.com/truecharts/apps/compare/airsonic-4.0.12...airsonic-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [airsonic-4.0.12](https://github.com/truecharts/apps/compare/airsonic-4.0.11...airsonic-4.0.12) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [airsonic-4.0.4](https://github.com/truecharts/apps/compare/airsonic-4.0.3...airsonic-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/amcrest2mqtt/2.0.12/CONFIG.md b/stable/airsonic/4.0.13/CONFIG.md similarity index 100% rename from stable/amcrest2mqtt/2.0.12/CONFIG.md rename to stable/airsonic/4.0.13/CONFIG.md diff --git a/stable/airsonic/4.0.13/Chart.lock b/stable/airsonic/4.0.13/Chart.lock new file mode 100644 index 00000000000..c0dcd3d5413 --- /dev/null +++ b/stable/airsonic/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:17:06.915252958Z" diff --git a/stable/airsonic/4.0.12/Chart.yaml b/stable/airsonic/4.0.13/Chart.yaml similarity index 96% rename from stable/airsonic/4.0.12/Chart.yaml rename to stable/airsonic/4.0.13/Chart.yaml index 211da67315a..273bfaf3459 100644 --- a/stable/airsonic/4.0.12/Chart.yaml +++ b/stable/airsonic/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Airsonic is a Free and Open Source community driven media server home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png @@ -19,7 +19,7 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/airsonic/4.0.12/README.md b/stable/airsonic/4.0.13/README.md similarity index 96% rename from stable/airsonic/4.0.12/README.md rename to stable/airsonic/4.0.13/README.md index f4fa4c3f7fb..0d41c9369ec 100644 --- a/stable/airsonic/4.0.12/README.md +++ b/stable/airsonic/4.0.13/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/airsonic/4.0.12/app-readme.md b/stable/airsonic/4.0.13/app-readme.md similarity index 100% rename from stable/airsonic/4.0.12/app-readme.md rename to stable/airsonic/4.0.13/app-readme.md diff --git a/stable/airsonic/4.0.13/charts/common-8.9.1.tgz b/stable/airsonic/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/airsonic/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/airsonic/4.0.12/helm-values.md b/stable/airsonic/4.0.13/helm-values.md similarity index 100% rename from stable/airsonic/4.0.12/helm-values.md rename to stable/airsonic/4.0.13/helm-values.md diff --git a/stable/airsonic/4.0.12/ix_values.yaml b/stable/airsonic/4.0.13/ix_values.yaml similarity index 100% rename from stable/airsonic/4.0.12/ix_values.yaml rename to stable/airsonic/4.0.13/ix_values.yaml diff --git a/stable/airsonic/4.0.12/questions.yaml b/stable/airsonic/4.0.13/questions.yaml similarity index 100% rename from stable/airsonic/4.0.12/questions.yaml rename to stable/airsonic/4.0.13/questions.yaml diff --git a/stable/airsonic/4.0.12/templates/common.yaml b/stable/airsonic/4.0.13/templates/common.yaml similarity index 100% rename from stable/airsonic/4.0.12/templates/common.yaml rename to stable/airsonic/4.0.13/templates/common.yaml diff --git a/stable/amcrest2mqtt/2.0.12/values.yaml b/stable/airsonic/4.0.13/values.yaml similarity index 100% rename from stable/amcrest2mqtt/2.0.12/values.yaml rename to stable/airsonic/4.0.13/values.yaml diff --git a/stable/amcrest2mqtt/2.0.12/Chart.lock b/stable/amcrest2mqtt/2.0.12/Chart.lock deleted file mode 100644 index f10299e9167..00000000000 --- a/stable/amcrest2mqtt/2.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:51:15.076671505Z" diff --git a/stable/amcrest2mqtt/2.0.12/charts/common-8.6.3.tgz b/stable/amcrest2mqtt/2.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/amcrest2mqtt/2.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/2.0.12/CHANGELOG.md b/stable/amcrest2mqtt/2.0.13/CHANGELOG.md similarity index 90% rename from stable/amcrest2mqtt/2.0.12/CHANGELOG.md rename to stable/amcrest2mqtt/2.0.13/CHANGELOG.md index f48dd79f555..14492b63749 100644 --- a/stable/amcrest2mqtt/2.0.12/CHANGELOG.md +++ b/stable/amcrest2mqtt/2.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [amcrest2mqtt-2.0.13](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.12...amcrest2mqtt-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [amcrest2mqtt-2.0.12](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.11...amcrest2mqtt-2.0.12) (2021-11-16) @@ -88,12 +97,3 @@ -### [amcrest2mqtt-2.0.3](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.2...amcrest2mqtt-2.0.3) (2021-10-26) - -#### Chore - -* update container image dchesterton/amcrest2mqtt to v1.0.10 ([#1248](https://github.com/truecharts/apps/issues/1248)) - - - - diff --git a/stable/apache-musicindex/2.0.10/CONFIG.md b/stable/amcrest2mqtt/2.0.13/CONFIG.md similarity index 100% rename from stable/apache-musicindex/2.0.10/CONFIG.md rename to stable/amcrest2mqtt/2.0.13/CONFIG.md diff --git a/stable/amcrest2mqtt/2.0.13/Chart.lock b/stable/amcrest2mqtt/2.0.13/Chart.lock new file mode 100644 index 00000000000..cb745b07bf7 --- /dev/null +++ b/stable/amcrest2mqtt/2.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:17:38.734966187Z" diff --git a/stable/amcrest2mqtt/2.0.12/Chart.yaml b/stable/amcrest2mqtt/2.0.13/Chart.yaml similarity index 95% rename from stable/amcrest2mqtt/2.0.12/Chart.yaml rename to stable/amcrest2mqtt/2.0.13/Chart.yaml index 35b5c3cf54a..6b78ba44711 100644 --- a/stable/amcrest2mqtt/2.0.12/Chart.yaml +++ b/stable/amcrest2mqtt/2.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.11" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Expose all events from an Amcrest device to an MQTT broker home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png @@ -17,7 +17,7 @@ maintainers: name: amcrest2mqtt sources: - https://github.com/dchesterton/amcrest2mqtt -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/amcrest2mqtt/2.0.12/README.md b/stable/amcrest2mqtt/2.0.13/README.md similarity index 96% rename from stable/amcrest2mqtt/2.0.12/README.md rename to stable/amcrest2mqtt/2.0.13/README.md index a5074ee1fc4..f87b52158bf 100644 --- a/stable/amcrest2mqtt/2.0.12/README.md +++ b/stable/amcrest2mqtt/2.0.13/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/amcrest2mqtt/2.0.12/app-readme.md b/stable/amcrest2mqtt/2.0.13/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/2.0.12/app-readme.md rename to stable/amcrest2mqtt/2.0.13/app-readme.md diff --git a/stable/amcrest2mqtt/2.0.13/charts/common-8.9.1.tgz b/stable/amcrest2mqtt/2.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/amcrest2mqtt/2.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/amcrest2mqtt/2.0.12/helm-values.md b/stable/amcrest2mqtt/2.0.13/helm-values.md similarity index 100% rename from stable/amcrest2mqtt/2.0.12/helm-values.md rename to stable/amcrest2mqtt/2.0.13/helm-values.md diff --git a/stable/amcrest2mqtt/2.0.12/ix_values.yaml b/stable/amcrest2mqtt/2.0.13/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/2.0.12/ix_values.yaml rename to stable/amcrest2mqtt/2.0.13/ix_values.yaml diff --git a/stable/amcrest2mqtt/2.0.12/questions.yaml b/stable/amcrest2mqtt/2.0.13/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/2.0.12/questions.yaml rename to stable/amcrest2mqtt/2.0.13/questions.yaml diff --git a/stable/amcrest2mqtt/2.0.12/templates/common.yaml b/stable/amcrest2mqtt/2.0.13/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/2.0.12/templates/common.yaml rename to stable/amcrest2mqtt/2.0.13/templates/common.yaml diff --git a/stable/apache-musicindex/2.0.10/values.yaml b/stable/amcrest2mqtt/2.0.13/values.yaml similarity index 100% rename from stable/apache-musicindex/2.0.10/values.yaml rename to stable/amcrest2mqtt/2.0.13/values.yaml diff --git a/stable/apache-musicindex/2.0.10/Chart.lock b/stable/apache-musicindex/2.0.10/Chart.lock deleted file mode 100644 index 3aa673bb3f7..00000000000 --- a/stable/apache-musicindex/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:51:41.410299477Z" diff --git a/stable/apache-musicindex/2.0.10/charts/common-8.6.3.tgz b/stable/apache-musicindex/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/apache-musicindex/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/apache-musicindex/2.0.10/CHANGELOG.md b/stable/apache-musicindex/2.0.11/CHANGELOG.md similarity index 91% rename from stable/apache-musicindex/2.0.10/CHANGELOG.md rename to stable/apache-musicindex/2.0.11/CHANGELOG.md index c61f8b738db..940ef851251 100644 --- a/stable/apache-musicindex/2.0.10/CHANGELOG.md +++ b/stable/apache-musicindex/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [apache-musicindex-2.0.11](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.10...apache-musicindex-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [apache-musicindex-2.0.10](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.9...apache-musicindex-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [apache-musicindex-2.0.2](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.1...apache-musicindex-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) diff --git a/stable/appdaemon/6.0.10/CONFIG.md b/stable/apache-musicindex/2.0.11/CONFIG.md similarity index 100% rename from stable/appdaemon/6.0.10/CONFIG.md rename to stable/apache-musicindex/2.0.11/CONFIG.md diff --git a/stable/apache-musicindex/2.0.11/Chart.lock b/stable/apache-musicindex/2.0.11/Chart.lock new file mode 100644 index 00000000000..bcfaf8112a3 --- /dev/null +++ b/stable/apache-musicindex/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:18:10.781928822Z" diff --git a/stable/apache-musicindex/2.0.10/Chart.yaml b/stable/apache-musicindex/2.0.11/Chart.yaml similarity index 95% rename from stable/apache-musicindex/2.0.10/Chart.yaml rename to stable/apache-musicindex/2.0.11/Chart.yaml index 3f9f5dec3c0..036af93704a 100644 --- a/stable/apache-musicindex/2.0.10/Chart.yaml +++ b/stable/apache-musicindex/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.4.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Index and stream music using apache-musicindex and m3u playlists home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg @@ -20,7 +20,7 @@ maintainers: name: apache-musicindex sources: - http://hacks.slashdirt.org/sw/musicindex/ -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/apache-musicindex/2.0.10/README.md b/stable/apache-musicindex/2.0.11/README.md similarity index 96% rename from stable/apache-musicindex/2.0.10/README.md rename to stable/apache-musicindex/2.0.11/README.md index b13472b10cf..f630581a9f3 100644 --- a/stable/apache-musicindex/2.0.10/README.md +++ b/stable/apache-musicindex/2.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/apache-musicindex/2.0.10/app-readme.md b/stable/apache-musicindex/2.0.11/app-readme.md similarity index 100% rename from stable/apache-musicindex/2.0.10/app-readme.md rename to stable/apache-musicindex/2.0.11/app-readme.md diff --git a/stable/apache-musicindex/2.0.11/charts/common-8.9.1.tgz b/stable/apache-musicindex/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/apache-musicindex/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/apache-musicindex/2.0.10/helm-values.md b/stable/apache-musicindex/2.0.11/helm-values.md similarity index 100% rename from stable/apache-musicindex/2.0.10/helm-values.md rename to stable/apache-musicindex/2.0.11/helm-values.md diff --git a/stable/apache-musicindex/2.0.10/ix_values.yaml b/stable/apache-musicindex/2.0.11/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/2.0.10/ix_values.yaml rename to stable/apache-musicindex/2.0.11/ix_values.yaml diff --git a/stable/apache-musicindex/2.0.10/questions.yaml b/stable/apache-musicindex/2.0.11/questions.yaml similarity index 100% rename from stable/apache-musicindex/2.0.10/questions.yaml rename to stable/apache-musicindex/2.0.11/questions.yaml diff --git a/stable/apache-musicindex/2.0.10/templates/common.yaml b/stable/apache-musicindex/2.0.11/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/2.0.10/templates/common.yaml rename to stable/apache-musicindex/2.0.11/templates/common.yaml diff --git a/stable/appdaemon/6.0.10/values.yaml b/stable/apache-musicindex/2.0.11/values.yaml similarity index 100% rename from stable/appdaemon/6.0.10/values.yaml rename to stable/apache-musicindex/2.0.11/values.yaml diff --git a/stable/appdaemon/6.0.10/Chart.lock b/stable/appdaemon/6.0.10/Chart.lock deleted file mode 100644 index 747ed6dad18..00000000000 --- a/stable/appdaemon/6.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:52:07.663405624Z" diff --git a/stable/appdaemon/6.0.10/charts/common-8.6.3.tgz b/stable/appdaemon/6.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/appdaemon/6.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/appdaemon/6.0.10/CHANGELOG.md b/stable/appdaemon/6.0.11/CHANGELOG.md similarity index 88% rename from stable/appdaemon/6.0.10/CHANGELOG.md rename to stable/appdaemon/6.0.11/CHANGELOG.md index eedb28bf8e1..7e70a763113 100644 --- a/stable/appdaemon/6.0.10/CHANGELOG.md +++ b/stable/appdaemon/6.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [appdaemon-6.0.11](https://github.com/truecharts/apps/compare/appdaemon-6.0.10...appdaemon-6.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [appdaemon-6.0.10](https://github.com/truecharts/apps/compare/appdaemon-6.0.9...appdaemon-6.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [appdaemon-6.0.3](https://github.com/truecharts/apps/compare/appdaemon-6.0.2...appdaemon-6.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [appdaemon-6.0.2](https://github.com/truecharts/apps/compare/appdaemon-6.0.1...appdaemon-6.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/aria2/2.0.10/CONFIG.md b/stable/appdaemon/6.0.11/CONFIG.md similarity index 100% rename from stable/aria2/2.0.10/CONFIG.md rename to stable/appdaemon/6.0.11/CONFIG.md diff --git a/stable/appdaemon/6.0.11/Chart.lock b/stable/appdaemon/6.0.11/Chart.lock new file mode 100644 index 00000000000..e1dd7022477 --- /dev/null +++ b/stable/appdaemon/6.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:18:42.868956146Z" diff --git a/stable/appdaemon/6.0.10/Chart.yaml b/stable/appdaemon/6.0.11/Chart.yaml similarity index 96% rename from stable/appdaemon/6.0.10/Chart.yaml rename to stable/appdaemon/6.0.11/Chart.yaml index 5c0ac79b5fc..e7485f5ce23 100644 --- a/stable/appdaemon/6.0.10/Chart.yaml +++ b/stable/appdaemon/6.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. @@ -26,7 +26,7 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/appdaemon/6.0.10/README.md b/stable/appdaemon/6.0.11/README.md similarity index 97% rename from stable/appdaemon/6.0.10/README.md rename to stable/appdaemon/6.0.11/README.md index 8ae6b207368..19752aabbda 100644 --- a/stable/appdaemon/6.0.10/README.md +++ b/stable/appdaemon/6.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/appdaemon/6.0.10/app-readme.md b/stable/appdaemon/6.0.11/app-readme.md similarity index 100% rename from stable/appdaemon/6.0.10/app-readme.md rename to stable/appdaemon/6.0.11/app-readme.md diff --git a/stable/appdaemon/6.0.11/charts/common-8.9.1.tgz b/stable/appdaemon/6.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/appdaemon/6.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/appdaemon/6.0.10/helm-values.md b/stable/appdaemon/6.0.11/helm-values.md similarity index 94% rename from stable/appdaemon/6.0.10/helm-values.md rename to stable/appdaemon/6.0.11/helm-values.md index d449c07f936..0e8fbf4bd6e 100644 --- a/stable/appdaemon/6.0.10/helm-values.md +++ b/stable/appdaemon/6.0.11/helm-values.md @@ -30,8 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51050` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51050` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/appdaemon/6.0.10/ix_values.yaml b/stable/appdaemon/6.0.11/ix_values.yaml similarity index 94% rename from stable/appdaemon/6.0.10/ix_values.yaml rename to stable/appdaemon/6.0.11/ix_values.yaml index 600cbf0854e..46383bfef6b 100644 --- a/stable/appdaemon/6.0.10/ix_values.yaml +++ b/stable/appdaemon/6.0.11/ix_values.yaml @@ -25,13 +25,11 @@ service: targetPort: 5050 tcp: enabled: true - type: ClusterIP ports: tcp: enabled: true port: 51050 targetPort: 51050 - protocol: TCP persistence: conf: diff --git a/stable/appdaemon/6.0.10/questions.yaml b/stable/appdaemon/6.0.11/questions.yaml similarity index 100% rename from stable/appdaemon/6.0.10/questions.yaml rename to stable/appdaemon/6.0.11/questions.yaml diff --git a/stable/appdaemon/6.0.10/templates/common.yaml b/stable/appdaemon/6.0.11/templates/common.yaml similarity index 100% rename from stable/appdaemon/6.0.10/templates/common.yaml rename to stable/appdaemon/6.0.11/templates/common.yaml diff --git a/stable/aria2/2.0.10/values.yaml b/stable/appdaemon/6.0.11/values.yaml similarity index 100% rename from stable/aria2/2.0.10/values.yaml rename to stable/appdaemon/6.0.11/values.yaml diff --git a/stable/aria2/2.0.10/Chart.lock b/stable/aria2/2.0.10/Chart.lock deleted file mode 100644 index 2456ae66c6e..00000000000 --- a/stable/aria2/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:52:33.710368255Z" diff --git a/stable/aria2/2.0.10/charts/common-8.6.3.tgz b/stable/aria2/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/aria2/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/aria2/2.0.10/CHANGELOG.md b/stable/aria2/2.0.11/CHANGELOG.md similarity index 88% rename from stable/aria2/2.0.10/CHANGELOG.md rename to stable/aria2/2.0.11/CHANGELOG.md index a5e3290bd10..589f0042071 100644 --- a/stable/aria2/2.0.10/CHANGELOG.md +++ b/stable/aria2/2.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [aria2-2.0.11](https://github.com/truecharts/apps/compare/aria2-2.0.10...aria2-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [aria2-2.0.10](https://github.com/truecharts/apps/compare/aria2-2.0.9...aria2-2.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [aria2-2.0.3](https://github.com/truecharts/apps/compare/aria2-2.0.2...aria2-2.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [aria2-2.0.2](https://github.com/truecharts/apps/compare/aria2-2.0.1...aria2-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/audacity/2.0.10/CONFIG.md b/stable/aria2/2.0.11/CONFIG.md similarity index 100% rename from stable/audacity/2.0.10/CONFIG.md rename to stable/aria2/2.0.11/CONFIG.md diff --git a/stable/aria2/2.0.11/Chart.lock b/stable/aria2/2.0.11/Chart.lock new file mode 100644 index 00000000000..28f140995b5 --- /dev/null +++ b/stable/aria2/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:19:15.100713629Z" diff --git a/stable/aria2/2.0.10/Chart.yaml b/stable/aria2/2.0.11/Chart.yaml similarity index 94% rename from stable/aria2/2.0.10/Chart.yaml rename to stable/aria2/2.0.11/Chart.yaml index db2a144098a..036bb26ce5f 100644 --- a/stable/aria2/2.0.10/Chart.yaml +++ b/stable/aria2/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: aria server for downloading web content home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4 @@ -17,7 +17,7 @@ maintainers: name: aria2 sources: - https://github.com/P3TERX/Aria2-Pro-Docker -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/aria2/2.0.10/README.md b/stable/aria2/2.0.11/README.md similarity index 96% rename from stable/aria2/2.0.10/README.md rename to stable/aria2/2.0.11/README.md index 84e1ae9d429..4f3a26cf3c5 100644 --- a/stable/aria2/2.0.10/README.md +++ b/stable/aria2/2.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/aria2/2.0.10/app-readme.md b/stable/aria2/2.0.11/app-readme.md similarity index 100% rename from stable/aria2/2.0.10/app-readme.md rename to stable/aria2/2.0.11/app-readme.md diff --git a/stable/aria2/2.0.11/charts/common-8.9.1.tgz b/stable/aria2/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/aria2/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/aria2/2.0.10/helm-values.md b/stable/aria2/2.0.11/helm-values.md similarity index 97% rename from stable/aria2/2.0.10/helm-values.md rename to stable/aria2/2.0.11/helm-values.md index c6ed68a1b6f..78cc66bf93e 100644 --- a/stable/aria2/2.0.10/helm-values.md +++ b/stable/aria2/2.0.11/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.listen.ports.listen.enabled | bool | `true` | | | service.listen.ports.listen.port | int | `6888` | | | service.listen.ports.listen.targetPort | int | `6888` | | -| service.main.ports.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `6800` | | | service.main.ports.main.targetPort | int | `6800` | | diff --git a/stable/aria2/2.0.10/ix_values.yaml b/stable/aria2/2.0.11/ix_values.yaml similarity index 98% rename from stable/aria2/2.0.10/ix_values.yaml rename to stable/aria2/2.0.11/ix_values.yaml index c98fbf5b54b..3de1d368780 100644 --- a/stable/aria2/2.0.10/ix_values.yaml +++ b/stable/aria2/2.0.11/ix_values.yaml @@ -23,7 +23,6 @@ service: main: ports: main: - enabled: true port: 6800 targetPort: 6800 listen: diff --git a/stable/aria2/2.0.10/questions.yaml b/stable/aria2/2.0.11/questions.yaml similarity index 99% rename from stable/aria2/2.0.10/questions.yaml rename to stable/aria2/2.0.11/questions.yaml index dcb79372f3a..672cfb2b720 100644 --- a/stable/aria2/2.0.10/questions.yaml +++ b/stable/aria2/2.0.11/questions.yaml @@ -461,6 +461,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/aria2/2.0.10/templates/common.yaml b/stable/aria2/2.0.11/templates/common.yaml similarity index 100% rename from stable/aria2/2.0.10/templates/common.yaml rename to stable/aria2/2.0.11/templates/common.yaml diff --git a/stable/audacity/2.0.10/values.yaml b/stable/aria2/2.0.11/values.yaml similarity index 100% rename from stable/audacity/2.0.10/values.yaml rename to stable/aria2/2.0.11/values.yaml diff --git a/stable/audacity/2.0.10/Chart.lock b/stable/audacity/2.0.10/Chart.lock deleted file mode 100644 index 074fd4dd2f3..00000000000 --- a/stable/audacity/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:52:59.848382405Z" diff --git a/stable/audacity/2.0.10/charts/common-8.6.3.tgz b/stable/audacity/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/audacity/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/audacity/2.0.10/CHANGELOG.md b/stable/audacity/2.0.11/CHANGELOG.md similarity index 92% rename from stable/audacity/2.0.10/CHANGELOG.md rename to stable/audacity/2.0.11/CHANGELOG.md index 5297f04957e..72c80b72eba 100644 --- a/stable/audacity/2.0.10/CHANGELOG.md +++ b/stable/audacity/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [audacity-2.0.11](https://github.com/truecharts/apps/compare/audacity-2.0.10...audacity-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [audacity-2.0.10](https://github.com/truecharts/apps/compare/audacity-2.0.9...audacity-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [audacity-2.0.2](https://github.com/truecharts/apps/compare/audacity-2.0.1...audacity-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/authelia/8.0.2/CONFIG.md b/stable/audacity/2.0.11/CONFIG.md similarity index 100% rename from stable/authelia/8.0.2/CONFIG.md rename to stable/audacity/2.0.11/CONFIG.md diff --git a/stable/audacity/2.0.11/Chart.lock b/stable/audacity/2.0.11/Chart.lock new file mode 100644 index 00000000000..e306bf18b85 --- /dev/null +++ b/stable/audacity/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:19:47.135260084Z" diff --git a/stable/audacity/2.0.10/Chart.yaml b/stable/audacity/2.0.11/Chart.yaml similarity index 95% rename from stable/audacity/2.0.10/Chart.yaml rename to stable/audacity/2.0.11/Chart.yaml index 4729547f2eb..4c3dd267e2e 100644 --- a/stable/audacity/2.0.10/Chart.yaml +++ b/stable/audacity/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An easy-to-use, multi-track audio editor and recorder home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-audacity - https://www.audacityteam.org/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/audacity/2.0.10/README.md b/stable/audacity/2.0.11/README.md similarity index 96% rename from stable/audacity/2.0.10/README.md rename to stable/audacity/2.0.11/README.md index f3f3bff631a..731020572ec 100644 --- a/stable/audacity/2.0.10/README.md +++ b/stable/audacity/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/audacity/2.0.10/app-readme.md b/stable/audacity/2.0.11/app-readme.md similarity index 100% rename from stable/audacity/2.0.10/app-readme.md rename to stable/audacity/2.0.11/app-readme.md diff --git a/stable/audacity/2.0.11/charts/common-8.9.1.tgz b/stable/audacity/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/audacity/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/audacity/2.0.10/helm-values.md b/stable/audacity/2.0.11/helm-values.md similarity index 100% rename from stable/audacity/2.0.10/helm-values.md rename to stable/audacity/2.0.11/helm-values.md diff --git a/stable/audacity/2.0.10/ix_values.yaml b/stable/audacity/2.0.11/ix_values.yaml similarity index 100% rename from stable/audacity/2.0.10/ix_values.yaml rename to stable/audacity/2.0.11/ix_values.yaml diff --git a/stable/audacity/2.0.10/questions.yaml b/stable/audacity/2.0.11/questions.yaml similarity index 100% rename from stable/audacity/2.0.10/questions.yaml rename to stable/audacity/2.0.11/questions.yaml diff --git a/stable/audacity/2.0.10/templates/common.yaml b/stable/audacity/2.0.11/templates/common.yaml similarity index 100% rename from stable/audacity/2.0.10/templates/common.yaml rename to stable/audacity/2.0.11/templates/common.yaml diff --git a/stable/authelia/8.0.2/values.yaml b/stable/audacity/2.0.11/values.yaml similarity index 100% rename from stable/authelia/8.0.2/values.yaml rename to stable/audacity/2.0.11/values.yaml diff --git a/stable/authelia/8.0.2/Chart.lock b/stable/authelia/8.0.2/Chart.lock deleted file mode 100644 index 9ff4b32b26d..00000000000 --- a/stable/authelia/8.0.2/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -- name: redis - repository: https://truecharts.org/ - version: 1.0.7 -digest: sha256:7bdfb63d1c2fc032f68262b57ffbd9bf87049587e15c9a2f83aee31f1f1456bb -generated: "2021-11-16T21:53:29.212016237Z" diff --git a/stable/authelia/8.0.2/charts/common-8.6.3.tgz b/stable/authelia/8.0.2/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/authelia/8.0.2/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/authelia/8.0.2/charts/postgresql-6.0.3.tgz b/stable/authelia/8.0.2/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/authelia/8.0.2/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/authelia/8.0.2/charts/redis-1.0.7.tgz b/stable/authelia/8.0.2/charts/redis-1.0.7.tgz deleted file mode 100644 index 9a8c4558354..00000000000 Binary files a/stable/authelia/8.0.2/charts/redis-1.0.7.tgz and /dev/null differ diff --git a/stable/authelia/8.0.2/CHANGELOG.md b/stable/authelia/8.0.3/CHANGELOG.md similarity index 91% rename from stable/authelia/8.0.2/CHANGELOG.md rename to stable/authelia/8.0.3/CHANGELOG.md index d0b44b71b2a..10bf91198e7 100644 --- a/stable/authelia/8.0.2/CHANGELOG.md +++ b/stable/authelia/8.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [authelia-8.0.3](https://github.com/truecharts/apps/compare/authelia-8.0.2...authelia-8.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [authelia-8.0.2](https://github.com/truecharts/apps/compare/authelia-8.0.1...authelia-8.0.2) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - diff --git a/stable/babybuddy/5.0.2/CONFIG.md b/stable/authelia/8.0.3/CONFIG.md similarity index 100% rename from stable/babybuddy/5.0.2/CONFIG.md rename to stable/authelia/8.0.3/CONFIG.md diff --git a/stable/authelia/8.0.3/Chart.lock b/stable/authelia/8.0.3/Chart.lock new file mode 100644 index 00000000000..d03ab80465b --- /dev/null +++ b/stable/authelia/8.0.3/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +- name: redis + repository: https://truecharts.org/ + version: 1.0.11 +digest: sha256:a9b075e815ea83d43fa4c6cbaa08c1ce7e16658a175c0da1d11f97e07eaafe9a +generated: "2021-11-22T22:20:22.351136668Z" diff --git a/stable/authelia/8.0.2/Chart.yaml b/stable/authelia/8.0.3/Chart.yaml similarity index 93% rename from stable/authelia/8.0.2/Chart.yaml rename to stable/authelia/8.0.3/Chart.yaml index d2e0683a2db..977889a08f2 100644 --- a/stable/authelia/8.0.2/Chart.yaml +++ b/stable/authelia/8.0.3/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "4.32.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 - condition: redis.enabled name: redis repository: https://truecharts.org/ - version: 1.0.7 + version: 1.0.11 deprecated: false description: Authelia is a Single Sign-On Multi-Factor portal for web apps home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia @@ -38,7 +38,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 8.0.2 +version: 8.0.3 annotations: truecharts.org/catagories: | - security diff --git a/stable/authelia/8.0.2/README.md b/stable/authelia/8.0.3/README.md similarity index 90% rename from stable/authelia/8.0.2/README.md rename to stable/authelia/8.0.3/README.md index 95036ab36e1..fb24c684098 100644 --- a/stable/authelia/8.0.2/README.md +++ b/stable/authelia/8.0.3/README.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org/ | redis | 1.0.7 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org/ | redis | 1.0.11 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/authelia/8.0.2/app-readme.md b/stable/authelia/8.0.3/app-readme.md similarity index 100% rename from stable/authelia/8.0.2/app-readme.md rename to stable/authelia/8.0.3/app-readme.md diff --git a/stable/authelia/8.0.3/charts/common-8.9.1.tgz b/stable/authelia/8.0.3/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/authelia/8.0.3/charts/common-8.9.1.tgz differ diff --git a/stable/authelia/8.0.3/charts/postgresql-6.0.7.tgz b/stable/authelia/8.0.3/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/authelia/8.0.3/charts/postgresql-6.0.7.tgz differ diff --git a/stable/authelia/8.0.3/charts/redis-1.0.11.tgz b/stable/authelia/8.0.3/charts/redis-1.0.11.tgz new file mode 100644 index 00000000000..97d922f1c4d Binary files /dev/null and b/stable/authelia/8.0.3/charts/redis-1.0.11.tgz differ diff --git a/stable/authelia/8.0.2/helm-values.md b/stable/authelia/8.0.3/helm-values.md similarity index 100% rename from stable/authelia/8.0.2/helm-values.md rename to stable/authelia/8.0.3/helm-values.md diff --git a/stable/authelia/8.0.2/ix_values.yaml b/stable/authelia/8.0.3/ix_values.yaml similarity index 100% rename from stable/authelia/8.0.2/ix_values.yaml rename to stable/authelia/8.0.3/ix_values.yaml diff --git a/stable/authelia/8.0.2/questions.yaml b/stable/authelia/8.0.3/questions.yaml similarity index 100% rename from stable/authelia/8.0.2/questions.yaml rename to stable/authelia/8.0.3/questions.yaml diff --git a/stable/authelia/8.0.2/templates/_configmap.tpl b/stable/authelia/8.0.3/templates/_configmap.tpl similarity index 100% rename from stable/authelia/8.0.2/templates/_configmap.tpl rename to stable/authelia/8.0.3/templates/_configmap.tpl diff --git a/stable/authelia/8.0.2/templates/_secrets.tpl b/stable/authelia/8.0.3/templates/_secrets.tpl similarity index 100% rename from stable/authelia/8.0.2/templates/_secrets.tpl rename to stable/authelia/8.0.3/templates/_secrets.tpl diff --git a/stable/authelia/8.0.2/templates/common.yaml b/stable/authelia/8.0.3/templates/common.yaml similarity index 100% rename from stable/authelia/8.0.2/templates/common.yaml rename to stable/authelia/8.0.3/templates/common.yaml diff --git a/stable/babybuddy/5.0.2/values.yaml b/stable/authelia/8.0.3/values.yaml similarity index 100% rename from stable/babybuddy/5.0.2/values.yaml rename to stable/authelia/8.0.3/values.yaml diff --git a/stable/babybuddy/5.0.2/Chart.lock b/stable/babybuddy/5.0.2/Chart.lock deleted file mode 100644 index 04d11d34115..00000000000 --- a/stable/babybuddy/5.0.2/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-22T21:01:28.365171605Z" diff --git a/stable/babybuddy/5.0.2/charts/common-8.6.3.tgz b/stable/babybuddy/5.0.2/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/babybuddy/5.0.2/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/babybuddy/5.0.2/charts/postgresql-6.0.3.tgz b/stable/babybuddy/5.0.2/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/babybuddy/5.0.2/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/babybuddy/5.0.2/CHANGELOG.md b/stable/babybuddy/5.0.3/CHANGELOG.md similarity index 92% rename from stable/babybuddy/5.0.2/CHANGELOG.md rename to stable/babybuddy/5.0.3/CHANGELOG.md index 30d8360b2bc..42754f03e21 100644 --- a/stable/babybuddy/5.0.2/CHANGELOG.md +++ b/stable/babybuddy/5.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [babybuddy-5.0.3](https://github.com/truecharts/apps/compare/babybuddy-5.0.2...babybuddy-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [babybuddy-5.0.2](https://github.com/truecharts/apps/compare/babybuddy-5.0.1...babybuddy-5.0.2) (2021-11-22) @@ -88,12 +97,3 @@ ### [babybuddy-4.0.7](https://github.com/truecharts/apps/compare/babybuddy-4.0.6...babybuddy-4.0.7) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - diff --git a/stable/bazarr/9.0.12/CONFIG.md b/stable/babybuddy/5.0.3/CONFIG.md similarity index 100% rename from stable/bazarr/9.0.12/CONFIG.md rename to stable/babybuddy/5.0.3/CONFIG.md diff --git a/stable/babybuddy/5.0.3/Chart.lock b/stable/babybuddy/5.0.3/Chart.lock new file mode 100644 index 00000000000..bdb8507f476 --- /dev/null +++ b/stable/babybuddy/5.0.3/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:21:17.022389819Z" diff --git a/stable/babybuddy/5.0.2/Chart.yaml b/stable/babybuddy/5.0.3/Chart.yaml similarity index 95% rename from stable/babybuddy/5.0.2/Chart.yaml rename to stable/babybuddy/5.0.3/Chart.yaml index b45f0c01ed8..8b97ab2bab6 100644 --- a/stable/babybuddy/5.0.2/Chart.yaml +++ b/stable/babybuddy/5.0.3/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.9.1" kubeVersion: '>=1.16.0-0' -version: 5.0.2 +version: 5.0.3 name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application @@ -19,11 +19,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/babybuddy/5.0.2/README.md b/stable/babybuddy/5.0.3/README.md similarity index 93% rename from stable/babybuddy/5.0.2/README.md rename to stable/babybuddy/5.0.3/README.md index 0e1c2e1e49e..2832349e099 100644 --- a/stable/babybuddy/5.0.2/README.md +++ b/stable/babybuddy/5.0.3/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/babybuddy/5.0.2/app-readme.md b/stable/babybuddy/5.0.3/app-readme.md similarity index 100% rename from stable/babybuddy/5.0.2/app-readme.md rename to stable/babybuddy/5.0.3/app-readme.md diff --git a/stable/babybuddy/5.0.3/charts/common-8.9.1.tgz b/stable/babybuddy/5.0.3/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/babybuddy/5.0.3/charts/common-8.9.1.tgz differ diff --git a/stable/babybuddy/5.0.3/charts/postgresql-6.0.7.tgz b/stable/babybuddy/5.0.3/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/babybuddy/5.0.3/charts/postgresql-6.0.7.tgz differ diff --git a/stable/babybuddy/5.0.2/helm-values.md b/stable/babybuddy/5.0.3/helm-values.md similarity index 100% rename from stable/babybuddy/5.0.2/helm-values.md rename to stable/babybuddy/5.0.3/helm-values.md diff --git a/stable/babybuddy/5.0.2/ix_values.yaml b/stable/babybuddy/5.0.3/ix_values.yaml similarity index 100% rename from stable/babybuddy/5.0.2/ix_values.yaml rename to stable/babybuddy/5.0.3/ix_values.yaml diff --git a/stable/babybuddy/5.0.2/questions.yaml b/stable/babybuddy/5.0.3/questions.yaml similarity index 100% rename from stable/babybuddy/5.0.2/questions.yaml rename to stable/babybuddy/5.0.3/questions.yaml diff --git a/stable/babybuddy/5.0.2/templates/common.yaml b/stable/babybuddy/5.0.3/templates/common.yaml similarity index 100% rename from stable/babybuddy/5.0.2/templates/common.yaml rename to stable/babybuddy/5.0.3/templates/common.yaml diff --git a/stable/bazarr/9.0.12/values.yaml b/stable/babybuddy/5.0.3/values.yaml similarity index 100% rename from stable/bazarr/9.0.12/values.yaml rename to stable/babybuddy/5.0.3/values.yaml diff --git a/stable/bazarr/9.0.12/Chart.lock b/stable/bazarr/9.0.12/Chart.lock deleted file mode 100644 index 922c562632a..00000000000 --- a/stable/bazarr/9.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:02:05.702914687Z" diff --git a/stable/bazarr/9.0.12/charts/common-8.6.3.tgz b/stable/bazarr/9.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/bazarr/9.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/bazarr/9.0.12/CHANGELOG.md b/stable/bazarr/9.0.13/CHANGELOG.md similarity index 92% rename from stable/bazarr/9.0.12/CHANGELOG.md rename to stable/bazarr/9.0.13/CHANGELOG.md index 89bd3c5721e..e82ba142b1f 100644 --- a/stable/bazarr/9.0.12/CHANGELOG.md +++ b/stable/bazarr/9.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [bazarr-9.0.13](https://github.com/truecharts/apps/compare/bazarr-9.0.12...bazarr-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [bazarr-9.0.12](https://github.com/truecharts/apps/compare/bazarr-9.0.11...bazarr-9.0.12) (2021-11-22) @@ -88,12 +97,3 @@ * Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - -### [bazarr-9.0.4](https://github.com/truecharts/apps/compare/bazarr-9.0.3...bazarr-9.0.4) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - diff --git a/stable/beets/2.0.12/CONFIG.md b/stable/bazarr/9.0.13/CONFIG.md similarity index 100% rename from stable/beets/2.0.12/CONFIG.md rename to stable/bazarr/9.0.13/CONFIG.md diff --git a/stable/bazarr/9.0.13/Chart.lock b/stable/bazarr/9.0.13/Chart.lock new file mode 100644 index 00000000000..99a1c2f0c94 --- /dev/null +++ b/stable/bazarr/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:21:58.957894106Z" diff --git a/stable/bazarr/9.0.12/Chart.yaml b/stable/bazarr/9.0.13/Chart.yaml similarity index 96% rename from stable/bazarr/9.0.12/Chart.yaml rename to stable/bazarr/9.0.13/Chart.yaml index d753d058c71..d23f2503ac0 100644 --- a/stable/bazarr/9.0.12/Chart.yaml +++ b/stable/bazarr/9.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -26,7 +26,7 @@ sources: - https://github.com/morpheus65535/bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/bazarr/9.0.12/README.md b/stable/bazarr/9.0.13/README.md similarity index 96% rename from stable/bazarr/9.0.12/README.md rename to stable/bazarr/9.0.13/README.md index c281ea9549c..42c9c372e49 100644 --- a/stable/bazarr/9.0.12/README.md +++ b/stable/bazarr/9.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/bazarr/9.0.12/app-readme.md b/stable/bazarr/9.0.13/app-readme.md similarity index 100% rename from stable/bazarr/9.0.12/app-readme.md rename to stable/bazarr/9.0.13/app-readme.md diff --git a/stable/bazarr/9.0.13/charts/common-8.9.1.tgz b/stable/bazarr/9.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/bazarr/9.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/bazarr/9.0.12/helm-values.md b/stable/bazarr/9.0.13/helm-values.md similarity index 100% rename from stable/bazarr/9.0.12/helm-values.md rename to stable/bazarr/9.0.13/helm-values.md diff --git a/stable/bazarr/9.0.12/ix_values.yaml b/stable/bazarr/9.0.13/ix_values.yaml similarity index 100% rename from stable/bazarr/9.0.12/ix_values.yaml rename to stable/bazarr/9.0.13/ix_values.yaml diff --git a/stable/bazarr/9.0.12/questions.yaml b/stable/bazarr/9.0.13/questions.yaml similarity index 100% rename from stable/bazarr/9.0.12/questions.yaml rename to stable/bazarr/9.0.13/questions.yaml diff --git a/stable/bazarr/9.0.12/templates/common.yaml b/stable/bazarr/9.0.13/templates/common.yaml similarity index 100% rename from stable/bazarr/9.0.12/templates/common.yaml rename to stable/bazarr/9.0.13/templates/common.yaml diff --git a/stable/beets/2.0.12/values.yaml b/stable/bazarr/9.0.13/values.yaml similarity index 100% rename from stable/beets/2.0.12/values.yaml rename to stable/bazarr/9.0.13/values.yaml diff --git a/stable/beets/2.0.12/Chart.lock b/stable/beets/2.0.12/Chart.lock deleted file mode 100644 index 11a18ce1260..00000000000 --- a/stable/beets/2.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:02:51.572311495Z" diff --git a/stable/beets/2.0.12/charts/common-8.6.3.tgz b/stable/beets/2.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/beets/2.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/beets/2.0.12/CHANGELOG.md b/stable/beets/2.0.13/CHANGELOG.md similarity index 92% rename from stable/beets/2.0.12/CHANGELOG.md rename to stable/beets/2.0.13/CHANGELOG.md index 17fda925f51..1a06b02ab8a 100644 --- a/stable/beets/2.0.12/CHANGELOG.md +++ b/stable/beets/2.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [beets-2.0.13](https://github.com/truecharts/apps/compare/beets-2.0.12...beets-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [beets-2.0.12](https://github.com/truecharts/apps/compare/beets-2.0.11...beets-2.0.12) (2021-11-18) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [beets-2.0.4](https://github.com/truecharts/apps/compare/beets-2.0.3...beets-2.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/booksonic-air/4.0.11/CONFIG.md b/stable/beets/2.0.13/CONFIG.md similarity index 100% rename from stable/booksonic-air/4.0.11/CONFIG.md rename to stable/beets/2.0.13/CONFIG.md diff --git a/stable/beets/2.0.13/Chart.lock b/stable/beets/2.0.13/Chart.lock new file mode 100644 index 00000000000..ab1c79d52be --- /dev/null +++ b/stable/beets/2.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:22:31.455554545Z" diff --git a/stable/beets/2.0.12/Chart.yaml b/stable/beets/2.0.13/Chart.yaml similarity index 95% rename from stable/beets/2.0.12/Chart.yaml rename to stable/beets/2.0.13/Chart.yaml index 375f1a4fd83..5c71008655b 100644 --- a/stable/beets/2.0.12/Chart.yaml +++ b/stable/beets/2.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A music library manager and not, for the most part, a music player. home: https://github.com/truecharts/apps/tree/master/charts/stable/beets icon: https://github.com/truecharts/apps/raw/main/images/beets.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-beets - https://beets.io/ type: application -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/beets/2.0.12/README.md b/stable/beets/2.0.13/README.md similarity index 96% rename from stable/beets/2.0.12/README.md rename to stable/beets/2.0.13/README.md index c3847a087bf..e6865444b12 100644 --- a/stable/beets/2.0.12/README.md +++ b/stable/beets/2.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/beets/2.0.12/app-readme.md b/stable/beets/2.0.13/app-readme.md similarity index 100% rename from stable/beets/2.0.12/app-readme.md rename to stable/beets/2.0.13/app-readme.md diff --git a/stable/beets/2.0.13/charts/common-8.9.1.tgz b/stable/beets/2.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/beets/2.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/beets/2.0.12/helm-values.md b/stable/beets/2.0.13/helm-values.md similarity index 100% rename from stable/beets/2.0.12/helm-values.md rename to stable/beets/2.0.13/helm-values.md diff --git a/stable/beets/2.0.12/ix_values.yaml b/stable/beets/2.0.13/ix_values.yaml similarity index 100% rename from stable/beets/2.0.12/ix_values.yaml rename to stable/beets/2.0.13/ix_values.yaml diff --git a/stable/beets/2.0.12/questions.yaml b/stable/beets/2.0.13/questions.yaml similarity index 100% rename from stable/beets/2.0.12/questions.yaml rename to stable/beets/2.0.13/questions.yaml diff --git a/stable/beets/2.0.12/templates/common.yaml b/stable/beets/2.0.13/templates/common.yaml similarity index 100% rename from stable/beets/2.0.12/templates/common.yaml rename to stable/beets/2.0.13/templates/common.yaml diff --git a/stable/booksonic-air/4.0.11/values.yaml b/stable/beets/2.0.13/values.yaml similarity index 100% rename from stable/booksonic-air/4.0.11/values.yaml rename to stable/beets/2.0.13/values.yaml diff --git a/stable/booksonic-air/4.0.11/Chart.lock b/stable/booksonic-air/4.0.11/Chart.lock deleted file mode 100644 index 07a7d020cd4..00000000000 --- a/stable/booksonic-air/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:55:42.225907965Z" diff --git a/stable/booksonic-air/4.0.11/charts/common-8.6.3.tgz b/stable/booksonic-air/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/booksonic-air/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/booksonic-air/4.0.11/CHANGELOG.md b/stable/booksonic-air/4.0.12/CHANGELOG.md similarity index 91% rename from stable/booksonic-air/4.0.11/CHANGELOG.md rename to stable/booksonic-air/4.0.12/CHANGELOG.md index ccede349cef..f92364adebd 100644 --- a/stable/booksonic-air/4.0.11/CHANGELOG.md +++ b/stable/booksonic-air/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [booksonic-air-4.0.12](https://github.com/truecharts/apps/compare/booksonic-air-4.0.11...booksonic-air-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [booksonic-air-4.0.11](https://github.com/truecharts/apps/compare/booksonic-air-4.0.10...booksonic-air-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [booksonic-air-4.0.3](https://github.com/truecharts/apps/compare/booksonic-air-4.0.2...booksonic-air-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/calibre-web/9.0.10/CONFIG.md b/stable/booksonic-air/4.0.12/CONFIG.md similarity index 100% rename from stable/calibre-web/9.0.10/CONFIG.md rename to stable/booksonic-air/4.0.12/CONFIG.md diff --git a/stable/booksonic-air/4.0.12/Chart.lock b/stable/booksonic-air/4.0.12/Chart.lock new file mode 100644 index 00000000000..9c63abf8fc4 --- /dev/null +++ b/stable/booksonic-air/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:23:03.250582555Z" diff --git a/stable/booksonic-air/4.0.11/Chart.yaml b/stable/booksonic-air/4.0.12/Chart.yaml similarity index 95% rename from stable/booksonic-air/4.0.11/Chart.yaml rename to stable/booksonic-air/4.0.12/Chart.yaml index 68f06a364f5..db630df9abb 100644 --- a/stable/booksonic-air/4.0.11/Chart.yaml +++ b/stable/booksonic-air/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2009.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Booksonic is a platform for accessing the audibooks you own wherever you are home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air @@ -20,7 +20,7 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/booksonic-air/4.0.11/README.md b/stable/booksonic-air/4.0.12/README.md similarity index 96% rename from stable/booksonic-air/4.0.11/README.md rename to stable/booksonic-air/4.0.12/README.md index d6f85be0fbf..0053e6769e1 100644 --- a/stable/booksonic-air/4.0.11/README.md +++ b/stable/booksonic-air/4.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/booksonic-air/4.0.11/app-readme.md b/stable/booksonic-air/4.0.12/app-readme.md similarity index 100% rename from stable/booksonic-air/4.0.11/app-readme.md rename to stable/booksonic-air/4.0.12/app-readme.md diff --git a/stable/booksonic-air/4.0.12/charts/common-8.9.1.tgz b/stable/booksonic-air/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/booksonic-air/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/booksonic-air/4.0.11/helm-values.md b/stable/booksonic-air/4.0.12/helm-values.md similarity index 100% rename from stable/booksonic-air/4.0.11/helm-values.md rename to stable/booksonic-air/4.0.12/helm-values.md diff --git a/stable/booksonic-air/4.0.11/ix_values.yaml b/stable/booksonic-air/4.0.12/ix_values.yaml similarity index 100% rename from stable/booksonic-air/4.0.11/ix_values.yaml rename to stable/booksonic-air/4.0.12/ix_values.yaml diff --git a/stable/booksonic-air/4.0.11/questions.yaml b/stable/booksonic-air/4.0.12/questions.yaml similarity index 100% rename from stable/booksonic-air/4.0.11/questions.yaml rename to stable/booksonic-air/4.0.12/questions.yaml diff --git a/stable/booksonic-air/4.0.11/templates/common.yaml b/stable/booksonic-air/4.0.12/templates/common.yaml similarity index 100% rename from stable/booksonic-air/4.0.11/templates/common.yaml rename to stable/booksonic-air/4.0.12/templates/common.yaml diff --git a/stable/calibre-web/9.0.10/values.yaml b/stable/booksonic-air/4.0.12/values.yaml similarity index 100% rename from stable/calibre-web/9.0.10/values.yaml rename to stable/booksonic-air/4.0.12/values.yaml diff --git a/stable/calibre-web/9.0.10/Chart.lock b/stable/calibre-web/9.0.10/Chart.lock deleted file mode 100644 index b37338a1549..00000000000 --- a/stable/calibre-web/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:56:08.329470436Z" diff --git a/stable/calibre-web/9.0.10/charts/common-8.6.3.tgz b/stable/calibre-web/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/calibre-web/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/calibre-web/9.0.10/CHANGELOG.md b/stable/calibre-web/9.0.11/CHANGELOG.md similarity index 92% rename from stable/calibre-web/9.0.10/CHANGELOG.md rename to stable/calibre-web/9.0.11/CHANGELOG.md index f1a78bea8ed..1a48a43a59d 100644 --- a/stable/calibre-web/9.0.10/CHANGELOG.md +++ b/stable/calibre-web/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [calibre-web-9.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.10...calibre-web-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [calibre-web-9.0.10](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-web-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [calibre-web-9.0.2](https://github.com/truecharts/apps/compare/calibre-web-9.0.1...calibre-web-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/calibre/4.0.11/CONFIG.md b/stable/calibre-web/9.0.11/CONFIG.md similarity index 100% rename from stable/calibre/4.0.11/CONFIG.md rename to stable/calibre-web/9.0.11/CONFIG.md diff --git a/stable/calibre-web/9.0.11/Chart.lock b/stable/calibre-web/9.0.11/Chart.lock new file mode 100644 index 00000000000..2adabee1db0 --- /dev/null +++ b/stable/calibre-web/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:23:35.015965168Z" diff --git a/stable/calibre-web/9.0.10/Chart.yaml b/stable/calibre-web/9.0.11/Chart.yaml similarity index 96% rename from stable/calibre-web/9.0.10/Chart.yaml rename to stable/calibre-web/9.0.11/Chart.yaml index 820777d1c20..ac5d3aa1c4a 100644 --- a/stable/calibre-web/9.0.10/Chart.yaml +++ b/stable/calibre-web/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.12" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/calibre-web/9.0.10/README.md b/stable/calibre-web/9.0.11/README.md similarity index 96% rename from stable/calibre-web/9.0.10/README.md rename to stable/calibre-web/9.0.11/README.md index 6b5b563db4e..ac3c10deac1 100644 --- a/stable/calibre-web/9.0.10/README.md +++ b/stable/calibre-web/9.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/calibre-web/9.0.10/app-readme.md b/stable/calibre-web/9.0.11/app-readme.md similarity index 100% rename from stable/calibre-web/9.0.10/app-readme.md rename to stable/calibre-web/9.0.11/app-readme.md diff --git a/stable/calibre-web/9.0.11/charts/common-8.9.1.tgz b/stable/calibre-web/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/calibre-web/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/calibre-web/9.0.10/helm-values.md b/stable/calibre-web/9.0.11/helm-values.md similarity index 100% rename from stable/calibre-web/9.0.10/helm-values.md rename to stable/calibre-web/9.0.11/helm-values.md diff --git a/stable/calibre-web/9.0.10/ix_values.yaml b/stable/calibre-web/9.0.11/ix_values.yaml similarity index 100% rename from stable/calibre-web/9.0.10/ix_values.yaml rename to stable/calibre-web/9.0.11/ix_values.yaml diff --git a/stable/calibre-web/9.0.10/questions.yaml b/stable/calibre-web/9.0.11/questions.yaml similarity index 100% rename from stable/calibre-web/9.0.10/questions.yaml rename to stable/calibre-web/9.0.11/questions.yaml diff --git a/stable/calibre-web/9.0.10/templates/common.yaml b/stable/calibre-web/9.0.11/templates/common.yaml similarity index 100% rename from stable/calibre-web/9.0.10/templates/common.yaml rename to stable/calibre-web/9.0.11/templates/common.yaml diff --git a/stable/calibre/4.0.11/values.yaml b/stable/calibre-web/9.0.11/values.yaml similarity index 100% rename from stable/calibre/4.0.11/values.yaml rename to stable/calibre-web/9.0.11/values.yaml diff --git a/stable/calibre/4.0.11/Chart.lock b/stable/calibre/4.0.11/Chart.lock deleted file mode 100644 index 1602a74dc83..00000000000 --- a/stable/calibre/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:56:34.705430923Z" diff --git a/stable/calibre/4.0.11/charts/common-8.6.3.tgz b/stable/calibre/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/calibre/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/calibre/4.0.11/CHANGELOG.md b/stable/calibre/4.0.12/CHANGELOG.md similarity index 89% rename from stable/calibre/4.0.11/CHANGELOG.md rename to stable/calibre/4.0.12/CHANGELOG.md index 64bdc00f74b..1ae87987df2 100644 --- a/stable/calibre/4.0.11/CHANGELOG.md +++ b/stable/calibre/4.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [calibre-4.0.12](https://github.com/truecharts/apps/compare/calibre-4.0.11...calibre-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [calibre-4.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-4.0.11) (2021-11-16) @@ -84,16 +97,3 @@ * prevent duplicate port use and fix some questions.yaml mistakes * Update and change version scheme - - - - -### [calibre-4.0.4](https://github.com/truecharts/apps/compare/calibre-4.0.3...calibre-4.0.4) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - diff --git a/stable/cloud9/2.0.13/CONFIG.md b/stable/calibre/4.0.12/CONFIG.md similarity index 100% rename from stable/cloud9/2.0.13/CONFIG.md rename to stable/calibre/4.0.12/CONFIG.md diff --git a/stable/calibre/4.0.12/Chart.lock b/stable/calibre/4.0.12/Chart.lock new file mode 100644 index 00000000000..311d9acf2ed --- /dev/null +++ b/stable/calibre/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:24:07.130467178Z" diff --git a/stable/calibre/4.0.11/Chart.yaml b/stable/calibre/4.0.12/Chart.yaml similarity index 95% rename from stable/calibre/4.0.11/Chart.yaml rename to stable/calibre/4.0.12/Chart.yaml index a396a022db4..61acfb0da26 100644 --- a/stable/calibre/4.0.11/Chart.yaml +++ b/stable/calibre/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.32.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Calibre is a powerful and easy to use e-book manager. home: https://github.com/truechartsapps/tree/master/charts/stable/calibre icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png @@ -18,7 +18,7 @@ name: calibre sources: - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/calibre/4.0.11/README.md b/stable/calibre/4.0.12/README.md similarity index 96% rename from stable/calibre/4.0.11/README.md rename to stable/calibre/4.0.12/README.md index bd320b71d81..8b738627511 100644 --- a/stable/calibre/4.0.11/README.md +++ b/stable/calibre/4.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/calibre/4.0.11/app-readme.md b/stable/calibre/4.0.12/app-readme.md similarity index 100% rename from stable/calibre/4.0.11/app-readme.md rename to stable/calibre/4.0.12/app-readme.md diff --git a/stable/calibre/4.0.12/charts/common-8.9.1.tgz b/stable/calibre/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/calibre/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/calibre/4.0.11/helm-values.md b/stable/calibre/4.0.12/helm-values.md similarity index 100% rename from stable/calibre/4.0.11/helm-values.md rename to stable/calibre/4.0.12/helm-values.md diff --git a/stable/calibre/4.0.11/ix_values.yaml b/stable/calibre/4.0.12/ix_values.yaml similarity index 96% rename from stable/calibre/4.0.11/ix_values.yaml rename to stable/calibre/4.0.12/ix_values.yaml index 425c32ca191..ecda1f0d00f 100644 --- a/stable/calibre/4.0.11/ix_values.yaml +++ b/stable/calibre/4.0.12/ix_values.yaml @@ -49,14 +49,12 @@ service: port: 8080 targetPort: 8080 webserver: - enabled: false - type: ClusterIP + enabled: true ports: webserver: enabled: true port: 8081 targetPort: 8081 - protocol: TCP # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml diff --git a/stable/calibre/4.0.11/questions.yaml b/stable/calibre/4.0.12/questions.yaml similarity index 99% rename from stable/calibre/4.0.11/questions.yaml rename to stable/calibre/4.0.12/questions.yaml index 3227bd4bd95..900a91fe4fb 100644 --- a/stable/calibre/4.0.11/questions.yaml +++ b/stable/calibre/4.0.12/questions.yaml @@ -466,6 +466,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/calibre/4.0.11/templates/common.yaml b/stable/calibre/4.0.12/templates/common.yaml similarity index 100% rename from stable/calibre/4.0.11/templates/common.yaml rename to stable/calibre/4.0.12/templates/common.yaml diff --git a/stable/cloud9/2.0.13/values.yaml b/stable/calibre/4.0.12/values.yaml similarity index 100% rename from stable/cloud9/2.0.13/values.yaml rename to stable/calibre/4.0.12/values.yaml diff --git a/stable/cloud9/2.0.13/Chart.lock b/stable/cloud9/2.0.13/Chart.lock deleted file mode 100644 index 73acadf0af6..00000000000 --- a/stable/cloud9/2.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:03:20.187281026Z" diff --git a/stable/cloud9/2.0.13/charts/common-8.6.3.tgz b/stable/cloud9/2.0.13/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/cloud9/2.0.13/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/cloud9/2.0.13/CHANGELOG.md b/stable/cloud9/2.0.14/CHANGELOG.md similarity index 91% rename from stable/cloud9/2.0.13/CHANGELOG.md rename to stable/cloud9/2.0.14/CHANGELOG.md index 9002dd8331f..baf0194ccde 100644 --- a/stable/cloud9/2.0.13/CHANGELOG.md +++ b/stable/cloud9/2.0.14/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cloud9-2.0.14](https://github.com/truecharts/apps/compare/cloud9-2.0.13...cloud9-2.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cloud9-2.0.13](https://github.com/truecharts/apps/compare/cloud9-2.0.12...cloud9-2.0.13) (2021-11-18) @@ -88,12 +97,3 @@ * Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) -#### Fix - -* fix persistence variable name ([#1275](https://github.com/truecharts/apps/issues/1275)) - - - - -### [cloud9-2.0.5](https://github.com/truecharts/apps/compare/cloud9-2.0.4...cloud9-2.0.5) (2021-11-02) - diff --git a/stable/code-server/2.0.10/CONFIG.md b/stable/cloud9/2.0.14/CONFIG.md similarity index 100% rename from stable/code-server/2.0.10/CONFIG.md rename to stable/cloud9/2.0.14/CONFIG.md diff --git a/stable/cloud9/2.0.14/Chart.lock b/stable/cloud9/2.0.14/Chart.lock new file mode 100644 index 00000000000..c2f2f8270fa --- /dev/null +++ b/stable/cloud9/2.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:24:39.232221303Z" diff --git a/stable/cloud9/2.0.13/Chart.yaml b/stable/cloud9/2.0.14/Chart.yaml similarity index 95% rename from stable/cloud9/2.0.13/Chart.yaml rename to stable/cloud9/2.0.14/Chart.yaml index d3ad3daba9e..0e42105d92c 100644 --- a/stable/cloud9/2.0.13/Chart.yaml +++ b/stable/cloud9/2.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.29.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A complete web based IDE with terminal access home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png @@ -23,7 +23,7 @@ sources: - https://github.com/c9/core - https://hub.docker.com/r/linuxserver/cloud9 type: application -version: 2.0.13 +version: 2.0.14 annotations: truecharts.org/catagories: | - media diff --git a/stable/cloud9/2.0.13/README.md b/stable/cloud9/2.0.14/README.md similarity index 96% rename from stable/cloud9/2.0.13/README.md rename to stable/cloud9/2.0.14/README.md index 4735cf77bd1..5b0b20b6f44 100644 --- a/stable/cloud9/2.0.13/README.md +++ b/stable/cloud9/2.0.14/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/cloud9/2.0.13/app-readme.md b/stable/cloud9/2.0.14/app-readme.md similarity index 100% rename from stable/cloud9/2.0.13/app-readme.md rename to stable/cloud9/2.0.14/app-readme.md diff --git a/stable/cloud9/2.0.14/charts/common-8.9.1.tgz b/stable/cloud9/2.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/cloud9/2.0.14/charts/common-8.9.1.tgz differ diff --git a/stable/cloud9/2.0.13/helm-values.md b/stable/cloud9/2.0.14/helm-values.md similarity index 100% rename from stable/cloud9/2.0.13/helm-values.md rename to stable/cloud9/2.0.14/helm-values.md diff --git a/stable/cloud9/2.0.13/ix_values.yaml b/stable/cloud9/2.0.14/ix_values.yaml similarity index 100% rename from stable/cloud9/2.0.13/ix_values.yaml rename to stable/cloud9/2.0.14/ix_values.yaml diff --git a/stable/cloud9/2.0.13/questions.yaml b/stable/cloud9/2.0.14/questions.yaml similarity index 100% rename from stable/cloud9/2.0.13/questions.yaml rename to stable/cloud9/2.0.14/questions.yaml diff --git a/stable/cloud9/2.0.13/templates/common.yaml b/stable/cloud9/2.0.14/templates/common.yaml similarity index 100% rename from stable/cloud9/2.0.13/templates/common.yaml rename to stable/cloud9/2.0.14/templates/common.yaml diff --git a/stable/code-server/2.0.10/values.yaml b/stable/cloud9/2.0.14/values.yaml similarity index 100% rename from stable/code-server/2.0.10/values.yaml rename to stable/cloud9/2.0.14/values.yaml diff --git a/stable/code-server/2.0.10/Chart.lock b/stable/code-server/2.0.10/Chart.lock deleted file mode 100644 index 12f7d6aabce..00000000000 --- a/stable/code-server/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:57:26.712771454Z" diff --git a/stable/code-server/2.0.10/charts/common-8.6.3.tgz b/stable/code-server/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/code-server/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/code-server/2.0.10/CHANGELOG.md b/stable/code-server/2.0.11/CHANGELOG.md similarity index 92% rename from stable/code-server/2.0.10/CHANGELOG.md rename to stable/code-server/2.0.11/CHANGELOG.md index a6bf95f4e5c..96a36c672e4 100644 --- a/stable/code-server/2.0.10/CHANGELOG.md +++ b/stable/code-server/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [code-server-2.0.11](https://github.com/truecharts/apps/compare/code-server-2.0.10...code-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [code-server-2.0.10](https://github.com/truecharts/apps/compare/code-server-2.0.9...code-server-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [code-server-2.0.2](https://github.com/truecharts/apps/compare/code-server-2.0.1...code-server-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/collabora-online/9.0.11/CONFIG.md b/stable/code-server/2.0.11/CONFIG.md similarity index 100% rename from stable/collabora-online/9.0.11/CONFIG.md rename to stable/code-server/2.0.11/CONFIG.md diff --git a/stable/code-server/2.0.11/Chart.lock b/stable/code-server/2.0.11/Chart.lock new file mode 100644 index 00000000000..2861e5c919b --- /dev/null +++ b/stable/code-server/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:25:11.173164825Z" diff --git a/stable/code-server/2.0.10/Chart.yaml b/stable/code-server/2.0.11/Chart.yaml similarity index 95% rename from stable/code-server/2.0.10/Chart.yaml rename to stable/code-server/2.0.11/Chart.yaml index 0e099eaf903..f67bb1bf06b 100644 --- a/stable/code-server/2.0.10/Chart.yaml +++ b/stable/code-server/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.11.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Run VS Code on any machine anywhere and access it in the browser. home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg @@ -22,7 +22,7 @@ sources: - https://github.com/cdr/code-server - https://hub.docker.com/r/linuxserver/code-server type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/code-server/2.0.10/README.md b/stable/code-server/2.0.11/README.md similarity index 96% rename from stable/code-server/2.0.10/README.md rename to stable/code-server/2.0.11/README.md index e9ca4b38fdc..0820aecb66c 100644 --- a/stable/code-server/2.0.10/README.md +++ b/stable/code-server/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/code-server/2.0.10/app-readme.md b/stable/code-server/2.0.11/app-readme.md similarity index 100% rename from stable/code-server/2.0.10/app-readme.md rename to stable/code-server/2.0.11/app-readme.md diff --git a/stable/code-server/2.0.11/charts/common-8.9.1.tgz b/stable/code-server/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/code-server/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/code-server/2.0.10/helm-values.md b/stable/code-server/2.0.11/helm-values.md similarity index 100% rename from stable/code-server/2.0.10/helm-values.md rename to stable/code-server/2.0.11/helm-values.md diff --git a/stable/code-server/2.0.10/ix_values.yaml b/stable/code-server/2.0.11/ix_values.yaml similarity index 100% rename from stable/code-server/2.0.10/ix_values.yaml rename to stable/code-server/2.0.11/ix_values.yaml diff --git a/stable/code-server/2.0.10/questions.yaml b/stable/code-server/2.0.11/questions.yaml similarity index 100% rename from stable/code-server/2.0.10/questions.yaml rename to stable/code-server/2.0.11/questions.yaml diff --git a/stable/code-server/2.0.10/templates/common.yaml b/stable/code-server/2.0.11/templates/common.yaml similarity index 100% rename from stable/code-server/2.0.10/templates/common.yaml rename to stable/code-server/2.0.11/templates/common.yaml diff --git a/stable/collabora-online/9.0.11/values.yaml b/stable/code-server/2.0.11/values.yaml similarity index 100% rename from stable/collabora-online/9.0.11/values.yaml rename to stable/code-server/2.0.11/values.yaml diff --git a/stable/collabora-online/9.0.11/Chart.lock b/stable/collabora-online/9.0.11/Chart.lock deleted file mode 100644 index 2f9302d2fd8..00000000000 --- a/stable/collabora-online/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:57:53.221588947Z" diff --git a/stable/collabora-online/9.0.11/charts/common-8.6.3.tgz b/stable/collabora-online/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/collabora-online/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/collabora-online/9.0.11/CHANGELOG.md b/stable/collabora-online/9.0.12/CHANGELOG.md similarity index 91% rename from stable/collabora-online/9.0.11/CHANGELOG.md rename to stable/collabora-online/9.0.12/CHANGELOG.md index a15ebe99fdf..65989013ba1 100644 --- a/stable/collabora-online/9.0.11/CHANGELOG.md +++ b/stable/collabora-online/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [collabora-online-9.0.12](https://github.com/truecharts/apps/compare/collabora-online-9.0.11...collabora-online-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [collabora-online-9.0.11](https://github.com/truecharts/apps/compare/collabora-online-9.0.10...collabora-online-9.0.11) (2021-11-16) @@ -88,12 +97,3 @@ ### [collabora-online-9.0.4](https://github.com/truecharts/apps/compare/collabora-online-9.0.3...collabora-online-9.0.4) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [collabora-online-9.0.3](https://github.com/truecharts/apps/compare/collabora-online-9.0.2...collabora-online-9.0.3) (2021-11-01) - -#### Chore diff --git a/stable/cryptofolio/2.0.10/CONFIG.md b/stable/collabora-online/9.0.12/CONFIG.md similarity index 100% rename from stable/cryptofolio/2.0.10/CONFIG.md rename to stable/collabora-online/9.0.12/CONFIG.md diff --git a/stable/collabora-online/9.0.12/Chart.lock b/stable/collabora-online/9.0.12/Chart.lock new file mode 100644 index 00000000000..d15b4bf482d --- /dev/null +++ b/stable/collabora-online/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:25:43.340575203Z" diff --git a/stable/collabora-online/9.0.11/Chart.yaml b/stable/collabora-online/9.0.12/Chart.yaml similarity index 96% rename from stable/collabora-online/9.0.11/Chart.yaml rename to stable/collabora-online/9.0.12/Chart.yaml index d7f277bd7f3..e49b01089d7 100644 --- a/stable/collabora-online/9.0.11/Chart.yaml +++ b/stable/collabora-online/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.4.14.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ \ suite image suitable for home use." @@ -22,7 +22,7 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - office diff --git a/stable/collabora-online/9.0.11/README.md b/stable/collabora-online/9.0.12/README.md similarity index 96% rename from stable/collabora-online/9.0.11/README.md rename to stable/collabora-online/9.0.12/README.md index d4bc52e66db..90362b42bbb 100644 --- a/stable/collabora-online/9.0.11/README.md +++ b/stable/collabora-online/9.0.12/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/collabora-online/9.0.11/app-readme.md b/stable/collabora-online/9.0.12/app-readme.md similarity index 100% rename from stable/collabora-online/9.0.11/app-readme.md rename to stable/collabora-online/9.0.12/app-readme.md diff --git a/stable/collabora-online/9.0.12/charts/common-8.9.1.tgz b/stable/collabora-online/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/collabora-online/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/collabora-online/9.0.11/helm-values.md b/stable/collabora-online/9.0.12/helm-values.md similarity index 100% rename from stable/collabora-online/9.0.11/helm-values.md rename to stable/collabora-online/9.0.12/helm-values.md diff --git a/stable/collabora-online/9.0.11/ix_values.yaml b/stable/collabora-online/9.0.12/ix_values.yaml similarity index 100% rename from stable/collabora-online/9.0.11/ix_values.yaml rename to stable/collabora-online/9.0.12/ix_values.yaml diff --git a/stable/collabora-online/9.0.11/questions.yaml b/stable/collabora-online/9.0.12/questions.yaml similarity index 100% rename from stable/collabora-online/9.0.11/questions.yaml rename to stable/collabora-online/9.0.12/questions.yaml diff --git a/stable/collabora-online/9.0.11/templates/common.yaml b/stable/collabora-online/9.0.12/templates/common.yaml similarity index 100% rename from stable/collabora-online/9.0.11/templates/common.yaml rename to stable/collabora-online/9.0.12/templates/common.yaml diff --git a/stable/cryptofolio/2.0.10/values.yaml b/stable/collabora-online/9.0.12/values.yaml similarity index 100% rename from stable/cryptofolio/2.0.10/values.yaml rename to stable/collabora-online/9.0.12/values.yaml diff --git a/stable/cryptofolio/2.0.10/Chart.lock b/stable/cryptofolio/2.0.10/Chart.lock deleted file mode 100644 index 685cebdbcf3..00000000000 --- a/stable/cryptofolio/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:58:19.307976563Z" diff --git a/stable/cryptofolio/2.0.10/charts/common-8.6.3.tgz b/stable/cryptofolio/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/cryptofolio/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/cryptofolio/2.0.10/CHANGELOG.md b/stable/cryptofolio/2.0.11/CHANGELOG.md similarity index 92% rename from stable/cryptofolio/2.0.10/CHANGELOG.md rename to stable/cryptofolio/2.0.11/CHANGELOG.md index aba3020a099..735248cc53b 100644 --- a/stable/cryptofolio/2.0.10/CHANGELOG.md +++ b/stable/cryptofolio/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cryptofolio-2.0.11](https://github.com/truecharts/apps/compare/cryptofolio-2.0.10...cryptofolio-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cryptofolio-2.0.10](https://github.com/truecharts/apps/compare/cryptofolio-2.0.9...cryptofolio-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [cryptofolio-2.0.2](https://github.com/truecharts/apps/compare/cryptofolio-2.0.1...cryptofolio-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/custom-app/3.0.18/CONFIG.md b/stable/cryptofolio/2.0.11/CONFIG.md similarity index 100% rename from stable/custom-app/3.0.18/CONFIG.md rename to stable/cryptofolio/2.0.11/CONFIG.md diff --git a/stable/cryptofolio/2.0.11/Chart.lock b/stable/cryptofolio/2.0.11/Chart.lock new file mode 100644 index 00000000000..54321b14523 --- /dev/null +++ b/stable/cryptofolio/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:26:15.068764134Z" diff --git a/stable/cryptofolio/2.0.10/Chart.yaml b/stable/cryptofolio/2.0.11/Chart.yaml similarity index 95% rename from stable/cryptofolio/2.0.10/Chart.yaml rename to stable/cryptofolio/2.0.11/Chart.yaml index c814770b930..317eefed955 100644 --- a/stable/cryptofolio/2.0.10/Chart.yaml +++ b/stable/cryptofolio/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Track your cryptocurrency holdings/portfolio home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png @@ -17,7 +17,7 @@ maintainers: name: cryptofolio sources: - https://github.com/Xtrendence/cryptofolio -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/cryptofolio/2.0.10/README.md b/stable/cryptofolio/2.0.11/README.md similarity index 96% rename from stable/cryptofolio/2.0.10/README.md rename to stable/cryptofolio/2.0.11/README.md index da84ebfacfb..3f52f02e329 100644 --- a/stable/cryptofolio/2.0.10/README.md +++ b/stable/cryptofolio/2.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/cryptofolio/2.0.10/app-readme.md b/stable/cryptofolio/2.0.11/app-readme.md similarity index 100% rename from stable/cryptofolio/2.0.10/app-readme.md rename to stable/cryptofolio/2.0.11/app-readme.md diff --git a/stable/cryptofolio/2.0.11/charts/common-8.9.1.tgz b/stable/cryptofolio/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/cryptofolio/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/cryptofolio/2.0.10/helm-values.md b/stable/cryptofolio/2.0.11/helm-values.md similarity index 100% rename from stable/cryptofolio/2.0.10/helm-values.md rename to stable/cryptofolio/2.0.11/helm-values.md diff --git a/stable/cryptofolio/2.0.10/ix_values.yaml b/stable/cryptofolio/2.0.11/ix_values.yaml similarity index 100% rename from stable/cryptofolio/2.0.10/ix_values.yaml rename to stable/cryptofolio/2.0.11/ix_values.yaml diff --git a/stable/cryptofolio/2.0.10/questions.yaml b/stable/cryptofolio/2.0.11/questions.yaml similarity index 100% rename from stable/cryptofolio/2.0.10/questions.yaml rename to stable/cryptofolio/2.0.11/questions.yaml diff --git a/stable/cryptofolio/2.0.10/templates/common.yaml b/stable/cryptofolio/2.0.11/templates/common.yaml similarity index 100% rename from stable/cryptofolio/2.0.10/templates/common.yaml rename to stable/cryptofolio/2.0.11/templates/common.yaml diff --git a/stable/custom-app/3.0.18/values.yaml b/stable/cryptofolio/2.0.11/values.yaml similarity index 100% rename from stable/custom-app/3.0.18/values.yaml rename to stable/cryptofolio/2.0.11/values.yaml diff --git a/stable/custom-app/3.0.18/Chart.lock b/stable/custom-app/3.0.18/Chart.lock deleted file mode 100644 index e484efc83aa..00000000000 --- a/stable/custom-app/3.0.18/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:02:34.263800845Z" diff --git a/stable/custom-app/3.0.18/charts/common-8.6.3.tgz b/stable/custom-app/3.0.18/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/custom-app/3.0.18/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/custom-app/3.0.18/CHANGELOG.md b/stable/custom-app/3.0.19/CHANGELOG.md similarity index 91% rename from stable/custom-app/3.0.18/CHANGELOG.md rename to stable/custom-app/3.0.19/CHANGELOG.md index 74325313938..598de37d518 100644 --- a/stable/custom-app/3.0.18/CHANGELOG.md +++ b/stable/custom-app/3.0.19/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-3.0.19](https://github.com/truecharts/apps/compare/custom-app-3.0.18...custom-app-3.0.19) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [custom-app-3.0.18](https://github.com/truecharts/apps/compare/custom-app-3.0.17...custom-app-3.0.18) (2021-11-22) @@ -88,12 +97,3 @@ * update non-major docker tags ([#1300](https://github.com/truecharts/apps/issues/1300)) * update non-major ([#1296](https://github.com/truecharts/apps/issues/1296)) - - - -### [custom-app-3.0.9](https://github.com/truecharts/apps/compare/custom-app-3.0.8...custom-app-3.0.9) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - diff --git a/stable/davos/2.0.10/CONFIG.md b/stable/custom-app/3.0.19/CONFIG.md similarity index 100% rename from stable/davos/2.0.10/CONFIG.md rename to stable/custom-app/3.0.19/CONFIG.md diff --git a/stable/custom-app/3.0.19/Chart.lock b/stable/custom-app/3.0.19/Chart.lock new file mode 100644 index 00000000000..1197782fc90 --- /dev/null +++ b/stable/custom-app/3.0.19/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:26:46.781738701Z" diff --git a/stable/custom-app/3.0.18/Chart.yaml b/stable/custom-app/3.0.19/Chart.yaml similarity index 95% rename from stable/custom-app/3.0.18/Chart.yaml rename to stable/custom-app/3.0.19/Chart.yaml index 00164c2fc3c..2de1607c8d0 100644 --- a/stable/custom-app/3.0.18/Chart.yaml +++ b/stable/custom-app/3.0.19/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.20.53" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Advanced tool to create your own TrueCharts-based App home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 3.0.18 +version: 3.0.19 annotations: truecharts.org/catagories: | - custom diff --git a/stable/custom-app/3.0.18/README.md b/stable/custom-app/3.0.19/README.md similarity index 96% rename from stable/custom-app/3.0.18/README.md rename to stable/custom-app/3.0.19/README.md index 2c54bebb3e3..c2e53dc0c61 100644 --- a/stable/custom-app/3.0.18/README.md +++ b/stable/custom-app/3.0.19/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/custom-app/3.0.18/app-readme.md b/stable/custom-app/3.0.19/app-readme.md similarity index 100% rename from stable/custom-app/3.0.18/app-readme.md rename to stable/custom-app/3.0.19/app-readme.md diff --git a/stable/custom-app/3.0.19/charts/common-8.9.1.tgz b/stable/custom-app/3.0.19/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/custom-app/3.0.19/charts/common-8.9.1.tgz differ diff --git a/stable/custom-app/3.0.18/ci/test-values.yaml b/stable/custom-app/3.0.19/ci/test-values.yaml similarity index 100% rename from stable/custom-app/3.0.18/ci/test-values.yaml rename to stable/custom-app/3.0.19/ci/test-values.yaml diff --git a/stable/custom-app/3.0.18/helm-values.md b/stable/custom-app/3.0.19/helm-values.md similarity index 100% rename from stable/custom-app/3.0.18/helm-values.md rename to stable/custom-app/3.0.19/helm-values.md diff --git a/stable/custom-app/3.0.18/ix_values.yaml b/stable/custom-app/3.0.19/ix_values.yaml similarity index 100% rename from stable/custom-app/3.0.18/ix_values.yaml rename to stable/custom-app/3.0.19/ix_values.yaml diff --git a/stable/custom-app/3.0.18/questions.yaml b/stable/custom-app/3.0.19/questions.yaml similarity index 100% rename from stable/custom-app/3.0.18/questions.yaml rename to stable/custom-app/3.0.19/questions.yaml diff --git a/stable/custom-app/3.0.18/templates/common.yaml b/stable/custom-app/3.0.19/templates/common.yaml similarity index 100% rename from stable/custom-app/3.0.18/templates/common.yaml rename to stable/custom-app/3.0.19/templates/common.yaml diff --git a/stable/davos/2.0.10/values.yaml b/stable/custom-app/3.0.19/values.yaml similarity index 100% rename from stable/davos/2.0.10/values.yaml rename to stable/custom-app/3.0.19/values.yaml diff --git a/stable/davos/2.0.10/Chart.lock b/stable/davos/2.0.10/Chart.lock deleted file mode 100644 index 76cea9fa4a4..00000000000 --- a/stable/davos/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:59:12.260755391Z" diff --git a/stable/davos/2.0.10/charts/common-8.6.3.tgz b/stable/davos/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/davos/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/davos/2.0.10/CHANGELOG.md b/stable/davos/2.0.11/CHANGELOG.md similarity index 92% rename from stable/davos/2.0.10/CHANGELOG.md rename to stable/davos/2.0.11/CHANGELOG.md index d013ec36017..3d780061017 100644 --- a/stable/davos/2.0.10/CHANGELOG.md +++ b/stable/davos/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [davos-2.0.11](https://github.com/truecharts/apps/compare/davos-2.0.10...davos-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [davos-2.0.10](https://github.com/truecharts/apps/compare/davos-2.0.9...davos-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [davos-2.0.2](https://github.com/truecharts/apps/compare/davos-2.0.1...davos-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/deconz/4.0.10/CONFIG.md b/stable/davos/2.0.11/CONFIG.md similarity index 100% rename from stable/deconz/4.0.10/CONFIG.md rename to stable/davos/2.0.11/CONFIG.md diff --git a/stable/davos/2.0.11/Chart.lock b/stable/davos/2.0.11/Chart.lock new file mode 100644 index 00000000000..e1cda2b34d9 --- /dev/null +++ b/stable/davos/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:27:18.612421129Z" diff --git a/stable/davos/2.0.10/Chart.yaml b/stable/davos/2.0.11/Chart.yaml similarity index 95% rename from stable/davos/2.0.10/Chart.yaml rename to stable/davos/2.0.11/Chart.yaml index d8b43a2a597..411333104fd 100644 --- a/stable/davos/2.0.10/Chart.yaml +++ b/stable/davos/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An FTP automation tool that periodically scans given host locations for new files. home: https://github.com/truecharts/apps/tree/master/charts/stable/davos @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-davos - https://github.com/linuxserver/davos/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/davos/2.0.10/README.md b/stable/davos/2.0.11/README.md similarity index 96% rename from stable/davos/2.0.10/README.md rename to stable/davos/2.0.11/README.md index 44523c6cfbf..d86092fb7a7 100644 --- a/stable/davos/2.0.10/README.md +++ b/stable/davos/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/davos/2.0.10/app-readme.md b/stable/davos/2.0.11/app-readme.md similarity index 100% rename from stable/davos/2.0.10/app-readme.md rename to stable/davos/2.0.11/app-readme.md diff --git a/stable/davos/2.0.11/charts/common-8.9.1.tgz b/stable/davos/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/davos/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/davos/2.0.10/helm-values.md b/stable/davos/2.0.11/helm-values.md similarity index 100% rename from stable/davos/2.0.10/helm-values.md rename to stable/davos/2.0.11/helm-values.md diff --git a/stable/davos/2.0.10/ix_values.yaml b/stable/davos/2.0.11/ix_values.yaml similarity index 100% rename from stable/davos/2.0.10/ix_values.yaml rename to stable/davos/2.0.11/ix_values.yaml diff --git a/stable/davos/2.0.10/questions.yaml b/stable/davos/2.0.11/questions.yaml similarity index 100% rename from stable/davos/2.0.10/questions.yaml rename to stable/davos/2.0.11/questions.yaml diff --git a/stable/davos/2.0.10/templates/common.yaml b/stable/davos/2.0.11/templates/common.yaml similarity index 100% rename from stable/davos/2.0.10/templates/common.yaml rename to stable/davos/2.0.11/templates/common.yaml diff --git a/stable/deconz/4.0.10/values.yaml b/stable/davos/2.0.11/values.yaml similarity index 100% rename from stable/deconz/4.0.10/values.yaml rename to stable/davos/2.0.11/values.yaml diff --git a/stable/deconz/4.0.10/Chart.lock b/stable/deconz/4.0.10/Chart.lock deleted file mode 100644 index 470b3d4632b..00000000000 --- a/stable/deconz/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:59:38.701979958Z" diff --git a/stable/deconz/4.0.10/charts/common-8.6.3.tgz b/stable/deconz/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/deconz/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/deconz/4.0.10/CHANGELOG.md b/stable/deconz/4.0.11/CHANGELOG.md similarity index 88% rename from stable/deconz/4.0.10/CHANGELOG.md rename to stable/deconz/4.0.11/CHANGELOG.md index 90dc766c074..03355e4ed20 100644 --- a/stable/deconz/4.0.10/CHANGELOG.md +++ b/stable/deconz/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deconz-4.0.11](https://github.com/truecharts/apps/compare/deconz-4.0.10...deconz-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deconz-4.0.10](https://github.com/truecharts/apps/compare/deconz-4.0.9...deconz-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [deconz-4.0.3](https://github.com/truecharts/apps/compare/deconz-4.0.2...deconz-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [deconz-4.0.2](https://github.com/truecharts/apps/compare/deconz-4.0.1...deconz-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/deepstack-cpu/7.0.10/CONFIG.md b/stable/deconz/4.0.11/CONFIG.md similarity index 100% rename from stable/deepstack-cpu/7.0.10/CONFIG.md rename to stable/deconz/4.0.11/CONFIG.md diff --git a/stable/deconz/4.0.11/Chart.lock b/stable/deconz/4.0.11/Chart.lock new file mode 100644 index 00000000000..5b5166596a1 --- /dev/null +++ b/stable/deconz/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:27:50.911656528Z" diff --git a/stable/deconz/4.0.10/Chart.yaml b/stable/deconz/4.0.11/Chart.yaml similarity index 96% rename from stable/deconz/4.0.10/Chart.yaml rename to stable/deconz/4.0.11/Chart.yaml index 98ed6c06459..425b5f80055 100644 --- a/stable/deconz/4.0.10/Chart.yaml +++ b/stable/deconz/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.13.01" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. home: https://github.com/truechartsapps/tree/master/charts/stable/deconz @@ -22,7 +22,7 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/deconz/4.0.10/README.md b/stable/deconz/4.0.11/README.md similarity index 96% rename from stable/deconz/4.0.10/README.md rename to stable/deconz/4.0.11/README.md index 8db6836f4d3..b1242637be2 100644 --- a/stable/deconz/4.0.10/README.md +++ b/stable/deconz/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/deconz/4.0.10/app-readme.md b/stable/deconz/4.0.11/app-readme.md similarity index 100% rename from stable/deconz/4.0.10/app-readme.md rename to stable/deconz/4.0.11/app-readme.md diff --git a/stable/deconz/4.0.11/charts/common-8.9.1.tgz b/stable/deconz/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/deconz/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/deconz/4.0.10/helm-values.md b/stable/deconz/4.0.11/helm-values.md similarity index 100% rename from stable/deconz/4.0.10/helm-values.md rename to stable/deconz/4.0.11/helm-values.md diff --git a/stable/deconz/4.0.10/ix_values.yaml b/stable/deconz/4.0.11/ix_values.yaml similarity index 100% rename from stable/deconz/4.0.10/ix_values.yaml rename to stable/deconz/4.0.11/ix_values.yaml diff --git a/stable/deconz/4.0.10/questions.yaml b/stable/deconz/4.0.11/questions.yaml similarity index 99% rename from stable/deconz/4.0.10/questions.yaml rename to stable/deconz/4.0.11/questions.yaml index a411c4909ec..e815137c360 100644 --- a/stable/deconz/4.0.10/questions.yaml +++ b/stable/deconz/4.0.11/questions.yaml @@ -473,6 +473,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -573,6 +579,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/deconz/4.0.10/templates/common.yaml b/stable/deconz/4.0.11/templates/common.yaml similarity index 100% rename from stable/deconz/4.0.10/templates/common.yaml rename to stable/deconz/4.0.11/templates/common.yaml diff --git a/stable/deepstack-cpu/7.0.10/values.yaml b/stable/deconz/4.0.11/values.yaml similarity index 100% rename from stable/deepstack-cpu/7.0.10/values.yaml rename to stable/deconz/4.0.11/values.yaml diff --git a/stable/deepstack-cpu/7.0.10/Chart.lock b/stable/deepstack-cpu/7.0.10/Chart.lock deleted file mode 100644 index 59b19903c63..00000000000 --- a/stable/deepstack-cpu/7.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:00:05.102067014Z" diff --git a/stable/deepstack-cpu/7.0.10/charts/common-8.6.3.tgz b/stable/deepstack-cpu/7.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/deepstack-cpu/7.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/deepstack-cpu/7.0.10/CHANGELOG.md b/stable/deepstack-cpu/7.0.11/CHANGELOG.md similarity index 88% rename from stable/deepstack-cpu/7.0.10/CHANGELOG.md rename to stable/deepstack-cpu/7.0.11/CHANGELOG.md index c67cc5471a7..d7b60cba904 100644 --- a/stable/deepstack-cpu/7.0.10/CHANGELOG.md +++ b/stable/deepstack-cpu/7.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-cpu-7.0.11](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.10...deepstack-cpu-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-cpu-7.0.10](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.9...deepstack-cpu-7.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [deepstack-cpu-7.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.2...deepstack-cpu-7.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [deepstack-cpu-7.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.1...deepstack-cpu-7.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/deepstack-gpu/2.0.10/CONFIG.md b/stable/deepstack-cpu/7.0.11/CONFIG.md similarity index 100% rename from stable/deepstack-gpu/2.0.10/CONFIG.md rename to stable/deepstack-cpu/7.0.11/CONFIG.md diff --git a/stable/deepstack-cpu/7.0.11/Chart.lock b/stable/deepstack-cpu/7.0.11/Chart.lock new file mode 100644 index 00000000000..5da9cbefff2 --- /dev/null +++ b/stable/deepstack-cpu/7.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:28:22.84934788Z" diff --git a/stable/deepstack-cpu/7.0.10/Chart.yaml b/stable/deepstack-cpu/7.0.11/Chart.yaml similarity index 96% rename from stable/deepstack-cpu/7.0.10/Chart.yaml rename to stable/deepstack-cpu/7.0.11/Chart.yaml index 5ffb19c78e4..8820d9d099f 100644 --- a/stable/deepstack-cpu/7.0.10/Chart.yaml +++ b/stable/deepstack-cpu/7.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "cpu" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - AI diff --git a/stable/deepstack-cpu/7.0.10/README.md b/stable/deepstack-cpu/7.0.11/README.md similarity index 96% rename from stable/deepstack-cpu/7.0.10/README.md rename to stable/deepstack-cpu/7.0.11/README.md index 1319b86587f..959fcf65c5c 100644 --- a/stable/deepstack-cpu/7.0.10/README.md +++ b/stable/deepstack-cpu/7.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/deepstack-cpu/7.0.10/app-readme.md b/stable/deepstack-cpu/7.0.11/app-readme.md similarity index 100% rename from stable/deepstack-cpu/7.0.10/app-readme.md rename to stable/deepstack-cpu/7.0.11/app-readme.md diff --git a/stable/deepstack-cpu/7.0.11/charts/common-8.9.1.tgz b/stable/deepstack-cpu/7.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/deepstack-cpu/7.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/deepstack-cpu/7.0.10/helm-values.md b/stable/deepstack-cpu/7.0.11/helm-values.md similarity index 97% rename from stable/deepstack-cpu/7.0.10/helm-values.md rename to stable/deepstack-cpu/7.0.11/helm-values.md index ba4778e8589..8fd76881e4c 100644 --- a/stable/deepstack-cpu/7.0.10/helm-values.md +++ b/stable/deepstack-cpu/7.0.11/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/stable/deepstack-cpu/7.0.10/ix_values.yaml b/stable/deepstack-cpu/7.0.11/ix_values.yaml similarity index 97% rename from stable/deepstack-cpu/7.0.10/ix_values.yaml rename to stable/deepstack-cpu/7.0.11/ix_values.yaml index f5c852a48b2..79853dfda2b 100644 --- a/stable/deepstack-cpu/7.0.10/ix_values.yaml +++ b/stable/deepstack-cpu/7.0.11/ix_values.yaml @@ -7,7 +7,6 @@ image: service: main: - enabled: true ports: main: port: 5000 diff --git a/stable/deepstack-cpu/7.0.10/questions.yaml b/stable/deepstack-cpu/7.0.11/questions.yaml similarity index 100% rename from stable/deepstack-cpu/7.0.10/questions.yaml rename to stable/deepstack-cpu/7.0.11/questions.yaml diff --git a/stable/deepstack-cpu/7.0.10/templates/common.yaml b/stable/deepstack-cpu/7.0.11/templates/common.yaml similarity index 100% rename from stable/deepstack-cpu/7.0.10/templates/common.yaml rename to stable/deepstack-cpu/7.0.11/templates/common.yaml diff --git a/stable/deepstack-gpu/2.0.10/values.yaml b/stable/deepstack-cpu/7.0.11/values.yaml similarity index 100% rename from stable/deepstack-gpu/2.0.10/values.yaml rename to stable/deepstack-cpu/7.0.11/values.yaml diff --git a/stable/deepstack-gpu/2.0.10/Chart.lock b/stable/deepstack-gpu/2.0.10/Chart.lock deleted file mode 100644 index 43bdef78012..00000000000 --- a/stable/deepstack-gpu/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:00:31.933646898Z" diff --git a/stable/deepstack-gpu/2.0.10/charts/common-8.6.3.tgz b/stable/deepstack-gpu/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/deepstack-gpu/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/deepstack-gpu/2.0.10/CHANGELOG.md b/stable/deepstack-gpu/2.0.11/CHANGELOG.md similarity index 88% rename from stable/deepstack-gpu/2.0.10/CHANGELOG.md rename to stable/deepstack-gpu/2.0.11/CHANGELOG.md index c07b03a2cef..05ef874372b 100644 --- a/stable/deepstack-gpu/2.0.10/CHANGELOG.md +++ b/stable/deepstack-gpu/2.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-gpu-2.0.11](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.10...deepstack-gpu-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-gpu-2.0.10](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.9...deepstack-gpu-2.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [deepstack-gpu-2.0.3](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.2...deepstack-gpu-2.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [deepstack-gpu-2.0.2](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.1...deepstack-gpu-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/deluge/9.0.11/CONFIG.md b/stable/deepstack-gpu/2.0.11/CONFIG.md similarity index 100% rename from stable/deluge/9.0.11/CONFIG.md rename to stable/deepstack-gpu/2.0.11/CONFIG.md diff --git a/stable/deepstack-gpu/2.0.11/Chart.lock b/stable/deepstack-gpu/2.0.11/Chart.lock new file mode 100644 index 00000000000..09264bb6f11 --- /dev/null +++ b/stable/deepstack-gpu/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:28:54.790182694Z" diff --git a/stable/deepstack-gpu/2.0.10/Chart.yaml b/stable/deepstack-gpu/2.0.11/Chart.yaml similarity index 96% rename from stable/deepstack-gpu/2.0.10/Chart.yaml rename to stable/deepstack-gpu/2.0.11/Chart.yaml index 80e08dbb45c..cb123368ed1 100644 --- a/stable/deepstack-gpu/2.0.10/Chart.yaml +++ b/stable/deepstack-gpu/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "gpu" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - AI diff --git a/stable/deepstack-gpu/2.0.10/README.md b/stable/deepstack-gpu/2.0.11/README.md similarity index 96% rename from stable/deepstack-gpu/2.0.10/README.md rename to stable/deepstack-gpu/2.0.11/README.md index 1319b86587f..959fcf65c5c 100644 --- a/stable/deepstack-gpu/2.0.10/README.md +++ b/stable/deepstack-gpu/2.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/deepstack-gpu/2.0.10/app-readme.md b/stable/deepstack-gpu/2.0.11/app-readme.md similarity index 100% rename from stable/deepstack-gpu/2.0.10/app-readme.md rename to stable/deepstack-gpu/2.0.11/app-readme.md diff --git a/stable/deepstack-gpu/2.0.11/charts/common-8.9.1.tgz b/stable/deepstack-gpu/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/deepstack-gpu/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/deepstack-gpu/2.0.10/helm-values.md b/stable/deepstack-gpu/2.0.11/helm-values.md similarity index 97% rename from stable/deepstack-gpu/2.0.10/helm-values.md rename to stable/deepstack-gpu/2.0.11/helm-values.md index cd0cba9c706..d66a037cbf9 100644 --- a/stable/deepstack-gpu/2.0.10/helm-values.md +++ b/stable/deepstack-gpu/2.0.11/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/stable/deepstack-gpu/2.0.10/ix_values.yaml b/stable/deepstack-gpu/2.0.11/ix_values.yaml similarity index 97% rename from stable/deepstack-gpu/2.0.10/ix_values.yaml rename to stable/deepstack-gpu/2.0.11/ix_values.yaml index 81f24158b87..e66c1a08f9d 100644 --- a/stable/deepstack-gpu/2.0.10/ix_values.yaml +++ b/stable/deepstack-gpu/2.0.11/ix_values.yaml @@ -7,7 +7,6 @@ image: service: main: - enabled: true ports: main: port: 5000 diff --git a/stable/deepstack-gpu/2.0.10/questions.yaml b/stable/deepstack-gpu/2.0.11/questions.yaml similarity index 100% rename from stable/deepstack-gpu/2.0.10/questions.yaml rename to stable/deepstack-gpu/2.0.11/questions.yaml diff --git a/stable/deepstack-gpu/2.0.10/templates/common.yaml b/stable/deepstack-gpu/2.0.11/templates/common.yaml similarity index 100% rename from stable/deepstack-gpu/2.0.10/templates/common.yaml rename to stable/deepstack-gpu/2.0.11/templates/common.yaml diff --git a/stable/deluge/9.0.11/values.yaml b/stable/deepstack-gpu/2.0.11/values.yaml similarity index 100% rename from stable/deluge/9.0.11/values.yaml rename to stable/deepstack-gpu/2.0.11/values.yaml diff --git a/stable/deluge/9.0.11/Chart.lock b/stable/deluge/9.0.11/Chart.lock deleted file mode 100644 index ed86c60bdac..00000000000 --- a/stable/deluge/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:00:58.609089986Z" diff --git a/stable/deluge/9.0.11/charts/common-8.6.3.tgz b/stable/deluge/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/deluge/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/deluge/9.0.11/CHANGELOG.md b/stable/deluge/9.0.12/CHANGELOG.md similarity index 89% rename from stable/deluge/9.0.11/CHANGELOG.md rename to stable/deluge/9.0.12/CHANGELOG.md index c0377e132eb..791113321d2 100644 --- a/stable/deluge/9.0.11/CHANGELOG.md +++ b/stable/deluge/9.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deluge-9.0.12](https://github.com/truecharts/apps/compare/deluge-9.0.11...deluge-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deluge-9.0.11](https://github.com/truecharts/apps/compare/deluge-9.0.10...deluge-9.0.11) (2021-11-16) @@ -84,16 +97,3 @@ ### [deluge-9.0.4](https://github.com/truecharts/apps/compare/deluge-9.0.3...deluge-9.0.4) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [deluge-9.0.3](https://github.com/truecharts/apps/compare/deluge-9.0.2...deluge-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/digikam/2.0.12/CONFIG.md b/stable/deluge/9.0.12/CONFIG.md similarity index 100% rename from stable/digikam/2.0.12/CONFIG.md rename to stable/deluge/9.0.12/CONFIG.md diff --git a/stable/deluge/9.0.12/Chart.lock b/stable/deluge/9.0.12/Chart.lock new file mode 100644 index 00000000000..608296c1361 --- /dev/null +++ b/stable/deluge/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:29:27.131062269Z" diff --git a/stable/deluge/9.0.11/Chart.yaml b/stable/deluge/9.0.12/Chart.yaml similarity index 95% rename from stable/deluge/9.0.11/Chart.yaml rename to stable/deluge/9.0.12/Chart.yaml index 07c6dc022f3..f4a81c1c10a 100644 --- a/stable/deluge/9.0.11/Chart.yaml +++ b/stable/deluge/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Deluge App for TrueNAS SCALE home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge @@ -21,7 +21,7 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/deluge/9.0.11/README.md b/stable/deluge/9.0.12/README.md similarity index 96% rename from stable/deluge/9.0.11/README.md rename to stable/deluge/9.0.12/README.md index 8493fb5cbc7..c98d7f49268 100644 --- a/stable/deluge/9.0.11/README.md +++ b/stable/deluge/9.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/deluge/9.0.11/app-readme.md b/stable/deluge/9.0.12/app-readme.md similarity index 100% rename from stable/deluge/9.0.11/app-readme.md rename to stable/deluge/9.0.12/app-readme.md diff --git a/stable/deluge/9.0.12/charts/common-8.9.1.tgz b/stable/deluge/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/deluge/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/deluge/9.0.11/helm-values.md b/stable/deluge/9.0.12/helm-values.md similarity index 96% rename from stable/deluge/9.0.11/helm-values.md rename to stable/deluge/9.0.12/helm-values.md index 32e4fb004f6..c95126242e3 100644 --- a/stable/deluge/9.0.11/helm-values.md +++ b/stable/deluge/9.0.12/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.tcp.enabled | bool | `true` | | | service.torrent.ports.tcp.port | int | `51413` | | -| service.torrent.ports.tcp.protocol | string | `"TCP"` | | | service.torrent.ports.tcp.targetPort | int | `51413` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/deluge/9.0.11/ix_values.yaml b/stable/deluge/9.0.12/ix_values.yaml similarity index 97% rename from stable/deluge/9.0.11/ix_values.yaml rename to stable/deluge/9.0.12/ix_values.yaml index 1bd97a4af5b..63762615e5c 100644 --- a/stable/deluge/9.0.11/ix_values.yaml +++ b/stable/deluge/9.0.12/ix_values.yaml @@ -25,7 +25,6 @@ service: enabled: true port: 51413 targetPort: 51413 - protocol: TCP torrent-udp: enabled: true ports: diff --git a/stable/deluge/9.0.11/questions.yaml b/stable/deluge/9.0.12/questions.yaml similarity index 99% rename from stable/deluge/9.0.11/questions.yaml rename to stable/deluge/9.0.12/questions.yaml index 87dfd6ccefd..374d9dd9a5d 100644 --- a/stable/deluge/9.0.11/questions.yaml +++ b/stable/deluge/9.0.12/questions.yaml @@ -437,6 +437,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -535,6 +541,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/deluge/9.0.11/templates/common.yaml b/stable/deluge/9.0.12/templates/common.yaml similarity index 100% rename from stable/deluge/9.0.11/templates/common.yaml rename to stable/deluge/9.0.12/templates/common.yaml diff --git a/stable/digikam/2.0.12/values.yaml b/stable/deluge/9.0.12/values.yaml similarity index 100% rename from stable/digikam/2.0.12/values.yaml rename to stable/deluge/9.0.12/values.yaml diff --git a/stable/digikam/2.0.12/Chart.lock b/stable/digikam/2.0.12/Chart.lock deleted file mode 100644 index 0b948d9a16d..00000000000 --- a/stable/digikam/2.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:01:25.008423633Z" diff --git a/stable/digikam/2.0.12/charts/common-8.6.3.tgz b/stable/digikam/2.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/digikam/2.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/digikam/2.0.12/CHANGELOG.md b/stable/digikam/2.0.13/CHANGELOG.md similarity index 92% rename from stable/digikam/2.0.12/CHANGELOG.md rename to stable/digikam/2.0.13/CHANGELOG.md index d246710a129..977aa1012b8 100644 --- a/stable/digikam/2.0.12/CHANGELOG.md +++ b/stable/digikam/2.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [digikam-2.0.13](https://github.com/truecharts/apps/compare/digikam-2.0.12...digikam-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [digikam-2.0.12](https://github.com/truecharts/apps/compare/digikam-2.0.11...digikam-2.0.12) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [digikam-2.0.4](https://github.com/truecharts/apps/compare/digikam-2.0.3...digikam-2.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/dizquetv/4.0.10/CONFIG.md b/stable/digikam/2.0.13/CONFIG.md similarity index 100% rename from stable/dizquetv/4.0.10/CONFIG.md rename to stable/digikam/2.0.13/CONFIG.md diff --git a/stable/digikam/2.0.13/Chart.lock b/stable/digikam/2.0.13/Chart.lock new file mode 100644 index 00000000000..1dc010c1a4d --- /dev/null +++ b/stable/digikam/2.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:29:59.0555855Z" diff --git a/stable/digikam/2.0.12/Chart.yaml b/stable/digikam/2.0.13/Chart.yaml similarity index 95% rename from stable/digikam/2.0.12/Chart.yaml rename to stable/digikam/2.0.13/Chart.yaml index 8e7c9a85f0a..2d47c196f72 100644 --- a/stable/digikam/2.0.12/Chart.yaml +++ b/stable/digikam/2.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.3.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Professional Photo Management with the Power of Open Source home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-digikam - https://www.digikam.org/ type: application -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/digikam/2.0.12/README.md b/stable/digikam/2.0.13/README.md similarity index 96% rename from stable/digikam/2.0.12/README.md rename to stable/digikam/2.0.13/README.md index da8b888d6fe..76e9dc30201 100644 --- a/stable/digikam/2.0.12/README.md +++ b/stable/digikam/2.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/digikam/2.0.12/app-readme.md b/stable/digikam/2.0.13/app-readme.md similarity index 100% rename from stable/digikam/2.0.12/app-readme.md rename to stable/digikam/2.0.13/app-readme.md diff --git a/stable/digikam/2.0.13/charts/common-8.9.1.tgz b/stable/digikam/2.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/digikam/2.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/digikam/2.0.12/helm-values.md b/stable/digikam/2.0.13/helm-values.md similarity index 100% rename from stable/digikam/2.0.12/helm-values.md rename to stable/digikam/2.0.13/helm-values.md diff --git a/stable/digikam/2.0.12/ix_values.yaml b/stable/digikam/2.0.13/ix_values.yaml similarity index 100% rename from stable/digikam/2.0.12/ix_values.yaml rename to stable/digikam/2.0.13/ix_values.yaml diff --git a/stable/digikam/2.0.12/questions.yaml b/stable/digikam/2.0.13/questions.yaml similarity index 100% rename from stable/digikam/2.0.12/questions.yaml rename to stable/digikam/2.0.13/questions.yaml diff --git a/stable/digikam/2.0.12/templates/common.yaml b/stable/digikam/2.0.13/templates/common.yaml similarity index 100% rename from stable/digikam/2.0.12/templates/common.yaml rename to stable/digikam/2.0.13/templates/common.yaml diff --git a/stable/dizquetv/4.0.10/values.yaml b/stable/digikam/2.0.13/values.yaml similarity index 100% rename from stable/dizquetv/4.0.10/values.yaml rename to stable/digikam/2.0.13/values.yaml diff --git a/stable/dizquetv/4.0.10/Chart.lock b/stable/dizquetv/4.0.10/Chart.lock deleted file mode 100644 index 90fd26c13d4..00000000000 --- a/stable/dizquetv/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:01:51.251590944Z" diff --git a/stable/dizquetv/4.0.10/charts/common-8.6.3.tgz b/stable/dizquetv/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/dizquetv/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/dizquetv/4.0.10/CHANGELOG.md b/stable/dizquetv/4.0.11/CHANGELOG.md similarity index 92% rename from stable/dizquetv/4.0.10/CHANGELOG.md rename to stable/dizquetv/4.0.11/CHANGELOG.md index 8992d6c0d18..3bbf4f472ff 100644 --- a/stable/dizquetv/4.0.10/CHANGELOG.md +++ b/stable/dizquetv/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dizquetv-4.0.11](https://github.com/truecharts/apps/compare/dizquetv-4.0.10...dizquetv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [dizquetv-4.0.10](https://github.com/truecharts/apps/compare/dizquetv-4.0.9...dizquetv-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [dizquetv-4.0.2](https://github.com/truecharts/apps/compare/dizquetv-4.0.1...dizquetv-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/doublecommander/2.0.12/CONFIG.md b/stable/dizquetv/4.0.11/CONFIG.md similarity index 100% rename from stable/doublecommander/2.0.12/CONFIG.md rename to stable/dizquetv/4.0.11/CONFIG.md diff --git a/stable/dizquetv/4.0.11/Chart.lock b/stable/dizquetv/4.0.11/Chart.lock new file mode 100644 index 00000000000..8d84169ce69 --- /dev/null +++ b/stable/dizquetv/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:30:31.375482204Z" diff --git a/stable/dizquetv/4.0.10/Chart.yaml b/stable/dizquetv/4.0.11/Chart.yaml similarity index 95% rename from stable/dizquetv/4.0.10/Chart.yaml rename to stable/dizquetv/4.0.11/Chart.yaml index 699520609af..ea1d80cd210 100644 --- a/stable/dizquetv/4.0.10/Chart.yaml +++ b/stable/dizquetv/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Create live TV channel streams from media on your Plex servers. home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true @@ -19,7 +19,7 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/dizquetv/4.0.10/README.md b/stable/dizquetv/4.0.11/README.md similarity index 96% rename from stable/dizquetv/4.0.10/README.md rename to stable/dizquetv/4.0.11/README.md index f2e92943a47..f2488bf75b3 100644 --- a/stable/dizquetv/4.0.10/README.md +++ b/stable/dizquetv/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/dizquetv/4.0.10/app-readme.md b/stable/dizquetv/4.0.11/app-readme.md similarity index 100% rename from stable/dizquetv/4.0.10/app-readme.md rename to stable/dizquetv/4.0.11/app-readme.md diff --git a/stable/dizquetv/4.0.11/charts/common-8.9.1.tgz b/stable/dizquetv/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/dizquetv/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/dizquetv/4.0.10/helm-values.md b/stable/dizquetv/4.0.11/helm-values.md similarity index 100% rename from stable/dizquetv/4.0.10/helm-values.md rename to stable/dizquetv/4.0.11/helm-values.md diff --git a/stable/dizquetv/4.0.10/ix_values.yaml b/stable/dizquetv/4.0.11/ix_values.yaml similarity index 100% rename from stable/dizquetv/4.0.10/ix_values.yaml rename to stable/dizquetv/4.0.11/ix_values.yaml diff --git a/stable/dizquetv/4.0.10/questions.yaml b/stable/dizquetv/4.0.11/questions.yaml similarity index 100% rename from stable/dizquetv/4.0.10/questions.yaml rename to stable/dizquetv/4.0.11/questions.yaml diff --git a/stable/dizquetv/4.0.10/templates/common.yaml b/stable/dizquetv/4.0.11/templates/common.yaml similarity index 100% rename from stable/dizquetv/4.0.10/templates/common.yaml rename to stable/dizquetv/4.0.11/templates/common.yaml diff --git a/stable/doublecommander/2.0.12/values.yaml b/stable/dizquetv/4.0.11/values.yaml similarity index 100% rename from stable/doublecommander/2.0.12/values.yaml rename to stable/dizquetv/4.0.11/values.yaml diff --git a/stable/doublecommander/2.0.12/Chart.lock b/stable/doublecommander/2.0.12/Chart.lock deleted file mode 100644 index 9710e48d2c3..00000000000 --- a/stable/doublecommander/2.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:02:17.747391151Z" diff --git a/stable/doublecommander/2.0.12/charts/common-8.6.3.tgz b/stable/doublecommander/2.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/doublecommander/2.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/doublecommander/2.0.12/CHANGELOG.md b/stable/doublecommander/2.0.13/CHANGELOG.md similarity index 91% rename from stable/doublecommander/2.0.12/CHANGELOG.md rename to stable/doublecommander/2.0.13/CHANGELOG.md index df0a895a078..131b572b511 100644 --- a/stable/doublecommander/2.0.12/CHANGELOG.md +++ b/stable/doublecommander/2.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [doublecommander-2.0.13](https://github.com/truecharts/apps/compare/doublecommander-2.0.12...doublecommander-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [doublecommander-2.0.12](https://github.com/truecharts/apps/compare/doublecommander-2.0.11...doublecommander-2.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [doublecommander-2.0.4](https://github.com/truecharts/apps/compare/doublecommander-2.0.3...doublecommander-2.0.4) (2021-11-02) - -#### Chore - -* update non-major docker tags ([#1266](https://github.com/truecharts/apps/issues/1266)) - diff --git a/stable/dsmr-reader/5.0.1/CONFIG.md b/stable/doublecommander/2.0.13/CONFIG.md similarity index 100% rename from stable/dsmr-reader/5.0.1/CONFIG.md rename to stable/doublecommander/2.0.13/CONFIG.md diff --git a/stable/doublecommander/2.0.13/Chart.lock b/stable/doublecommander/2.0.13/Chart.lock new file mode 100644 index 00000000000..5ba1f8b6560 --- /dev/null +++ b/stable/doublecommander/2.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:31:03.183921703Z" diff --git a/stable/doublecommander/2.0.12/Chart.yaml b/stable/doublecommander/2.0.13/Chart.yaml similarity index 96% rename from stable/doublecommander/2.0.12/Chart.yaml rename to stable/doublecommander/2.0.13/Chart.yaml index c48b07e3cda..ca44291a672 100644 --- a/stable/doublecommander/2.0.12/Chart.yaml +++ b/stable/doublecommander/2.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A free cross platform open source file manager with two panels side by side. home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/doublecommander/2.0.12/README.md b/stable/doublecommander/2.0.13/README.md similarity index 96% rename from stable/doublecommander/2.0.12/README.md rename to stable/doublecommander/2.0.13/README.md index 5fec1131e1d..ccd3e3a953d 100644 --- a/stable/doublecommander/2.0.12/README.md +++ b/stable/doublecommander/2.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/doublecommander/2.0.12/app-readme.md b/stable/doublecommander/2.0.13/app-readme.md similarity index 100% rename from stable/doublecommander/2.0.12/app-readme.md rename to stable/doublecommander/2.0.13/app-readme.md diff --git a/stable/doublecommander/2.0.13/charts/common-8.9.1.tgz b/stable/doublecommander/2.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/doublecommander/2.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/doublecommander/2.0.12/helm-values.md b/stable/doublecommander/2.0.13/helm-values.md similarity index 100% rename from stable/doublecommander/2.0.12/helm-values.md rename to stable/doublecommander/2.0.13/helm-values.md diff --git a/stable/doublecommander/2.0.12/ix_values.yaml b/stable/doublecommander/2.0.13/ix_values.yaml similarity index 100% rename from stable/doublecommander/2.0.12/ix_values.yaml rename to stable/doublecommander/2.0.13/ix_values.yaml diff --git a/stable/doublecommander/2.0.12/questions.yaml b/stable/doublecommander/2.0.13/questions.yaml similarity index 100% rename from stable/doublecommander/2.0.12/questions.yaml rename to stable/doublecommander/2.0.13/questions.yaml diff --git a/stable/doublecommander/2.0.12/templates/common.yaml b/stable/doublecommander/2.0.13/templates/common.yaml similarity index 100% rename from stable/doublecommander/2.0.12/templates/common.yaml rename to stable/doublecommander/2.0.13/templates/common.yaml diff --git a/stable/dsmr-reader/5.0.1/values.yaml b/stable/doublecommander/2.0.13/values.yaml similarity index 100% rename from stable/dsmr-reader/5.0.1/values.yaml rename to stable/doublecommander/2.0.13/values.yaml diff --git a/stable/dsmr-reader/5.0.1/Chart.lock b/stable/dsmr-reader/5.0.1/Chart.lock deleted file mode 100644 index f7dca4efcf9..00000000000 --- a/stable/dsmr-reader/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:02:45.798432231Z" diff --git a/stable/dsmr-reader/5.0.1/charts/common-8.6.3.tgz b/stable/dsmr-reader/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/dsmr-reader/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/dsmr-reader/5.0.1/charts/postgresql-6.0.3.tgz b/stable/dsmr-reader/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/dsmr-reader/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/dsmr-reader/5.0.1/CHANGELOG.md b/stable/dsmr-reader/5.0.2/CHANGELOG.md similarity index 88% rename from stable/dsmr-reader/5.0.1/CHANGELOG.md rename to stable/dsmr-reader/5.0.2/CHANGELOG.md index 4c1d742dab1..79e426f21ff 100644 --- a/stable/dsmr-reader/5.0.1/CHANGELOG.md +++ b/stable/dsmr-reader/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [dsmr-reader-5.0.2](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.1...dsmr-reader-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [dsmr-reader-5.0.1](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.0...dsmr-reader-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [dsmr-reader-4.0.5](https://github.com/truecharts/apps/compare/dsmr-reader-4.0.4...dsmr-reader-4.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [dsmr-reader-4.0.4](https://github.com/truecharts/apps/compare/dsmr-reader-4.0.3...dsmr-reader-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/duplicati/4.0.10/CONFIG.md b/stable/dsmr-reader/5.0.2/CONFIG.md similarity index 100% rename from stable/duplicati/4.0.10/CONFIG.md rename to stable/dsmr-reader/5.0.2/CONFIG.md diff --git a/stable/dsmr-reader/5.0.2/Chart.lock b/stable/dsmr-reader/5.0.2/Chart.lock new file mode 100644 index 00000000000..e363ae5dcca --- /dev/null +++ b/stable/dsmr-reader/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:31:36.204602436Z" diff --git a/stable/dsmr-reader/5.0.1/Chart.yaml b/stable/dsmr-reader/5.0.2/Chart.yaml similarity index 94% rename from stable/dsmr-reader/5.0.1/Chart.yaml rename to stable/dsmr-reader/5.0.2/Chart.yaml index 12f29dd164f..6fc8dd0bb65 100644 --- a/stable/dsmr-reader/5.0.1/Chart.yaml +++ b/stable/dsmr-reader/5.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "latest-202" description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. name: dsmr-reader -version: 5.0.1 +version: 5.0.2 kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/dsmr-reader/5.0.1/README.md b/stable/dsmr-reader/5.0.2/README.md similarity index 93% rename from stable/dsmr-reader/5.0.1/README.md rename to stable/dsmr-reader/5.0.2/README.md index 57c7a548a79..f9709564f46 100644 --- a/stable/dsmr-reader/5.0.1/README.md +++ b/stable/dsmr-reader/5.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/dsmr-reader/5.0.1/app-readme.md b/stable/dsmr-reader/5.0.2/app-readme.md similarity index 100% rename from stable/dsmr-reader/5.0.1/app-readme.md rename to stable/dsmr-reader/5.0.2/app-readme.md diff --git a/stable/dsmr-reader/5.0.2/charts/common-8.9.1.tgz b/stable/dsmr-reader/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/dsmr-reader/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/dsmr-reader/5.0.2/charts/postgresql-6.0.7.tgz b/stable/dsmr-reader/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/dsmr-reader/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/dsmr-reader/5.0.1/helm-values.md b/stable/dsmr-reader/5.0.2/helm-values.md similarity index 100% rename from stable/dsmr-reader/5.0.1/helm-values.md rename to stable/dsmr-reader/5.0.2/helm-values.md diff --git a/stable/dsmr-reader/5.0.1/ix_values.yaml b/stable/dsmr-reader/5.0.2/ix_values.yaml similarity index 100% rename from stable/dsmr-reader/5.0.1/ix_values.yaml rename to stable/dsmr-reader/5.0.2/ix_values.yaml diff --git a/stable/dsmr-reader/5.0.1/questions.yaml b/stable/dsmr-reader/5.0.2/questions.yaml similarity index 99% rename from stable/dsmr-reader/5.0.1/questions.yaml rename to stable/dsmr-reader/5.0.2/questions.yaml index fd259cf5711..f50cca27cdd 100644 --- a/stable/dsmr-reader/5.0.1/questions.yaml +++ b/stable/dsmr-reader/5.0.2/questions.yaml @@ -437,7 +437,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/dsmr-reader/5.0.1/templates/common.yaml b/stable/dsmr-reader/5.0.2/templates/common.yaml similarity index 100% rename from stable/dsmr-reader/5.0.1/templates/common.yaml rename to stable/dsmr-reader/5.0.2/templates/common.yaml diff --git a/stable/duplicati/4.0.10/values.yaml b/stable/dsmr-reader/5.0.2/values.yaml similarity index 100% rename from stable/duplicati/4.0.10/values.yaml rename to stable/dsmr-reader/5.0.2/values.yaml diff --git a/stable/duplicati/4.0.10/Chart.lock b/stable/duplicati/4.0.10/Chart.lock deleted file mode 100644 index 8e0f594a1de..00000000000 --- a/stable/duplicati/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:03:21.017425562Z" diff --git a/stable/duplicati/4.0.10/charts/common-8.6.3.tgz b/stable/duplicati/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/duplicati/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/duplicati/4.0.10/CHANGELOG.md b/stable/duplicati/4.0.11/CHANGELOG.md similarity index 92% rename from stable/duplicati/4.0.10/CHANGELOG.md rename to stable/duplicati/4.0.11/CHANGELOG.md index 4b26ba58bd1..2f8c44b19cf 100644 --- a/stable/duplicati/4.0.10/CHANGELOG.md +++ b/stable/duplicati/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [duplicati-4.0.11](https://github.com/truecharts/apps/compare/duplicati-4.0.10...duplicati-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [duplicati-4.0.10](https://github.com/truecharts/apps/compare/duplicati-4.0.9...duplicati-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [duplicati-4.0.2](https://github.com/truecharts/apps/compare/duplicati-4.0.1...duplicati-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/emby/9.0.10/CONFIG.md b/stable/duplicati/4.0.11/CONFIG.md similarity index 100% rename from stable/emby/9.0.10/CONFIG.md rename to stable/duplicati/4.0.11/CONFIG.md diff --git a/stable/duplicati/4.0.11/Chart.lock b/stable/duplicati/4.0.11/Chart.lock new file mode 100644 index 00000000000..e4f031d33aa --- /dev/null +++ b/stable/duplicati/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:32:18.177944599Z" diff --git a/stable/duplicati/4.0.10/Chart.yaml b/stable/duplicati/4.0.11/Chart.yaml similarity index 95% rename from stable/duplicati/4.0.10/Chart.yaml rename to stable/duplicati/4.0.11/Chart.yaml index 333dcae39a6..abc54a04412 100644 --- a/stable/duplicati/4.0.10/Chart.yaml +++ b/stable/duplicati/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "beta" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Store securely encrypted backups on cloud storage services! home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 @@ -18,7 +18,7 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/duplicati/4.0.10/README.md b/stable/duplicati/4.0.11/README.md similarity index 96% rename from stable/duplicati/4.0.10/README.md rename to stable/duplicati/4.0.11/README.md index 10e9037b6f8..896d33a280f 100644 --- a/stable/duplicati/4.0.10/README.md +++ b/stable/duplicati/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/duplicati/4.0.10/app-readme.md b/stable/duplicati/4.0.11/app-readme.md similarity index 100% rename from stable/duplicati/4.0.10/app-readme.md rename to stable/duplicati/4.0.11/app-readme.md diff --git a/stable/duplicati/4.0.11/charts/common-8.9.1.tgz b/stable/duplicati/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/duplicati/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/duplicati/4.0.10/helm-values.md b/stable/duplicati/4.0.11/helm-values.md similarity index 100% rename from stable/duplicati/4.0.10/helm-values.md rename to stable/duplicati/4.0.11/helm-values.md diff --git a/stable/duplicati/4.0.10/ix_values.yaml b/stable/duplicati/4.0.11/ix_values.yaml similarity index 100% rename from stable/duplicati/4.0.10/ix_values.yaml rename to stable/duplicati/4.0.11/ix_values.yaml diff --git a/stable/duplicati/4.0.10/questions.yaml b/stable/duplicati/4.0.11/questions.yaml similarity index 100% rename from stable/duplicati/4.0.10/questions.yaml rename to stable/duplicati/4.0.11/questions.yaml diff --git a/stable/duplicati/4.0.10/templates/common.yaml b/stable/duplicati/4.0.11/templates/common.yaml similarity index 100% rename from stable/duplicati/4.0.10/templates/common.yaml rename to stable/duplicati/4.0.11/templates/common.yaml diff --git a/stable/emby/9.0.10/values.yaml b/stable/duplicati/4.0.11/values.yaml similarity index 100% rename from stable/emby/9.0.10/values.yaml rename to stable/duplicati/4.0.11/values.yaml diff --git a/stable/emby/9.0.10/Chart.lock b/stable/emby/9.0.10/Chart.lock deleted file mode 100644 index 86549fbd3e6..00000000000 --- a/stable/emby/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:03:47.42963631Z" diff --git a/stable/emby/9.0.10/charts/common-8.6.3.tgz b/stable/emby/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/emby/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/emby/9.0.10/CHANGELOG.md b/stable/emby/9.0.11/CHANGELOG.md similarity index 88% rename from stable/emby/9.0.10/CHANGELOG.md rename to stable/emby/9.0.11/CHANGELOG.md index 93f8e3f8954..e969a549eb9 100644 --- a/stable/emby/9.0.10/CHANGELOG.md +++ b/stable/emby/9.0.11/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [emby-9.0.11](https://github.com/truecharts/apps/compare/emby-9.0.10...emby-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* update container image ghcr.io/k8s-at-home/emby to v4.6.5.0 ([#1344](https://github.com/truecharts/apps/issues/1344)) + + + ### [emby-9.0.10](https://github.com/truecharts/apps/compare/emby-9.0.9...emby-9.0.10) (2021-11-16) @@ -87,13 +97,3 @@ #### Chore * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [emby-9.0.2](https://github.com/truecharts/apps/compare/emby-9.0.1...emby-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/esphome/9.0.12/CONFIG.md b/stable/emby/9.0.11/CONFIG.md similarity index 100% rename from stable/esphome/9.0.12/CONFIG.md rename to stable/emby/9.0.11/CONFIG.md diff --git a/stable/emby/9.0.11/Chart.lock b/stable/emby/9.0.11/Chart.lock new file mode 100644 index 00000000000..c0f79c5c2de --- /dev/null +++ b/stable/emby/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:32:49.813542516Z" diff --git a/stable/emby/9.0.10/Chart.yaml b/stable/emby/9.0.11/Chart.yaml similarity index 92% rename from stable/emby/9.0.10/Chart.yaml rename to stable/emby/9.0.11/Chart.yaml index 285baed661e..f64ae36e8af 100644 --- a/stable/emby/9.0.10/Chart.yaml +++ b/stable/emby/9.0.11/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "4.6.4.0" +appVersion: "4.6.5.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Emby Server is a home media server home: https://github.com/truecharts/apps/master/stable/emby @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/emby/9.0.10/README.md b/stable/emby/9.0.11/README.md similarity index 96% rename from stable/emby/9.0.10/README.md rename to stable/emby/9.0.11/README.md index 0405c5d6b88..cf6032d97d4 100644 --- a/stable/emby/9.0.10/README.md +++ b/stable/emby/9.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/emby/9.0.10/app-readme.md b/stable/emby/9.0.11/app-readme.md similarity index 100% rename from stable/emby/9.0.10/app-readme.md rename to stable/emby/9.0.11/app-readme.md diff --git a/stable/emby/9.0.11/charts/common-8.9.1.tgz b/stable/emby/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/emby/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/emby/9.0.10/helm-values.md b/stable/emby/9.0.11/helm-values.md similarity index 90% rename from stable/emby/9.0.10/helm-values.md rename to stable/emby/9.0.11/helm-values.md index 1a29616054e..4311102bd9e 100644 --- a/stable/emby/9.0.10/helm-values.md +++ b/stable/emby/9.0.11/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/emby"` | | -| image.tag | string | `"v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd"` | | +| image.tag | string | `"v4.6.5.0@sha256:11b1f306d6309b60f16bf4292f9737c0a4a0020e93cfc1c0b36bc10b2680da40"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/stable/emby/9.0.10/ix_values.yaml b/stable/emby/9.0.11/ix_values.yaml similarity index 77% rename from stable/emby/9.0.10/ix_values.yaml rename to stable/emby/9.0.11/ix_values.yaml index d20fab780f9..f6b6fbf2989 100644 --- a/stable/emby/9.0.10/ix_values.yaml +++ b/stable/emby/9.0.11/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/emby pullPolicy: IfNotPresent - tag: v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd + tag: v4.6.5.0@sha256:11b1f306d6309b60f16bf4292f9737c0a4a0020e93cfc1c0b36bc10b2680da40 securityContext: readOnlyRootFilesystem: false diff --git a/stable/emby/9.0.10/questions.yaml b/stable/emby/9.0.11/questions.yaml similarity index 100% rename from stable/emby/9.0.10/questions.yaml rename to stable/emby/9.0.11/questions.yaml diff --git a/stable/emby/9.0.10/templates/common.yaml b/stable/emby/9.0.11/templates/common.yaml similarity index 100% rename from stable/emby/9.0.10/templates/common.yaml rename to stable/emby/9.0.11/templates/common.yaml diff --git a/stable/esphome/9.0.12/values.yaml b/stable/emby/9.0.11/values.yaml similarity index 100% rename from stable/esphome/9.0.12/values.yaml rename to stable/emby/9.0.11/values.yaml diff --git a/stable/esphome/9.0.12/Chart.lock b/stable/esphome/9.0.12/Chart.lock deleted file mode 100644 index 41ca6d36805..00000000000 --- a/stable/esphome/9.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:04:18.208133688Z" diff --git a/stable/esphome/9.0.12/charts/common-8.6.3.tgz b/stable/esphome/9.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/esphome/9.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/esphome/9.0.12/CHANGELOG.md b/stable/esphome/9.0.13/CHANGELOG.md similarity index 91% rename from stable/esphome/9.0.12/CHANGELOG.md rename to stable/esphome/9.0.13/CHANGELOG.md index 6a299354c5e..ad945b0df58 100644 --- a/stable/esphome/9.0.12/CHANGELOG.md +++ b/stable/esphome/9.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [esphome-9.0.13](https://github.com/truecharts/apps/compare/esphome-9.0.12...esphome-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [esphome-9.0.12](https://github.com/truecharts/apps/compare/esphome-9.0.11...esphome-9.0.12) (2021-11-18) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - -### [esphome-9.0.4](https://github.com/truecharts/apps/compare/esphome-9.0.3...esphome-9.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/etherpad/5.0.1/CONFIG.md b/stable/esphome/9.0.13/CONFIG.md similarity index 100% rename from stable/etherpad/5.0.1/CONFIG.md rename to stable/esphome/9.0.13/CONFIG.md diff --git a/stable/esphome/9.0.13/Chart.lock b/stable/esphome/9.0.13/Chart.lock new file mode 100644 index 00000000000..3ae17fecf3b --- /dev/null +++ b/stable/esphome/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:33:21.681448436Z" diff --git a/stable/esphome/9.0.12/Chart.yaml b/stable/esphome/9.0.13/Chart.yaml similarity index 95% rename from stable/esphome/9.0.12/Chart.yaml rename to stable/esphome/9.0.13/Chart.yaml index dad6b5d4e20..d0ab1a92a7f 100644 --- a/stable/esphome/9.0.12/Chart.yaml +++ b/stable/esphome/9.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.11.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -21,7 +21,7 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - tools diff --git a/stable/esphome/9.0.12/README.md b/stable/esphome/9.0.13/README.md similarity index 96% rename from stable/esphome/9.0.12/README.md rename to stable/esphome/9.0.13/README.md index a94c0f4f5fb..1c3fc9985df 100644 --- a/stable/esphome/9.0.12/README.md +++ b/stable/esphome/9.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/esphome/9.0.12/app-readme.md b/stable/esphome/9.0.13/app-readme.md similarity index 100% rename from stable/esphome/9.0.12/app-readme.md rename to stable/esphome/9.0.13/app-readme.md diff --git a/stable/esphome/9.0.13/charts/common-8.9.1.tgz b/stable/esphome/9.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/esphome/9.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/esphome/9.0.12/helm-values.md b/stable/esphome/9.0.13/helm-values.md similarity index 100% rename from stable/esphome/9.0.12/helm-values.md rename to stable/esphome/9.0.13/helm-values.md diff --git a/stable/esphome/9.0.12/ix_values.yaml b/stable/esphome/9.0.13/ix_values.yaml similarity index 100% rename from stable/esphome/9.0.12/ix_values.yaml rename to stable/esphome/9.0.13/ix_values.yaml diff --git a/stable/esphome/9.0.12/questions.yaml b/stable/esphome/9.0.13/questions.yaml similarity index 100% rename from stable/esphome/9.0.12/questions.yaml rename to stable/esphome/9.0.13/questions.yaml diff --git a/stable/esphome/9.0.12/templates/common.yaml b/stable/esphome/9.0.13/templates/common.yaml similarity index 100% rename from stable/esphome/9.0.12/templates/common.yaml rename to stable/esphome/9.0.13/templates/common.yaml diff --git a/stable/etherpad/5.0.1/values.yaml b/stable/esphome/9.0.13/values.yaml similarity index 100% rename from stable/etherpad/5.0.1/values.yaml rename to stable/esphome/9.0.13/values.yaml diff --git a/stable/etherpad/5.0.1/Chart.lock b/stable/etherpad/5.0.1/Chart.lock deleted file mode 100644 index b2da4c47873..00000000000 --- a/stable/etherpad/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:04:42.110106675Z" diff --git a/stable/etherpad/5.0.1/charts/common-8.6.3.tgz b/stable/etherpad/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/etherpad/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/etherpad/5.0.1/charts/postgresql-6.0.3.tgz b/stable/etherpad/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/etherpad/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/etherpad/5.0.1/CHANGELOG.md b/stable/etherpad/5.0.2/CHANGELOG.md similarity index 88% rename from stable/etherpad/5.0.1/CHANGELOG.md rename to stable/etherpad/5.0.2/CHANGELOG.md index 16ac8107527..b0df38b90d3 100644 --- a/stable/etherpad/5.0.1/CHANGELOG.md +++ b/stable/etherpad/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [etherpad-5.0.2](https://github.com/truecharts/apps/compare/etherpad-5.0.1...etherpad-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [etherpad-5.0.1](https://github.com/truecharts/apps/compare/etherpad-5.0.0...etherpad-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [etherpad-4.0.5](https://github.com/truecharts/apps/compare/etherpad-4.0.4...etherpad-4.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [etherpad-4.0.4](https://github.com/truecharts/apps/compare/etherpad-4.0.3...etherpad-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/external-service/4.0.10/CONFIG.md b/stable/etherpad/5.0.2/CONFIG.md similarity index 100% rename from stable/external-service/4.0.10/CONFIG.md rename to stable/etherpad/5.0.2/CONFIG.md diff --git a/stable/etherpad/5.0.2/Chart.lock b/stable/etherpad/5.0.2/Chart.lock new file mode 100644 index 00000000000..efce62fbb6f --- /dev/null +++ b/stable/etherpad/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:33:55.316600837Z" diff --git a/stable/etherpad/5.0.1/Chart.yaml b/stable/etherpad/5.0.2/Chart.yaml similarity index 94% rename from stable/etherpad/5.0.1/Chart.yaml rename to stable/etherpad/5.0.2/Chart.yaml index afdeeda077c..d5a1b7e4948 100644 --- a/stable/etherpad/5.0.1/Chart.yaml +++ b/stable/etherpad/5.0.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.14" -version: 5.0.1 +version: 5.0.2 kubeVersion: '>=1.16.0-0' name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. @@ -19,11 +19,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/etherpad/5.0.1/README.md b/stable/etherpad/5.0.2/README.md similarity index 93% rename from stable/etherpad/5.0.1/README.md rename to stable/etherpad/5.0.2/README.md index 065747e7932..ed45526f7df 100644 --- a/stable/etherpad/5.0.1/README.md +++ b/stable/etherpad/5.0.2/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/etherpad/5.0.1/app-readme.md b/stable/etherpad/5.0.2/app-readme.md similarity index 100% rename from stable/etherpad/5.0.1/app-readme.md rename to stable/etherpad/5.0.2/app-readme.md diff --git a/stable/etherpad/5.0.2/charts/common-8.9.1.tgz b/stable/etherpad/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/etherpad/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/etherpad/5.0.2/charts/postgresql-6.0.7.tgz b/stable/etherpad/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/etherpad/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/etherpad/5.0.1/helm-values.md b/stable/etherpad/5.0.2/helm-values.md similarity index 100% rename from stable/etherpad/5.0.1/helm-values.md rename to stable/etherpad/5.0.2/helm-values.md diff --git a/stable/etherpad/5.0.1/ix_values.yaml b/stable/etherpad/5.0.2/ix_values.yaml similarity index 100% rename from stable/etherpad/5.0.1/ix_values.yaml rename to stable/etherpad/5.0.2/ix_values.yaml diff --git a/stable/etherpad/5.0.1/questions.yaml b/stable/etherpad/5.0.2/questions.yaml similarity index 99% rename from stable/etherpad/5.0.1/questions.yaml rename to stable/etherpad/5.0.2/questions.yaml index 2f54694f31d..e5c35522efa 100644 --- a/stable/etherpad/5.0.1/questions.yaml +++ b/stable/etherpad/5.0.2/questions.yaml @@ -437,7 +437,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/etherpad/5.0.1/templates/common.yaml b/stable/etherpad/5.0.2/templates/common.yaml similarity index 100% rename from stable/etherpad/5.0.1/templates/common.yaml rename to stable/etherpad/5.0.2/templates/common.yaml diff --git a/stable/external-service/4.0.10/values.yaml b/stable/etherpad/5.0.2/values.yaml similarity index 100% rename from stable/external-service/4.0.10/values.yaml rename to stable/etherpad/5.0.2/values.yaml diff --git a/stable/external-service/4.0.10/Chart.lock b/stable/external-service/4.0.10/Chart.lock deleted file mode 100644 index 1d4c0a232e1..00000000000 --- a/stable/external-service/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:05:17.112303042Z" diff --git a/stable/external-service/4.0.10/charts/common-8.6.3.tgz b/stable/external-service/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/external-service/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/external-service/4.0.10/CHANGELOG.md b/stable/external-service/4.0.11/CHANGELOG.md similarity index 86% rename from stable/external-service/4.0.10/CHANGELOG.md rename to stable/external-service/4.0.11/CHANGELOG.md index e6340aaf009..c612175fe69 100644 --- a/stable/external-service/4.0.10/CHANGELOG.md +++ b/stable/external-service/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [external-service-4.0.11](https://github.com/truecharts/apps/compare/external-service-4.0.10...external-service-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [external-service-4.0.10](https://github.com/truecharts/apps/compare/external-service-4.0.9...external-service-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ -### [external-service-4.0.1](https://github.com/truecharts/apps/compare/external-service-4.0.0...external-service-4.0.1) (2021-10-26) - -#### Chore - -* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) - - - - -### [external-service-4.0.0](https://github.com/truecharts/apps/compare/external-service-3.0.16...external-service-4.0.0) (2021-10-25) - -#### Chore - diff --git a/stable/filezilla/2.0.10/CONFIG.md b/stable/external-service/4.0.11/CONFIG.md similarity index 100% rename from stable/filezilla/2.0.10/CONFIG.md rename to stable/external-service/4.0.11/CONFIG.md diff --git a/stable/external-service/4.0.11/Chart.lock b/stable/external-service/4.0.11/Chart.lock new file mode 100644 index 00000000000..a67fc81a90d --- /dev/null +++ b/stable/external-service/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:34:37.409837551Z" diff --git a/stable/external-service/4.0.10/Chart.yaml b/stable/external-service/4.0.11/Chart.yaml similarity index 95% rename from stable/external-service/4.0.10/Chart.yaml rename to stable/external-service/4.0.11/Chart.yaml index affb15b2f11..5bf9b4a410a 100644 --- a/stable/external-service/4.0.10/Chart.yaml +++ b/stable/external-service/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.66.6" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Allow external services to be used like Apps. home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service @@ -20,7 +20,7 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - networking diff --git a/stable/external-service/4.0.10/README.md b/stable/external-service/4.0.11/README.md similarity index 96% rename from stable/external-service/4.0.10/README.md rename to stable/external-service/4.0.11/README.md index 8251246cb0e..fab8a627083 100644 --- a/stable/external-service/4.0.10/README.md +++ b/stable/external-service/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/external-service/4.0.10/app-readme.md b/stable/external-service/4.0.11/app-readme.md similarity index 100% rename from stable/external-service/4.0.10/app-readme.md rename to stable/external-service/4.0.11/app-readme.md diff --git a/stable/external-service/4.0.11/charts/common-8.9.1.tgz b/stable/external-service/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/external-service/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/external-service/4.0.10/helm-values.md b/stable/external-service/4.0.11/helm-values.md similarity index 96% rename from stable/external-service/4.0.10/helm-values.md rename to stable/external-service/4.0.11/helm-values.md index d13702d541e..2838ed89486 100644 --- a/stable/external-service/4.0.10/helm-values.md +++ b/stable/external-service/4.0.11/helm-values.md @@ -15,7 +15,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/bs"` | | | image.tag | string | `"v0.66.6@sha256:666"` | | -| service.main.enabled | bool | `true` | | | service.main.externalIP | string | `"1.1.1.1"` | | | service.main.ports.main.Type | string | `"HTTPS"` | | | service.main.ports.main.port | int | `443` | | diff --git a/stable/external-service/4.0.10/ix_values.yaml b/stable/external-service/4.0.11/ix_values.yaml similarity index 94% rename from stable/external-service/4.0.10/ix_values.yaml rename to stable/external-service/4.0.11/ix_values.yaml index e1473b5b54f..f6c6898833c 100644 --- a/stable/external-service/4.0.10/ix_values.yaml +++ b/stable/external-service/4.0.11/ix_values.yaml @@ -10,7 +10,6 @@ controller: service: main: - enabled: true type: ExternalIP externalIP: "1.1.1.1" ports: diff --git a/stable/external-service/4.0.10/questions.yaml b/stable/external-service/4.0.11/questions.yaml similarity index 100% rename from stable/external-service/4.0.10/questions.yaml rename to stable/external-service/4.0.11/questions.yaml diff --git a/stable/external-service/4.0.10/templates/common.yaml b/stable/external-service/4.0.11/templates/common.yaml similarity index 100% rename from stable/external-service/4.0.10/templates/common.yaml rename to stable/external-service/4.0.11/templates/common.yaml diff --git a/stable/filezilla/2.0.10/values.yaml b/stable/external-service/4.0.11/values.yaml similarity index 100% rename from stable/filezilla/2.0.10/values.yaml rename to stable/external-service/4.0.11/values.yaml diff --git a/stable/filezilla/2.0.10/Chart.lock b/stable/filezilla/2.0.10/Chart.lock deleted file mode 100644 index a3748d1efc2..00000000000 --- a/stable/filezilla/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:05:43.492559632Z" diff --git a/stable/filezilla/2.0.10/charts/common-8.6.3.tgz b/stable/filezilla/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/filezilla/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/filezilla/2.0.10/CHANGELOG.md b/stable/filezilla/2.0.11/CHANGELOG.md similarity index 92% rename from stable/filezilla/2.0.10/CHANGELOG.md rename to stable/filezilla/2.0.11/CHANGELOG.md index 568690cd333..df6a75f9940 100644 --- a/stable/filezilla/2.0.10/CHANGELOG.md +++ b/stable/filezilla/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [filezilla-2.0.11](https://github.com/truecharts/apps/compare/filezilla-2.0.10...filezilla-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [filezilla-2.0.10](https://github.com/truecharts/apps/compare/filezilla-2.0.9...filezilla-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [filezilla-2.0.2](https://github.com/truecharts/apps/compare/filezilla-2.0.1...filezilla-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/firefox-syncserver/5.0.1/CONFIG.md b/stable/filezilla/2.0.11/CONFIG.md similarity index 100% rename from stable/firefox-syncserver/5.0.1/CONFIG.md rename to stable/filezilla/2.0.11/CONFIG.md diff --git a/stable/filezilla/2.0.11/Chart.lock b/stable/filezilla/2.0.11/Chart.lock new file mode 100644 index 00000000000..f05f1ed20bf --- /dev/null +++ b/stable/filezilla/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:35:09.635428163Z" diff --git a/stable/filezilla/2.0.10/Chart.yaml b/stable/filezilla/2.0.11/Chart.yaml similarity index 95% rename from stable/filezilla/2.0.10/Chart.yaml rename to stable/filezilla/2.0.11/Chart.yaml index 47acb74526c..cfb81465c25 100644 --- a/stable/filezilla/2.0.10/Chart.yaml +++ b/stable/filezilla/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.51.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A Helm chart for Kubernetes home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png @@ -23,7 +23,7 @@ sources: - https://filezilla-project.org/ - https://github.com/linuxserver/docker-filezilla type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/filezilla/2.0.10/README.md b/stable/filezilla/2.0.11/README.md similarity index 96% rename from stable/filezilla/2.0.10/README.md rename to stable/filezilla/2.0.11/README.md index 950f430b4a3..b6c8cedddaf 100644 --- a/stable/filezilla/2.0.10/README.md +++ b/stable/filezilla/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/filezilla/2.0.10/app-readme.md b/stable/filezilla/2.0.11/app-readme.md similarity index 100% rename from stable/filezilla/2.0.10/app-readme.md rename to stable/filezilla/2.0.11/app-readme.md diff --git a/stable/filezilla/2.0.11/charts/common-8.9.1.tgz b/stable/filezilla/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/filezilla/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/filezilla/2.0.10/helm-values.md b/stable/filezilla/2.0.11/helm-values.md similarity index 100% rename from stable/filezilla/2.0.10/helm-values.md rename to stable/filezilla/2.0.11/helm-values.md diff --git a/stable/filezilla/2.0.10/ix_values.yaml b/stable/filezilla/2.0.11/ix_values.yaml similarity index 100% rename from stable/filezilla/2.0.10/ix_values.yaml rename to stable/filezilla/2.0.11/ix_values.yaml diff --git a/stable/filezilla/2.0.10/questions.yaml b/stable/filezilla/2.0.11/questions.yaml similarity index 100% rename from stable/filezilla/2.0.10/questions.yaml rename to stable/filezilla/2.0.11/questions.yaml diff --git a/stable/filezilla/2.0.10/templates/common.yaml b/stable/filezilla/2.0.11/templates/common.yaml similarity index 100% rename from stable/filezilla/2.0.10/templates/common.yaml rename to stable/filezilla/2.0.11/templates/common.yaml diff --git a/stable/firefox-syncserver/5.0.1/values.yaml b/stable/filezilla/2.0.11/values.yaml similarity index 100% rename from stable/firefox-syncserver/5.0.1/values.yaml rename to stable/filezilla/2.0.11/values.yaml diff --git a/stable/fireflyiii/13.0.2/CHANGELOG.md b/stable/fireflyiii/13.0.2/CHANGELOG.md new file mode 100644 index 00000000000..e86ecbe7183 --- /dev/null +++ b/stable/fireflyiii/13.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [fireflyiii-13.0.2](https://github.com/truecharts/apps/compare/fireflyiii-13.0.1...fireflyiii-13.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + + +### [fireflyiii-13.0.1](https://github.com/truecharts/apps/compare/fireflyiii-13.0.0...fireflyiii-13.0.1) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [fireflyiii-13.0.0](https://github.com/truecharts/apps/compare/fireflyiii-12.0.10...fireflyiii-13.0.0) (2021-11-16) + +#### Chore + +* update helm chart postgresql to v6 ([#1343](https://github.com/truecharts/apps/issues/1343)) + + + + +### [fireflyiii-12.0.10](https://github.com/truecharts/apps/compare/fireflyiii-12.0.9...fireflyiii-12.0.10) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [fireflyiii-12.0.9](https://github.com/truecharts/apps/compare/fireflyiii-12.0.8...fireflyiii-12.0.9) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + + +### [fireflyiii-12.0.8](https://github.com/truecharts/apps/compare/fireflyiii-12.0.7...fireflyiii-12.0.8) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) + + + + +### [fireflyiii-12.0.7](https://github.com/truecharts/apps/compare/fireflyiii-12.0.6...fireflyiii-12.0.7) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [fireflyiii-12.0.6](https://github.com/truecharts/apps/compare/fireflyiii-12.0.5...fireflyiii-12.0.6) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + +#### Feat + +* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) + +#### Fix + +* prevent duplicate port use and fix some questions.yaml mistakes + + + + +### [fireflyiii-12.0.5](https://github.com/truecharts/apps/compare/fireflyiii-12.0.4...fireflyiii-12.0.5) (2021-11-02) + diff --git a/stable/flaresolverr/4.0.11/CONFIG.md b/stable/fireflyiii/13.0.2/CONFIG.md similarity index 100% rename from stable/flaresolverr/4.0.11/CONFIG.md rename to stable/fireflyiii/13.0.2/CONFIG.md diff --git a/stable/fireflyiii/13.0.2/Chart.lock b/stable/fireflyiii/13.0.2/Chart.lock new file mode 100644 index 00000000000..023dd432dc1 --- /dev/null +++ b/stable/fireflyiii/13.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:35:43.909326671Z" diff --git a/stable/fireflyiii/13.0.2/Chart.yaml b/stable/fireflyiii/13.0.2/Chart.yaml new file mode 100644 index 00000000000..1bc31395d67 --- /dev/null +++ b/stable/fireflyiii/13.0.2/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "5.5.12" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +deprecated: false +description: A free and open source personal finance manager +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: https://truecharts.org +name: fireflyiii +sources: +- https://github.com/firefly-iii/firefly-iii/ +type: application +version: 13.0.2 +annotations: + truecharts.org/catagories: | + - finacial + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fireflyiii/13.0.2/README.md b/stable/fireflyiii/13.0.2/README.md new file mode 100644 index 00000000000..c779b0e0408 --- /dev/null +++ b/stable/fireflyiii/13.0.2/README.md @@ -0,0 +1,38 @@ +# Introduction + +A free and open source personal finance manager + +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 + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | + +## 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 diff --git a/stable/fireflyiii/13.0.2/app-readme.md b/stable/fireflyiii/13.0.2/app-readme.md new file mode 100644 index 00000000000..cc381c8e1e8 --- /dev/null +++ b/stable/fireflyiii/13.0.2/app-readme.md @@ -0,0 +1,3 @@ +A free and open source personal finance manager + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/fireflyiii/13.0.2/charts/common-8.9.1.tgz b/stable/fireflyiii/13.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/fireflyiii/13.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/fireflyiii/13.0.2/charts/postgresql-6.0.7.tgz b/stable/fireflyiii/13.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/fireflyiii/13.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/fireflyiii/13.0.2/helm-values.md b/stable/fireflyiii/13.0.2/helm-values.md new file mode 100644 index 00000000000..34dbaa3b7e7 --- /dev/null +++ b/stable/fireflyiii/13.0.2/helm-values.md @@ -0,0 +1,42 @@ +# 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.APP_KEY | string | `"AGcfkCUS233ZWmBXztYbdyCs2u7kkz55"` | | +| env.DB_CONNECTION | string | `"pgsql"` | | +| env.DB_DATABASE | string | `"firefly"` | | +| env.DB_PORT | int | `5432` | | +| env.DB_USERNAME | string | `"firefly"` | | +| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | +| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"fireflyiii/core"` | | +| image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"firefly"` | | +| postgresql.postgresqlUsername | string | `"firefly"` | | +| probes.liveness.path | string | `"/login"` | | +| probes.readiness.path | string | `"/login"` | | +| probes.startup.path | string | `"/login"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `8080` | | +| service.main.ports.main.targetPort | int | `8080` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fireflyiii/13.0.2/ix_values.yaml b/stable/fireflyiii/13.0.2/ix_values.yaml new file mode 100644 index 00000000000..3965e092971 --- /dev/null +++ b/stable/fireflyiii/13.0.2/ix_values.yaml @@ -0,0 +1,61 @@ +# Default values for fireflyIII. + +image: + repository: fireflyiii/core + pullPolicy: IfNotPresent + tag: version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8080 + targetPort: 8080 + +probes: + liveness: + path: "/login" + + readiness: + path: "/login" + + startup: + path: "/login" + +env: + DB_USERNAME: firefly + DB_DATABASE: firefly + DB_CONNECTION: pgsql + DB_PORT: 5432 + APP_KEY: AGcfkCUS233ZWmBXztYbdyCs2u7kkz55 + +envValueFrom: + DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + +persistence: + data: + enabled: true + mountPath: "/var/www/html/storage/upload" + + +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: firefly + postgresqlDatabase: firefly diff --git a/stable/fireflyiii/13.0.2/questions.yaml b/stable/fireflyiii/13.0.2/questions.yaml new file mode 100644 index 00000000000..a6664548053 --- /dev/null +++ b/stable/fireflyiii/13.0.2/questions.yaml @@ -0,0 +1,1850 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + # Docker specific env + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + - variable: APP_KEY + label: "App Key" + description: "Your unique 32 application character key" + schema: + type: string + default: "" + min_length: 32 + max_length: 32 + valid_chars: '[a-zA-Z0-9!@#$%^&*?]{32}' + required: true + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10018 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 8080 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/var/www/html/storage/upload" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/freeradius/4.0.12/templates/common.yaml b/stable/fireflyiii/13.0.2/templates/common.yaml similarity index 100% rename from stable/freeradius/4.0.12/templates/common.yaml rename to stable/fireflyiii/13.0.2/templates/common.yaml diff --git a/stable/flaresolverr/4.0.11/values.yaml b/stable/fireflyiii/13.0.2/values.yaml similarity index 100% rename from stable/flaresolverr/4.0.11/values.yaml rename to stable/fireflyiii/13.0.2/values.yaml diff --git a/stable/firefox-syncserver/5.0.1/Chart.lock b/stable/firefox-syncserver/5.0.1/Chart.lock deleted file mode 100644 index ce4983bab35..00000000000 --- a/stable/firefox-syncserver/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:06:47.647033237Z" diff --git a/stable/firefox-syncserver/5.0.1/charts/common-8.6.3.tgz b/stable/firefox-syncserver/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/firefox-syncserver/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/5.0.1/charts/postgresql-6.0.3.tgz b/stable/firefox-syncserver/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/firefox-syncserver/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/5.0.1/CHANGELOG.md b/stable/firefox-syncserver/5.0.2/CHANGELOG.md similarity index 88% rename from stable/firefox-syncserver/5.0.1/CHANGELOG.md rename to stable/firefox-syncserver/5.0.2/CHANGELOG.md index a2b9d61e96b..97ab8c8fbf8 100644 --- a/stable/firefox-syncserver/5.0.1/CHANGELOG.md +++ b/stable/firefox-syncserver/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [firefox-syncserver-5.0.2](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.1...firefox-syncserver-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [firefox-syncserver-5.0.1](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.0...firefox-syncserver-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [firefox-syncserver-4.0.5](https://github.com/truecharts/apps/compare/firefox-syncserver-4.0.4...firefox-syncserver-4.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [firefox-syncserver-4.0.4](https://github.com/truecharts/apps/compare/firefox-syncserver-4.0.3...firefox-syncserver-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/flood/4.0.10/CONFIG.md b/stable/firefox-syncserver/5.0.2/CONFIG.md similarity index 100% rename from stable/flood/4.0.10/CONFIG.md rename to stable/firefox-syncserver/5.0.2/CONFIG.md diff --git a/stable/firefox-syncserver/5.0.2/Chart.lock b/stable/firefox-syncserver/5.0.2/Chart.lock new file mode 100644 index 00000000000..ecb704c731c --- /dev/null +++ b/stable/firefox-syncserver/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:36:28.957519654Z" diff --git a/stable/firefox-syncserver/5.0.1/Chart.yaml b/stable/firefox-syncserver/5.0.2/Chart.yaml similarity index 94% rename from stable/firefox-syncserver/5.0.1/Chart.yaml rename to stable/firefox-syncserver/5.0.2/Chart.yaml index dfbf0926ad2..9c4e30c82eb 100644 --- a/stable/firefox-syncserver/5.0.1/Chart.yaml +++ b/stable/firefox-syncserver/5.0.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.0" -version: 5.0.1 +version: 5.0.2 kubeVersion: '>=1.16.0-0' name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. @@ -18,11 +18,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/firefox-syncserver/5.0.1/README.md b/stable/firefox-syncserver/5.0.2/README.md similarity index 93% rename from stable/firefox-syncserver/5.0.1/README.md rename to stable/firefox-syncserver/5.0.2/README.md index 4cd32eeb65f..25140d6481e 100644 --- a/stable/firefox-syncserver/5.0.1/README.md +++ b/stable/firefox-syncserver/5.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/firefox-syncserver/5.0.1/app-readme.md b/stable/firefox-syncserver/5.0.2/app-readme.md similarity index 100% rename from stable/firefox-syncserver/5.0.1/app-readme.md rename to stable/firefox-syncserver/5.0.2/app-readme.md diff --git a/stable/firefox-syncserver/5.0.2/charts/common-8.9.1.tgz b/stable/firefox-syncserver/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/firefox-syncserver/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/firefox-syncserver/5.0.2/charts/postgresql-6.0.7.tgz b/stable/firefox-syncserver/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/firefox-syncserver/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/firefox-syncserver/5.0.1/helm-values.md b/stable/firefox-syncserver/5.0.2/helm-values.md similarity index 100% rename from stable/firefox-syncserver/5.0.1/helm-values.md rename to stable/firefox-syncserver/5.0.2/helm-values.md diff --git a/stable/firefox-syncserver/5.0.1/ix_values.yaml b/stable/firefox-syncserver/5.0.2/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/5.0.1/ix_values.yaml rename to stable/firefox-syncserver/5.0.2/ix_values.yaml diff --git a/stable/firefox-syncserver/5.0.1/questions.yaml b/stable/firefox-syncserver/5.0.2/questions.yaml similarity index 99% rename from stable/firefox-syncserver/5.0.1/questions.yaml rename to stable/firefox-syncserver/5.0.2/questions.yaml index 4560a43392d..24656793876 100644 --- a/stable/firefox-syncserver/5.0.1/questions.yaml +++ b/stable/firefox-syncserver/5.0.2/questions.yaml @@ -490,7 +490,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/firefox-syncserver/5.0.1/templates/common.yaml b/stable/firefox-syncserver/5.0.2/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/5.0.1/templates/common.yaml rename to stable/firefox-syncserver/5.0.2/templates/common.yaml diff --git a/stable/flood/4.0.10/values.yaml b/stable/firefox-syncserver/5.0.2/values.yaml similarity index 100% rename from stable/flood/4.0.10/values.yaml rename to stable/firefox-syncserver/5.0.2/values.yaml diff --git a/stable/flaresolverr/4.0.11/Chart.lock b/stable/flaresolverr/4.0.11/Chart.lock deleted file mode 100644 index dcf594ea05b..00000000000 --- a/stable/flaresolverr/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:07:22.328165528Z" diff --git a/stable/flaresolverr/4.0.11/charts/common-8.6.3.tgz b/stable/flaresolverr/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/flaresolverr/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/flaresolverr/4.0.11/CHANGELOG.md b/stable/flaresolverr/4.0.12/CHANGELOG.md similarity index 91% rename from stable/flaresolverr/4.0.11/CHANGELOG.md rename to stable/flaresolverr/4.0.12/CHANGELOG.md index fd40643432c..1f4ae5fac43 100644 --- a/stable/flaresolverr/4.0.11/CHANGELOG.md +++ b/stable/flaresolverr/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flaresolverr-4.0.12](https://github.com/truecharts/apps/compare/flaresolverr-4.0.11...flaresolverr-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flaresolverr-4.0.11](https://github.com/truecharts/apps/compare/flaresolverr-4.0.10...flaresolverr-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ ### [flaresolverr-4.0.4](https://github.com/truecharts/apps/compare/flaresolverr-4.0.3...flaresolverr-4.0.4) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [flaresolverr-4.0.3](https://github.com/truecharts/apps/compare/flaresolverr-4.0.2...flaresolverr-4.0.3) (2021-11-01) - diff --git a/stable/focalboard/4.0.10/CONFIG.md b/stable/flaresolverr/4.0.12/CONFIG.md similarity index 100% rename from stable/focalboard/4.0.10/CONFIG.md rename to stable/flaresolverr/4.0.12/CONFIG.md diff --git a/stable/flaresolverr/4.0.12/Chart.lock b/stable/flaresolverr/4.0.12/Chart.lock new file mode 100644 index 00000000000..8115445a2da --- /dev/null +++ b/stable/flaresolverr/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:37:11.295836704Z" diff --git a/stable/flaresolverr/4.0.11/Chart.yaml b/stable/flaresolverr/4.0.12/Chart.yaml similarity index 95% rename from stable/flaresolverr/4.0.11/Chart.yaml rename to stable/flaresolverr/4.0.12/Chart.yaml index 751e1783502..fc205fc996b 100644 --- a/stable/flaresolverr/4.0.11/Chart.yaml +++ b/stable/flaresolverr/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: FlareSolverr is a proxy server to bypass Cloudflare protection home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg @@ -19,7 +19,7 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/flaresolverr/4.0.11/README.md b/stable/flaresolverr/4.0.12/README.md similarity index 96% rename from stable/flaresolverr/4.0.11/README.md rename to stable/flaresolverr/4.0.12/README.md index d266644f559..088ecdf21ef 100644 --- a/stable/flaresolverr/4.0.11/README.md +++ b/stable/flaresolverr/4.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/flaresolverr/4.0.11/app-readme.md b/stable/flaresolverr/4.0.12/app-readme.md similarity index 100% rename from stable/flaresolverr/4.0.11/app-readme.md rename to stable/flaresolverr/4.0.12/app-readme.md diff --git a/stable/flaresolverr/4.0.12/charts/common-8.9.1.tgz b/stable/flaresolverr/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/flaresolverr/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/flaresolverr/4.0.11/helm-values.md b/stable/flaresolverr/4.0.12/helm-values.md similarity index 100% rename from stable/flaresolverr/4.0.11/helm-values.md rename to stable/flaresolverr/4.0.12/helm-values.md diff --git a/stable/flaresolverr/4.0.11/ix_values.yaml b/stable/flaresolverr/4.0.12/ix_values.yaml similarity index 100% rename from stable/flaresolverr/4.0.11/ix_values.yaml rename to stable/flaresolverr/4.0.12/ix_values.yaml diff --git a/stable/flaresolverr/4.0.11/questions.yaml b/stable/flaresolverr/4.0.12/questions.yaml similarity index 100% rename from stable/flaresolverr/4.0.11/questions.yaml rename to stable/flaresolverr/4.0.12/questions.yaml diff --git a/stable/flaresolverr/4.0.11/templates/common.yaml b/stable/flaresolverr/4.0.12/templates/common.yaml similarity index 100% rename from stable/flaresolverr/4.0.11/templates/common.yaml rename to stable/flaresolverr/4.0.12/templates/common.yaml diff --git a/stable/focalboard/4.0.10/values.yaml b/stable/flaresolverr/4.0.12/values.yaml similarity index 100% rename from stable/focalboard/4.0.10/values.yaml rename to stable/flaresolverr/4.0.12/values.yaml diff --git a/stable/flood/4.0.10/Chart.lock b/stable/flood/4.0.10/Chart.lock deleted file mode 100644 index 0fca5cf06f2..00000000000 --- a/stable/flood/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:07:48.99359634Z" diff --git a/stable/flood/4.0.10/charts/common-8.6.3.tgz b/stable/flood/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/flood/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/flood/4.0.10/CHANGELOG.md b/stable/flood/4.0.11/CHANGELOG.md similarity index 92% rename from stable/flood/4.0.10/CHANGELOG.md rename to stable/flood/4.0.11/CHANGELOG.md index 268aba9322c..f5270d8b696 100644 --- a/stable/flood/4.0.10/CHANGELOG.md +++ b/stable/flood/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flood-4.0.11](https://github.com/truecharts/apps/compare/flood-4.0.10...flood-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flood-4.0.10](https://github.com/truecharts/apps/compare/flood-4.0.9...flood-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [flood-4.0.2](https://github.com/truecharts/apps/compare/flood-4.0.1...flood-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/fossil/2.0.10/CONFIG.md b/stable/flood/4.0.11/CONFIG.md similarity index 100% rename from stable/fossil/2.0.10/CONFIG.md rename to stable/flood/4.0.11/CONFIG.md diff --git a/stable/flood/4.0.11/Chart.lock b/stable/flood/4.0.11/Chart.lock new file mode 100644 index 00000000000..e8130c9cbac --- /dev/null +++ b/stable/flood/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:37:43.642836441Z" diff --git a/stable/flood/4.0.10/Chart.yaml b/stable/flood/4.0.11/Chart.yaml similarity index 95% rename from stable/flood/4.0.10/Chart.yaml rename to stable/flood/4.0.11/Chart.yaml index 1fa8c276708..ed3edfb448b 100644 --- a/stable/flood/4.0.10/Chart.yaml +++ b/stable/flood/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.7.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Flood is a monitoring service for various torrent clients home: https://github.com/truechartsapps/tree/master/charts/stable/flood icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg @@ -21,7 +21,7 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/flood/4.0.10/README.md b/stable/flood/4.0.11/README.md similarity index 96% rename from stable/flood/4.0.10/README.md rename to stable/flood/4.0.11/README.md index c73f8a045f6..ca9e15cd16e 100644 --- a/stable/flood/4.0.10/README.md +++ b/stable/flood/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/flood/4.0.10/app-readme.md b/stable/flood/4.0.11/app-readme.md similarity index 100% rename from stable/flood/4.0.10/app-readme.md rename to stable/flood/4.0.11/app-readme.md diff --git a/stable/flood/4.0.11/charts/common-8.9.1.tgz b/stable/flood/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/flood/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/flood/4.0.10/ci/ct-values.yaml b/stable/flood/4.0.11/ci/ct-values.yaml similarity index 100% rename from stable/flood/4.0.10/ci/ct-values.yaml rename to stable/flood/4.0.11/ci/ct-values.yaml diff --git a/stable/flood/4.0.10/helm-values.md b/stable/flood/4.0.11/helm-values.md similarity index 100% rename from stable/flood/4.0.10/helm-values.md rename to stable/flood/4.0.11/helm-values.md diff --git a/stable/flood/4.0.10/ix_values.yaml b/stable/flood/4.0.11/ix_values.yaml similarity index 100% rename from stable/flood/4.0.10/ix_values.yaml rename to stable/flood/4.0.11/ix_values.yaml diff --git a/stable/flood/4.0.10/questions.yaml b/stable/flood/4.0.11/questions.yaml similarity index 100% rename from stable/flood/4.0.10/questions.yaml rename to stable/flood/4.0.11/questions.yaml diff --git a/stable/flood/4.0.10/templates/common.yaml b/stable/flood/4.0.11/templates/common.yaml similarity index 100% rename from stable/flood/4.0.10/templates/common.yaml rename to stable/flood/4.0.11/templates/common.yaml diff --git a/stable/fossil/2.0.10/values.yaml b/stable/flood/4.0.11/values.yaml similarity index 100% rename from stable/fossil/2.0.10/values.yaml rename to stable/flood/4.0.11/values.yaml diff --git a/stable/focalboard/4.0.10/Chart.lock b/stable/focalboard/4.0.10/Chart.lock deleted file mode 100644 index dd4fd652fee..00000000000 --- a/stable/focalboard/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:08:15.635060053Z" diff --git a/stable/focalboard/4.0.10/charts/common-8.6.3.tgz b/stable/focalboard/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/focalboard/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/focalboard/4.0.10/CHANGELOG.md b/stable/focalboard/4.0.11/CHANGELOG.md similarity index 92% rename from stable/focalboard/4.0.10/CHANGELOG.md rename to stable/focalboard/4.0.11/CHANGELOG.md index 4ab4ca42383..09d9ba0d107 100644 --- a/stable/focalboard/4.0.10/CHANGELOG.md +++ b/stable/focalboard/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [focalboard-4.0.11](https://github.com/truecharts/apps/compare/focalboard-4.0.10...focalboard-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [focalboard-4.0.10](https://github.com/truecharts/apps/compare/focalboard-4.0.9...focalboard-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [focalboard-4.0.2](https://github.com/truecharts/apps/compare/focalboard-4.0.1...focalboard-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/freeradius/4.0.12/CONFIG.md b/stable/focalboard/4.0.11/CONFIG.md similarity index 100% rename from stable/freeradius/4.0.12/CONFIG.md rename to stable/focalboard/4.0.11/CONFIG.md diff --git a/stable/focalboard/4.0.11/Chart.lock b/stable/focalboard/4.0.11/Chart.lock new file mode 100644 index 00000000000..e2ba183b97e --- /dev/null +++ b/stable/focalboard/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:38:16.232386311Z" diff --git a/stable/focalboard/4.0.10/Chart.yaml b/stable/focalboard/4.0.11/Chart.yaml similarity index 96% rename from stable/focalboard/4.0.10/Chart.yaml rename to stable/focalboard/4.0.11/Chart.yaml index 5c2dc55ae04..05e361f21f3 100644 --- a/stable/focalboard/4.0.10/Chart.yaml +++ b/stable/focalboard/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard @@ -22,7 +22,7 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/focalboard/4.0.10/README.md b/stable/focalboard/4.0.11/README.md similarity index 96% rename from stable/focalboard/4.0.10/README.md rename to stable/focalboard/4.0.11/README.md index 84647272fe6..dfed5a20300 100644 --- a/stable/focalboard/4.0.10/README.md +++ b/stable/focalboard/4.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/focalboard/4.0.10/app-readme.md b/stable/focalboard/4.0.11/app-readme.md similarity index 100% rename from stable/focalboard/4.0.10/app-readme.md rename to stable/focalboard/4.0.11/app-readme.md diff --git a/stable/focalboard/4.0.11/charts/common-8.9.1.tgz b/stable/focalboard/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/focalboard/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/focalboard/4.0.10/helm-values.md b/stable/focalboard/4.0.11/helm-values.md similarity index 100% rename from stable/focalboard/4.0.10/helm-values.md rename to stable/focalboard/4.0.11/helm-values.md diff --git a/stable/focalboard/4.0.10/ix_values.yaml b/stable/focalboard/4.0.11/ix_values.yaml similarity index 100% rename from stable/focalboard/4.0.10/ix_values.yaml rename to stable/focalboard/4.0.11/ix_values.yaml diff --git a/stable/focalboard/4.0.10/questions.yaml b/stable/focalboard/4.0.11/questions.yaml similarity index 100% rename from stable/focalboard/4.0.10/questions.yaml rename to stable/focalboard/4.0.11/questions.yaml diff --git a/stable/focalboard/4.0.10/templates/common.yaml b/stable/focalboard/4.0.11/templates/common.yaml similarity index 100% rename from stable/focalboard/4.0.10/templates/common.yaml rename to stable/focalboard/4.0.11/templates/common.yaml diff --git a/stable/freeradius/4.0.12/values.yaml b/stable/focalboard/4.0.11/values.yaml similarity index 100% rename from stable/freeradius/4.0.12/values.yaml rename to stable/focalboard/4.0.11/values.yaml diff --git a/stable/fossil/2.0.10/Chart.lock b/stable/fossil/2.0.10/Chart.lock deleted file mode 100644 index 0db9a173707..00000000000 --- a/stable/fossil/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:08:42.343659628Z" diff --git a/stable/fossil/2.0.10/charts/common-8.6.3.tgz b/stable/fossil/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/fossil/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/fossil/2.0.10/CHANGELOG.md b/stable/fossil/2.0.11/CHANGELOG.md similarity index 91% rename from stable/fossil/2.0.10/CHANGELOG.md rename to stable/fossil/2.0.11/CHANGELOG.md index c2deccb35eb..1f7993c6156 100644 --- a/stable/fossil/2.0.10/CHANGELOG.md +++ b/stable/fossil/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fossil-2.0.11](https://github.com/truecharts/apps/compare/fossil-2.0.10...fossil-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [fossil-2.0.10](https://github.com/truecharts/apps/compare/fossil-2.0.9...fossil-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ ### [fossil-2.0.3](https://github.com/truecharts/apps/compare/fossil-2.0.2...fossil-2.0.3) (2021-11-01) #### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [fossil-2.0.2](https://github.com/truecharts/apps/compare/fossil-2.0.1...fossil-2.0.2) (2021-10-26) - -#### Chore diff --git a/stable/freshrss/9.0.12/CONFIG.md b/stable/fossil/2.0.11/CONFIG.md similarity index 100% rename from stable/freshrss/9.0.12/CONFIG.md rename to stable/fossil/2.0.11/CONFIG.md diff --git a/stable/fossil/2.0.11/Chart.lock b/stable/fossil/2.0.11/Chart.lock new file mode 100644 index 00000000000..5c76ed76640 --- /dev/null +++ b/stable/fossil/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:38:48.483468368Z" diff --git a/stable/fossil/2.0.10/Chart.yaml b/stable/fossil/2.0.11/Chart.yaml similarity index 95% rename from stable/fossil/2.0.10/Chart.yaml rename to stable/fossil/2.0.11/Chart.yaml index f3fc5d9fd85..10f3d7b995d 100644 --- a/stable/fossil/2.0.10/Chart.yaml +++ b/stable/fossil/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.15.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A simple, high-reliability, distributed software configuration management system home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil @@ -20,7 +20,7 @@ name: fossil sources: - https://fossil-scm.org/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/fossil/2.0.10/README.md b/stable/fossil/2.0.11/README.md similarity index 96% rename from stable/fossil/2.0.10/README.md rename to stable/fossil/2.0.11/README.md index 642732079e7..aa9c10b9762 100644 --- a/stable/fossil/2.0.10/README.md +++ b/stable/fossil/2.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/fossil/2.0.10/app-readme.md b/stable/fossil/2.0.11/app-readme.md similarity index 100% rename from stable/fossil/2.0.10/app-readme.md rename to stable/fossil/2.0.11/app-readme.md diff --git a/stable/fossil/2.0.11/charts/common-8.9.1.tgz b/stable/fossil/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/fossil/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/fossil/2.0.10/helm-values.md b/stable/fossil/2.0.11/helm-values.md similarity index 100% rename from stable/fossil/2.0.10/helm-values.md rename to stable/fossil/2.0.11/helm-values.md diff --git a/stable/fossil/2.0.10/ix_values.yaml b/stable/fossil/2.0.11/ix_values.yaml similarity index 100% rename from stable/fossil/2.0.10/ix_values.yaml rename to stable/fossil/2.0.11/ix_values.yaml diff --git a/stable/fossil/2.0.10/questions.yaml b/stable/fossil/2.0.11/questions.yaml similarity index 100% rename from stable/fossil/2.0.10/questions.yaml rename to stable/fossil/2.0.11/questions.yaml diff --git a/stable/fossil/2.0.10/templates/common.yaml b/stable/fossil/2.0.11/templates/common.yaml similarity index 100% rename from stable/fossil/2.0.10/templates/common.yaml rename to stable/fossil/2.0.11/templates/common.yaml diff --git a/stable/freshrss/9.0.12/values.yaml b/stable/fossil/2.0.11/values.yaml similarity index 100% rename from stable/freshrss/9.0.12/values.yaml rename to stable/fossil/2.0.11/values.yaml diff --git a/stable/freeradius/4.0.12/Chart.lock b/stable/freeradius/4.0.12/Chart.lock deleted file mode 100644 index d67d012f128..00000000000 --- a/stable/freeradius/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:09:08.956404419Z" diff --git a/stable/freeradius/4.0.12/charts/common-8.6.3.tgz b/stable/freeradius/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/freeradius/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/freeradius/4.0.12/CHANGELOG.md b/stable/freeradius/4.0.13/CHANGELOG.md similarity index 91% rename from stable/freeradius/4.0.12/CHANGELOG.md rename to stable/freeradius/4.0.13/CHANGELOG.md index b9bb618a734..e85595a114b 100644 --- a/stable/freeradius/4.0.12/CHANGELOG.md +++ b/stable/freeradius/4.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freeradius-4.0.13](https://github.com/truecharts/apps/compare/freeradius-4.0.12...freeradius-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freeradius-4.0.12](https://github.com/truecharts/apps/compare/freeradius-4.0.11...freeradius-4.0.12) (2021-11-16) @@ -88,12 +97,3 @@ ### [freeradius-4.0.4](https://github.com/truecharts/apps/compare/freeradius-4.0.3...freeradius-4.0.4) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [freeradius-4.0.3](https://github.com/truecharts/apps/compare/freeradius-4.0.2...freeradius-4.0.3) (2021-11-01) - diff --git a/stable/gaps/9.0.10/CONFIG.md b/stable/freeradius/4.0.13/CONFIG.md similarity index 100% rename from stable/gaps/9.0.10/CONFIG.md rename to stable/freeradius/4.0.13/CONFIG.md diff --git a/stable/freeradius/4.0.13/Chart.lock b/stable/freeradius/4.0.13/Chart.lock new file mode 100644 index 00000000000..ea3fbc0bf74 --- /dev/null +++ b/stable/freeradius/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:39:20.858655174Z" diff --git a/stable/freeradius/4.0.12/Chart.yaml b/stable/freeradius/4.0.13/Chart.yaml similarity index 95% rename from stable/freeradius/4.0.12/Chart.yaml rename to stable/freeradius/4.0.13/Chart.yaml index cd76c202d75..f446c557f97 100644 --- a/stable/freeradius/4.0.12/Chart.yaml +++ b/stable/freeradius/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.23" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: OpenSource Radius implementation home: https://www.openldap.org @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - auth diff --git a/stable/freeradius/4.0.12/README.md b/stable/freeradius/4.0.13/README.md similarity index 96% rename from stable/freeradius/4.0.12/README.md rename to stable/freeradius/4.0.13/README.md index 90efa5d1fb1..a837745c9ff 100644 --- a/stable/freeradius/4.0.12/README.md +++ b/stable/freeradius/4.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/freeradius/4.0.12/app-readme.md b/stable/freeradius/4.0.13/app-readme.md similarity index 100% rename from stable/freeradius/4.0.12/app-readme.md rename to stable/freeradius/4.0.13/app-readme.md diff --git a/stable/freeradius/4.0.13/charts/common-8.9.1.tgz b/stable/freeradius/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/freeradius/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/freeradius/4.0.12/helm-values.md b/stable/freeradius/4.0.13/helm-values.md similarity index 100% rename from stable/freeradius/4.0.12/helm-values.md rename to stable/freeradius/4.0.13/helm-values.md diff --git a/stable/freeradius/4.0.12/ix_values.yaml b/stable/freeradius/4.0.13/ix_values.yaml similarity index 100% rename from stable/freeradius/4.0.12/ix_values.yaml rename to stable/freeradius/4.0.13/ix_values.yaml diff --git a/stable/freeradius/4.0.12/questions.yaml b/stable/freeradius/4.0.13/questions.yaml similarity index 100% rename from stable/freeradius/4.0.12/questions.yaml rename to stable/freeradius/4.0.13/questions.yaml diff --git a/stable/freeradius/4.0.13/templates/common.yaml b/stable/freeradius/4.0.13/templates/common.yaml new file mode 100644 index 00000000000..da58e96d9e0 --- /dev/null +++ b/stable/freeradius/4.0.13/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/gaps/9.0.10/values.yaml b/stable/freeradius/4.0.13/values.yaml similarity index 100% rename from stable/gaps/9.0.10/values.yaml rename to stable/freeradius/4.0.13/values.yaml diff --git a/stable/freshrss/9.0.12/Chart.lock b/stable/freshrss/9.0.12/Chart.lock deleted file mode 100644 index 715de57ff44..00000000000 --- a/stable/freshrss/9.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:04:47.180066754Z" diff --git a/stable/freshrss/9.0.12/charts/common-8.6.3.tgz b/stable/freshrss/9.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/freshrss/9.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/freshrss/9.0.12/CHANGELOG.md b/stable/freshrss/9.0.13/CHANGELOG.md similarity index 92% rename from stable/freshrss/9.0.12/CHANGELOG.md rename to stable/freshrss/9.0.13/CHANGELOG.md index 35a613b86e0..b356e308166 100644 --- a/stable/freshrss/9.0.12/CHANGELOG.md +++ b/stable/freshrss/9.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freshrss-9.0.13](https://github.com/truecharts/apps/compare/freshrss-9.0.12...freshrss-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freshrss-9.0.12](https://github.com/truecharts/apps/compare/freshrss-9.0.11...freshrss-9.0.12) (2021-11-18) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [freshrss-9.0.4](https://github.com/truecharts/apps/compare/freshrss-9.0.3...freshrss-9.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/gitea/5.0.2/CONFIG.md b/stable/freshrss/9.0.13/CONFIG.md similarity index 100% rename from stable/gitea/5.0.2/CONFIG.md rename to stable/freshrss/9.0.13/CONFIG.md diff --git a/stable/freshrss/9.0.13/Chart.lock b/stable/freshrss/9.0.13/Chart.lock new file mode 100644 index 00000000000..5d150d00b0c --- /dev/null +++ b/stable/freshrss/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:39:52.865956668Z" diff --git a/stable/freshrss/9.0.12/Chart.yaml b/stable/freshrss/9.0.13/Chart.yaml similarity index 95% rename from stable/freshrss/9.0.12/Chart.yaml rename to stable/freshrss/9.0.13/Chart.yaml index 463483541fd..8459ddd5a5e 100644 --- a/stable/freshrss/9.0.12/Chart.yaml +++ b/stable/freshrss/9.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.18.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss @@ -21,7 +21,7 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/freshrss/9.0.12/README.md b/stable/freshrss/9.0.13/README.md similarity index 96% rename from stable/freshrss/9.0.12/README.md rename to stable/freshrss/9.0.13/README.md index a909e3f9924..75d3f87e5cf 100644 --- a/stable/freshrss/9.0.12/README.md +++ b/stable/freshrss/9.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/freshrss/9.0.12/app-readme.md b/stable/freshrss/9.0.13/app-readme.md similarity index 100% rename from stable/freshrss/9.0.12/app-readme.md rename to stable/freshrss/9.0.13/app-readme.md diff --git a/stable/freshrss/9.0.13/charts/common-8.9.1.tgz b/stable/freshrss/9.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/freshrss/9.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/freshrss/9.0.12/helm-values.md b/stable/freshrss/9.0.13/helm-values.md similarity index 100% rename from stable/freshrss/9.0.12/helm-values.md rename to stable/freshrss/9.0.13/helm-values.md diff --git a/stable/freshrss/9.0.12/ix_values.yaml b/stable/freshrss/9.0.13/ix_values.yaml similarity index 100% rename from stable/freshrss/9.0.12/ix_values.yaml rename to stable/freshrss/9.0.13/ix_values.yaml diff --git a/stable/freshrss/9.0.12/questions.yaml b/stable/freshrss/9.0.13/questions.yaml similarity index 100% rename from stable/freshrss/9.0.12/questions.yaml rename to stable/freshrss/9.0.13/questions.yaml diff --git a/stable/freshrss/9.0.12/templates/common.yaml b/stable/freshrss/9.0.13/templates/common.yaml similarity index 100% rename from stable/freshrss/9.0.12/templates/common.yaml rename to stable/freshrss/9.0.13/templates/common.yaml diff --git a/stable/gitea/5.0.2/values.yaml b/stable/freshrss/9.0.13/values.yaml similarity index 100% rename from stable/gitea/5.0.2/values.yaml rename to stable/freshrss/9.0.13/values.yaml diff --git a/stable/gaps/9.0.10/Chart.lock b/stable/gaps/9.0.10/Chart.lock deleted file mode 100644 index 7704fdbc07f..00000000000 --- a/stable/gaps/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:10:02.156975759Z" diff --git a/stable/gaps/9.0.10/charts/common-8.6.3.tgz b/stable/gaps/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/gaps/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/gaps/9.0.10/CHANGELOG.md b/stable/gaps/9.0.11/CHANGELOG.md similarity index 92% rename from stable/gaps/9.0.10/CHANGELOG.md rename to stable/gaps/9.0.11/CHANGELOG.md index b02b3641904..57150029f48 100644 --- a/stable/gaps/9.0.10/CHANGELOG.md +++ b/stable/gaps/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gaps-9.0.11](https://github.com/truecharts/apps/compare/gaps-9.0.10...gaps-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gaps-9.0.10](https://github.com/truecharts/apps/compare/gaps-9.0.9...gaps-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [gaps-9.0.2](https://github.com/truecharts/apps/compare/gaps-9.0.1...gaps-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/golinks/2.0.10/CONFIG.md b/stable/gaps/9.0.11/CONFIG.md similarity index 100% rename from stable/golinks/2.0.10/CONFIG.md rename to stable/gaps/9.0.11/CONFIG.md diff --git a/stable/gaps/9.0.11/Chart.lock b/stable/gaps/9.0.11/Chart.lock new file mode 100644 index 00000000000..edfba0596f2 --- /dev/null +++ b/stable/gaps/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:40:24.959758193Z" diff --git a/stable/gaps/9.0.10/Chart.yaml b/stable/gaps/9.0.11/Chart.yaml similarity index 95% rename from stable/gaps/9.0.10/Chart.yaml rename to stable/gaps/9.0.11/Chart.yaml index eb877893379..471c9d20cee 100644 --- a/stable/gaps/9.0.10/Chart.yaml +++ b/stable/gaps/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.8" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. @@ -22,7 +22,7 @@ name: gaps sources: - https://github.com/JasonHHouse/gaps type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/gaps/9.0.10/README.md b/stable/gaps/9.0.11/README.md similarity index 96% rename from stable/gaps/9.0.10/README.md rename to stable/gaps/9.0.11/README.md index 31281e3f5a5..10776417e3f 100644 --- a/stable/gaps/9.0.10/README.md +++ b/stable/gaps/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/gaps/9.0.10/app-readme.md b/stable/gaps/9.0.11/app-readme.md similarity index 100% rename from stable/gaps/9.0.10/app-readme.md rename to stable/gaps/9.0.11/app-readme.md diff --git a/stable/gaps/9.0.11/charts/common-8.9.1.tgz b/stable/gaps/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/gaps/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/gaps/9.0.10/helm-values.md b/stable/gaps/9.0.11/helm-values.md similarity index 100% rename from stable/gaps/9.0.10/helm-values.md rename to stable/gaps/9.0.11/helm-values.md diff --git a/stable/gaps/9.0.10/ix_values.yaml b/stable/gaps/9.0.11/ix_values.yaml similarity index 100% rename from stable/gaps/9.0.10/ix_values.yaml rename to stable/gaps/9.0.11/ix_values.yaml diff --git a/stable/gaps/9.0.10/questions.yaml b/stable/gaps/9.0.11/questions.yaml similarity index 100% rename from stable/gaps/9.0.10/questions.yaml rename to stable/gaps/9.0.11/questions.yaml diff --git a/stable/gaps/9.0.10/templates/common.yaml b/stable/gaps/9.0.11/templates/common.yaml similarity index 100% rename from stable/gaps/9.0.10/templates/common.yaml rename to stable/gaps/9.0.11/templates/common.yaml diff --git a/stable/golinks/2.0.10/values.yaml b/stable/gaps/9.0.11/values.yaml similarity index 100% rename from stable/golinks/2.0.10/values.yaml rename to stable/gaps/9.0.11/values.yaml diff --git a/stable/gitea/5.0.2/charts/common-8.6.3.tgz b/stable/gitea/5.0.2/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/gitea/5.0.2/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/gitea/5.0.2/charts/memcached-1.0.6.tgz b/stable/gitea/5.0.2/charts/memcached-1.0.6.tgz deleted file mode 100644 index d4ab09fea78..00000000000 Binary files a/stable/gitea/5.0.2/charts/memcached-1.0.6.tgz and /dev/null differ diff --git a/stable/gitea/5.0.2/charts/postgresql-6.0.3.tgz b/stable/gitea/5.0.2/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/gitea/5.0.2/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/gitea/5.0.2/CHANGELOG.md b/stable/gitea/5.0.3/CHANGELOG.md similarity index 91% rename from stable/gitea/5.0.2/CHANGELOG.md rename to stable/gitea/5.0.3/CHANGELOG.md index 82eb12861c6..da803a42900 100644 --- a/stable/gitea/5.0.2/CHANGELOG.md +++ b/stable/gitea/5.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gitea-5.0.3](https://github.com/truecharts/apps/compare/gitea-5.0.2...gitea-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gitea-5.0.2](https://github.com/truecharts/apps/compare/gitea-5.0.1...gitea-5.0.2) (2021-11-16) @@ -88,12 +97,3 @@ ### [gitea-4.0.9](https://github.com/truecharts/apps/compare/gitea-4.0.8...gitea-4.0.9) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [gitea-4.0.8](https://github.com/truecharts/apps/compare/gitea-4.0.7...gitea-4.0.8) (2021-11-07) diff --git a/stable/gonic/4.0.10/CONFIG.md b/stable/gitea/5.0.3/CONFIG.md similarity index 100% rename from stable/gonic/4.0.10/CONFIG.md rename to stable/gitea/5.0.3/CONFIG.md diff --git a/stable/gitea/5.0.2/Chart.lock b/stable/gitea/5.0.3/Chart.lock similarity index 50% rename from stable/gitea/5.0.2/Chart.lock rename to stable/gitea/5.0.3/Chart.lock index 82ef27dc984..4445650bccb 100644 --- a/stable/gitea/5.0.2/Chart.lock +++ b/stable/gitea/5.0.3/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 - name: memcached repository: https://truecharts.org/ - version: 1.0.6 -digest: sha256:6b72f2631d69c2a4b3931c0b7fa6f470b9709ddeb70c6dc8d151cb95e429c869 -generated: "2021-11-16T22:10:31.324805649Z" + version: 1.0.10 +digest: sha256:d28cf9458e93df9bec8667a6c521a588164431a9de6a757af7c991b857a34801 +generated: "2021-11-22T22:41:00.155026489Z" diff --git a/stable/gitea/5.0.2/Chart.yaml b/stable/gitea/5.0.3/Chart.yaml similarity index 93% rename from stable/gitea/5.0.2/Chart.yaml rename to stable/gitea/5.0.3/Chart.yaml index 36df852ebb5..e10fe3964b2 100644 --- a/stable/gitea/5.0.2/Chart.yaml +++ b/stable/gitea/5.0.3/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "1.15.6" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 - condition: memcached.enabled name: memcached repository: https://truecharts.org/ - version: 1.0.6 + version: 1.0.10 deprecated: false description: Self hosted GIT repositories home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea @@ -34,7 +34,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - GIT diff --git a/stable/gitea/5.0.2/README.md b/stable/gitea/5.0.3/README.md similarity index 90% rename from stable/gitea/5.0.2/README.md rename to stable/gitea/5.0.3/README.md index 40a7924f9fe..7ea91d6377d 100644 --- a/stable/gitea/5.0.2/README.md +++ b/stable/gitea/5.0.3/README.md @@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | memcached | 1.0.6 | -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | memcached | 1.0.10 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/gitea/5.0.2/app-readme.md b/stable/gitea/5.0.3/app-readme.md similarity index 100% rename from stable/gitea/5.0.2/app-readme.md rename to stable/gitea/5.0.3/app-readme.md diff --git a/stable/gitea/5.0.3/charts/common-8.9.1.tgz b/stable/gitea/5.0.3/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/gitea/5.0.3/charts/common-8.9.1.tgz differ diff --git a/stable/gitea/5.0.3/charts/memcached-1.0.10.tgz b/stable/gitea/5.0.3/charts/memcached-1.0.10.tgz new file mode 100644 index 00000000000..9c9de0c19c4 Binary files /dev/null and b/stable/gitea/5.0.3/charts/memcached-1.0.10.tgz differ diff --git a/stable/gitea/5.0.3/charts/postgresql-6.0.7.tgz b/stable/gitea/5.0.3/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/gitea/5.0.3/charts/postgresql-6.0.7.tgz differ diff --git a/stable/gitea/5.0.2/ci/basic-values.yaml b/stable/gitea/5.0.3/ci/basic-values.yaml similarity index 100% rename from stable/gitea/5.0.2/ci/basic-values.yaml rename to stable/gitea/5.0.3/ci/basic-values.yaml diff --git a/stable/gitea/5.0.2/ci/ingress-values.yaml b/stable/gitea/5.0.3/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/5.0.2/ci/ingress-values.yaml rename to stable/gitea/5.0.3/ci/ingress-values.yaml diff --git a/stable/gitea/5.0.2/helm-values.md b/stable/gitea/5.0.3/helm-values.md similarity index 100% rename from stable/gitea/5.0.2/helm-values.md rename to stable/gitea/5.0.3/helm-values.md diff --git a/stable/gitea/5.0.2/ix_values.yaml b/stable/gitea/5.0.3/ix_values.yaml similarity index 100% rename from stable/gitea/5.0.2/ix_values.yaml rename to stable/gitea/5.0.3/ix_values.yaml diff --git a/stable/gitea/5.0.2/questions.yaml b/stable/gitea/5.0.3/questions.yaml similarity index 100% rename from stable/gitea/5.0.2/questions.yaml rename to stable/gitea/5.0.3/questions.yaml diff --git a/stable/gitea/5.0.2/templates/_configmap.tpl b/stable/gitea/5.0.3/templates/_configmap.tpl similarity index 100% rename from stable/gitea/5.0.2/templates/_configmap.tpl rename to stable/gitea/5.0.3/templates/_configmap.tpl diff --git a/stable/gitea/5.0.2/templates/_secrets.tpl b/stable/gitea/5.0.3/templates/_secrets.tpl similarity index 100% rename from stable/gitea/5.0.2/templates/_secrets.tpl rename to stable/gitea/5.0.3/templates/_secrets.tpl diff --git a/stable/gitea/5.0.2/templates/common.yaml b/stable/gitea/5.0.3/templates/common.yaml similarity index 100% rename from stable/gitea/5.0.2/templates/common.yaml rename to stable/gitea/5.0.3/templates/common.yaml diff --git a/stable/gonic/4.0.10/values.yaml b/stable/gitea/5.0.3/values.yaml similarity index 100% rename from stable/gonic/4.0.10/values.yaml rename to stable/gitea/5.0.3/values.yaml diff --git a/stable/golinks/2.0.10/Chart.lock b/stable/golinks/2.0.10/Chart.lock deleted file mode 100644 index a3b3c118825..00000000000 --- a/stable/golinks/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:11:16.334615899Z" diff --git a/stable/golinks/2.0.10/charts/common-8.6.3.tgz b/stable/golinks/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/golinks/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/golinks/2.0.10/CHANGELOG.md b/stable/golinks/2.0.11/CHANGELOG.md similarity index 92% rename from stable/golinks/2.0.10/CHANGELOG.md rename to stable/golinks/2.0.11/CHANGELOG.md index 4c17c3f426d..0bed669ee56 100644 --- a/stable/golinks/2.0.10/CHANGELOG.md +++ b/stable/golinks/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [golinks-2.0.11](https://github.com/truecharts/apps/compare/golinks-2.0.10...golinks-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [golinks-2.0.10](https://github.com/truecharts/apps/compare/golinks-2.0.9...golinks-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [golinks-2.0.2](https://github.com/truecharts/apps/compare/golinks-2.0.1...golinks-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/gotify/5.0.1/CONFIG.md b/stable/golinks/2.0.11/CONFIG.md similarity index 100% rename from stable/gotify/5.0.1/CONFIG.md rename to stable/golinks/2.0.11/CONFIG.md diff --git a/stable/golinks/2.0.11/Chart.lock b/stable/golinks/2.0.11/Chart.lock new file mode 100644 index 00000000000..d70b50ba96c --- /dev/null +++ b/stable/golinks/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:41:53.107873598Z" diff --git a/stable/golinks/2.0.10/Chart.yaml b/stable/golinks/2.0.11/Chart.yaml similarity index 95% rename from stable/golinks/2.0.10/Chart.yaml rename to stable/golinks/2.0.11/Chart.yaml index d4dc95adb05..eac1987aa3c 100644 --- a/stable/golinks/2.0.10/Chart.yaml +++ b/stable/golinks/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "154c581" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks @@ -24,7 +24,7 @@ sources: - https://github.com/prologic/golinks - https://github.com/nicholaswilde/docker-golinks type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/golinks/2.0.10/README.md b/stable/golinks/2.0.11/README.md similarity index 96% rename from stable/golinks/2.0.10/README.md rename to stable/golinks/2.0.11/README.md index 0d1b87772b2..53cabb8ab00 100644 --- a/stable/golinks/2.0.10/README.md +++ b/stable/golinks/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/golinks/2.0.10/app-readme.md b/stable/golinks/2.0.11/app-readme.md similarity index 100% rename from stable/golinks/2.0.10/app-readme.md rename to stable/golinks/2.0.11/app-readme.md diff --git a/stable/golinks/2.0.11/charts/common-8.9.1.tgz b/stable/golinks/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/golinks/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/golinks/2.0.10/helm-values.md b/stable/golinks/2.0.11/helm-values.md similarity index 100% rename from stable/golinks/2.0.10/helm-values.md rename to stable/golinks/2.0.11/helm-values.md diff --git a/stable/golinks/2.0.10/ix_values.yaml b/stable/golinks/2.0.11/ix_values.yaml similarity index 100% rename from stable/golinks/2.0.10/ix_values.yaml rename to stable/golinks/2.0.11/ix_values.yaml diff --git a/stable/golinks/2.0.10/questions.yaml b/stable/golinks/2.0.11/questions.yaml similarity index 100% rename from stable/golinks/2.0.10/questions.yaml rename to stable/golinks/2.0.11/questions.yaml diff --git a/stable/golinks/2.0.10/templates/common.yaml b/stable/golinks/2.0.11/templates/common.yaml similarity index 100% rename from stable/golinks/2.0.10/templates/common.yaml rename to stable/golinks/2.0.11/templates/common.yaml diff --git a/stable/gotify/5.0.1/values.yaml b/stable/golinks/2.0.11/values.yaml similarity index 100% rename from stable/gotify/5.0.1/values.yaml rename to stable/golinks/2.0.11/values.yaml diff --git a/stable/gonic/4.0.10/Chart.lock b/stable/gonic/4.0.10/Chart.lock deleted file mode 100644 index 942d7803fcd..00000000000 --- a/stable/gonic/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:11:42.953790733Z" diff --git a/stable/gonic/4.0.10/charts/common-8.6.3.tgz b/stable/gonic/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/gonic/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/gonic/4.0.10/CHANGELOG.md b/stable/gonic/4.0.11/CHANGELOG.md similarity index 92% rename from stable/gonic/4.0.10/CHANGELOG.md rename to stable/gonic/4.0.11/CHANGELOG.md index 66704c77531..181db04763c 100644 --- a/stable/gonic/4.0.10/CHANGELOG.md +++ b/stable/gonic/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gonic-4.0.11](https://github.com/truecharts/apps/compare/gonic-4.0.10...gonic-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gonic-4.0.10](https://github.com/truecharts/apps/compare/gonic-4.0.9...gonic-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [gonic-4.0.2](https://github.com/truecharts/apps/compare/gonic-4.0.1...gonic-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/grav/2.0.10/CONFIG.md b/stable/gonic/4.0.11/CONFIG.md similarity index 100% rename from stable/grav/2.0.10/CONFIG.md rename to stable/gonic/4.0.11/CONFIG.md diff --git a/stable/gonic/4.0.11/Chart.lock b/stable/gonic/4.0.11/Chart.lock new file mode 100644 index 00000000000..d242e4297a6 --- /dev/null +++ b/stable/gonic/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:42:25.096816028Z" diff --git a/stable/gonic/4.0.10/Chart.yaml b/stable/gonic/4.0.11/Chart.yaml similarity index 95% rename from stable/gonic/4.0.10/Chart.yaml rename to stable/gonic/4.0.11/Chart.yaml index 84177cc8bc7..e2dd6870d63 100644 --- a/stable/gonic/4.0.10/Chart.yaml +++ b/stable/gonic/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.14.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Music streaming server / subsonic server API implementation home: https://github.com/truechartsapps/tree/master/charts/stable/gonic icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png @@ -19,7 +19,7 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/gonic/4.0.10/README.md b/stable/gonic/4.0.11/README.md similarity index 96% rename from stable/gonic/4.0.10/README.md rename to stable/gonic/4.0.11/README.md index 489ef7f2390..78ef40ae546 100644 --- a/stable/gonic/4.0.10/README.md +++ b/stable/gonic/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/gonic/4.0.10/app-readme.md b/stable/gonic/4.0.11/app-readme.md similarity index 100% rename from stable/gonic/4.0.10/app-readme.md rename to stable/gonic/4.0.11/app-readme.md diff --git a/stable/gonic/4.0.11/charts/common-8.9.1.tgz b/stable/gonic/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/gonic/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/gonic/4.0.10/ci/ct-values.yaml b/stable/gonic/4.0.11/ci/ct-values.yaml similarity index 100% rename from stable/gonic/4.0.10/ci/ct-values.yaml rename to stable/gonic/4.0.11/ci/ct-values.yaml diff --git a/stable/gonic/4.0.10/helm-values.md b/stable/gonic/4.0.11/helm-values.md similarity index 100% rename from stable/gonic/4.0.10/helm-values.md rename to stable/gonic/4.0.11/helm-values.md diff --git a/stable/gonic/4.0.10/ix_values.yaml b/stable/gonic/4.0.11/ix_values.yaml similarity index 100% rename from stable/gonic/4.0.10/ix_values.yaml rename to stable/gonic/4.0.11/ix_values.yaml diff --git a/stable/gonic/4.0.10/questions.yaml b/stable/gonic/4.0.11/questions.yaml similarity index 100% rename from stable/gonic/4.0.10/questions.yaml rename to stable/gonic/4.0.11/questions.yaml diff --git a/stable/gonic/4.0.10/templates/common.yaml b/stable/gonic/4.0.11/templates/common.yaml similarity index 100% rename from stable/gonic/4.0.10/templates/common.yaml rename to stable/gonic/4.0.11/templates/common.yaml diff --git a/stable/grav/2.0.10/values.yaml b/stable/gonic/4.0.11/values.yaml similarity index 100% rename from stable/grav/2.0.10/values.yaml rename to stable/gonic/4.0.11/values.yaml diff --git a/stable/gotify/5.0.1/Chart.lock b/stable/gotify/5.0.1/Chart.lock deleted file mode 100644 index 1675f7ae1b5..00000000000 --- a/stable/gotify/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:12:11.025046828Z" diff --git a/stable/gotify/5.0.1/charts/common-8.6.3.tgz b/stable/gotify/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/gotify/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/gotify/5.0.1/charts/postgresql-6.0.3.tgz b/stable/gotify/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/gotify/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/gotify/5.0.1/CHANGELOG.md b/stable/gotify/5.0.2/CHANGELOG.md similarity index 87% rename from stable/gotify/5.0.1/CHANGELOG.md rename to stable/gotify/5.0.2/CHANGELOG.md index 2461f130e36..0408c84c25c 100644 --- a/stable/gotify/5.0.1/CHANGELOG.md +++ b/stable/gotify/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [gotify-5.0.2](https://github.com/truecharts/apps/compare/gotify-5.0.1...gotify-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [gotify-5.0.1](https://github.com/truecharts/apps/compare/gotify-5.0.0...gotify-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ * prevent duplicate port use and fix some questions.yaml mistakes - - -### [gotify-4.0.5](https://github.com/truecharts/apps/compare/gotify-4.0.4...gotify-4.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [gotify-4.0.4](https://github.com/truecharts/apps/compare/gotify-4.0.3...gotify-4.0.4) (2021-11-01) - diff --git a/stable/grocy/9.0.10/CONFIG.md b/stable/gotify/5.0.2/CONFIG.md similarity index 100% rename from stable/grocy/9.0.10/CONFIG.md rename to stable/gotify/5.0.2/CONFIG.md diff --git a/stable/gotify/5.0.2/Chart.lock b/stable/gotify/5.0.2/Chart.lock new file mode 100644 index 00000000000..dff98e05800 --- /dev/null +++ b/stable/gotify/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:42:58.88898947Z" diff --git a/stable/gotify/5.0.1/Chart.yaml b/stable/gotify/5.0.2/Chart.yaml similarity index 94% rename from stable/gotify/5.0.1/Chart.yaml rename to stable/gotify/5.0.2/Chart.yaml index 4ba8ac722ca..f0a1336ff75 100644 --- a/stable/gotify/5.0.1/Chart.yaml +++ b/stable/gotify/5.0.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "2.1.0" -version: 5.0.1 +version: 5.0.2 kubeVersion: '>=1.16.0-0' name: gotify description: a simple server for sending and receiving messages @@ -18,11 +18,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/gotify/5.0.1/README.md b/stable/gotify/5.0.2/README.md similarity index 93% rename from stable/gotify/5.0.1/README.md rename to stable/gotify/5.0.2/README.md index 11f8955b44f..e8e736d5179 100644 --- a/stable/gotify/5.0.1/README.md +++ b/stable/gotify/5.0.2/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/gotify/5.0.1/app-readme.md b/stable/gotify/5.0.2/app-readme.md similarity index 100% rename from stable/gotify/5.0.1/app-readme.md rename to stable/gotify/5.0.2/app-readme.md diff --git a/stable/gotify/5.0.2/charts/common-8.9.1.tgz b/stable/gotify/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/gotify/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/gotify/5.0.2/charts/postgresql-6.0.7.tgz b/stable/gotify/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/gotify/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/gotify/5.0.1/helm-values.md b/stable/gotify/5.0.2/helm-values.md similarity index 100% rename from stable/gotify/5.0.1/helm-values.md rename to stable/gotify/5.0.2/helm-values.md diff --git a/stable/gotify/5.0.1/ix_values.yaml b/stable/gotify/5.0.2/ix_values.yaml similarity index 100% rename from stable/gotify/5.0.1/ix_values.yaml rename to stable/gotify/5.0.2/ix_values.yaml diff --git a/stable/gotify/5.0.1/questions.yaml b/stable/gotify/5.0.2/questions.yaml similarity index 99% rename from stable/gotify/5.0.1/questions.yaml rename to stable/gotify/5.0.2/questions.yaml index 3fc45526651..2263207c3f6 100644 --- a/stable/gotify/5.0.1/questions.yaml +++ b/stable/gotify/5.0.2/questions.yaml @@ -511,7 +511,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/gotify/5.0.1/templates/_configmap.tpl b/stable/gotify/5.0.2/templates/_configmap.tpl similarity index 100% rename from stable/gotify/5.0.1/templates/_configmap.tpl rename to stable/gotify/5.0.2/templates/_configmap.tpl diff --git a/stable/gotify/5.0.1/templates/common.yaml b/stable/gotify/5.0.2/templates/common.yaml similarity index 100% rename from stable/gotify/5.0.1/templates/common.yaml rename to stable/gotify/5.0.2/templates/common.yaml diff --git a/stable/grocy/9.0.10/values.yaml b/stable/gotify/5.0.2/values.yaml similarity index 100% rename from stable/grocy/9.0.10/values.yaml rename to stable/gotify/5.0.2/values.yaml diff --git a/stable/grav/2.0.10/Chart.lock b/stable/grav/2.0.10/Chart.lock deleted file mode 100644 index c30e2aafaea..00000000000 --- a/stable/grav/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:12:45.53895312Z" diff --git a/stable/grav/2.0.10/charts/common-8.6.3.tgz b/stable/grav/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/grav/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/grav/2.0.10/CHANGELOG.md b/stable/grav/2.0.11/CHANGELOG.md similarity index 92% rename from stable/grav/2.0.10/CHANGELOG.md rename to stable/grav/2.0.11/CHANGELOG.md index b9b1bc0b5d6..af3a10bc0a9 100644 --- a/stable/grav/2.0.10/CHANGELOG.md +++ b/stable/grav/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grav-2.0.11](https://github.com/truecharts/apps/compare/grav-2.0.10...grav-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grav-2.0.10](https://github.com/truecharts/apps/compare/grav-2.0.9...grav-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [grav-2.0.2](https://github.com/truecharts/apps/compare/grav-2.0.1...grav-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/handbrake/9.0.10/CONFIG.md b/stable/grav/2.0.11/CONFIG.md similarity index 100% rename from stable/handbrake/9.0.10/CONFIG.md rename to stable/grav/2.0.11/CONFIG.md diff --git a/stable/grav/2.0.11/Chart.lock b/stable/grav/2.0.11/Chart.lock new file mode 100644 index 00000000000..1311239248a --- /dev/null +++ b/stable/grav/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:43:42.106975866Z" diff --git a/stable/grav/2.0.10/Chart.yaml b/stable/grav/2.0.11/Chart.yaml similarity index 95% rename from stable/grav/2.0.10/Chart.yaml rename to stable/grav/2.0.11/Chart.yaml index 68262bad8b6..20cacfd938e 100644 --- a/stable/grav/2.0.10/Chart.yaml +++ b/stable/grav/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.18" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A Fast, Simple, and Flexible, file-based Web-platform. home: https://github.com/truecharts/apps/tree/master/charts/stable/grav icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/grav/2.0.10/README.md b/stable/grav/2.0.11/README.md similarity index 96% rename from stable/grav/2.0.10/README.md rename to stable/grav/2.0.11/README.md index 49768887871..54536712a2e 100644 --- a/stable/grav/2.0.10/README.md +++ b/stable/grav/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/grav/2.0.10/app-readme.md b/stable/grav/2.0.11/app-readme.md similarity index 100% rename from stable/grav/2.0.10/app-readme.md rename to stable/grav/2.0.11/app-readme.md diff --git a/stable/grav/2.0.11/charts/common-8.9.1.tgz b/stable/grav/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/grav/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/grav/2.0.10/helm-values.md b/stable/grav/2.0.11/helm-values.md similarity index 100% rename from stable/grav/2.0.10/helm-values.md rename to stable/grav/2.0.11/helm-values.md diff --git a/stable/grav/2.0.10/ix_values.yaml b/stable/grav/2.0.11/ix_values.yaml similarity index 100% rename from stable/grav/2.0.10/ix_values.yaml rename to stable/grav/2.0.11/ix_values.yaml diff --git a/stable/grav/2.0.10/questions.yaml b/stable/grav/2.0.11/questions.yaml similarity index 100% rename from stable/grav/2.0.10/questions.yaml rename to stable/grav/2.0.11/questions.yaml diff --git a/stable/grav/2.0.10/templates/common.yaml b/stable/grav/2.0.11/templates/common.yaml similarity index 100% rename from stable/grav/2.0.10/templates/common.yaml rename to stable/grav/2.0.11/templates/common.yaml diff --git a/stable/handbrake/9.0.10/values.yaml b/stable/grav/2.0.11/values.yaml similarity index 100% rename from stable/handbrake/9.0.10/values.yaml rename to stable/grav/2.0.11/values.yaml diff --git a/stable/grocy/9.0.10/Chart.lock b/stable/grocy/9.0.10/Chart.lock deleted file mode 100644 index c00c29c8641..00000000000 --- a/stable/grocy/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:13:11.923738722Z" diff --git a/stable/grocy/9.0.10/charts/common-8.6.3.tgz b/stable/grocy/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/grocy/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/grocy/9.0.10/CHANGELOG.md b/stable/grocy/9.0.11/CHANGELOG.md similarity index 92% rename from stable/grocy/9.0.10/CHANGELOG.md rename to stable/grocy/9.0.11/CHANGELOG.md index 76fd8d5d651..8066db65eb3 100644 --- a/stable/grocy/9.0.10/CHANGELOG.md +++ b/stable/grocy/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grocy-9.0.11](https://github.com/truecharts/apps/compare/grocy-9.0.10...grocy-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grocy-9.0.10](https://github.com/truecharts/apps/compare/grocy-9.0.9...grocy-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [grocy-9.0.2](https://github.com/truecharts/apps/compare/grocy-9.0.1...grocy-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/haste-server/4.0.10/CONFIG.md b/stable/grocy/9.0.11/CONFIG.md similarity index 100% rename from stable/haste-server/4.0.10/CONFIG.md rename to stable/grocy/9.0.11/CONFIG.md diff --git a/stable/grocy/9.0.11/Chart.lock b/stable/grocy/9.0.11/Chart.lock new file mode 100644 index 00000000000..f0a5d9903d0 --- /dev/null +++ b/stable/grocy/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:44:14.366743136Z" diff --git a/stable/grocy/9.0.10/Chart.yaml b/stable/grocy/9.0.11/Chart.yaml similarity index 95% rename from stable/grocy/9.0.10/Chart.yaml rename to stable/grocy/9.0.11/Chart.yaml index b7e505a5910..4f79d7d35ac 100644 --- a/stable/grocy/9.0.10/Chart.yaml +++ b/stable/grocy/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.1.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home @@ -20,7 +20,7 @@ name: grocy sources: - https://github.com/grocy/grocy type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - Home-Automation diff --git a/stable/grocy/9.0.10/README.md b/stable/grocy/9.0.11/README.md similarity index 96% rename from stable/grocy/9.0.10/README.md rename to stable/grocy/9.0.11/README.md index 76e5207dd2b..df4fe94aaf5 100644 --- a/stable/grocy/9.0.10/README.md +++ b/stable/grocy/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/grocy/9.0.10/app-readme.md b/stable/grocy/9.0.11/app-readme.md similarity index 100% rename from stable/grocy/9.0.10/app-readme.md rename to stable/grocy/9.0.11/app-readme.md diff --git a/stable/grocy/9.0.11/charts/common-8.9.1.tgz b/stable/grocy/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/grocy/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/grocy/9.0.10/helm-values.md b/stable/grocy/9.0.11/helm-values.md similarity index 100% rename from stable/grocy/9.0.10/helm-values.md rename to stable/grocy/9.0.11/helm-values.md diff --git a/stable/grocy/9.0.10/ix_values.yaml b/stable/grocy/9.0.11/ix_values.yaml similarity index 100% rename from stable/grocy/9.0.10/ix_values.yaml rename to stable/grocy/9.0.11/ix_values.yaml diff --git a/stable/grocy/9.0.10/questions.yaml b/stable/grocy/9.0.11/questions.yaml similarity index 100% rename from stable/grocy/9.0.10/questions.yaml rename to stable/grocy/9.0.11/questions.yaml diff --git a/stable/grocy/9.0.10/templates/common.yaml b/stable/grocy/9.0.11/templates/common.yaml similarity index 100% rename from stable/grocy/9.0.10/templates/common.yaml rename to stable/grocy/9.0.11/templates/common.yaml diff --git a/stable/haste-server/4.0.10/values.yaml b/stable/grocy/9.0.11/values.yaml similarity index 100% rename from stable/haste-server/4.0.10/values.yaml rename to stable/grocy/9.0.11/values.yaml diff --git a/stable/handbrake/9.0.10/Chart.lock b/stable/handbrake/9.0.10/Chart.lock deleted file mode 100644 index e6699b83f94..00000000000 --- a/stable/handbrake/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:13:38.787940663Z" diff --git a/stable/handbrake/9.0.10/charts/common-8.6.3.tgz b/stable/handbrake/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/handbrake/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/handbrake/9.0.10/CHANGELOG.md b/stable/handbrake/9.0.11/CHANGELOG.md similarity index 88% rename from stable/handbrake/9.0.10/CHANGELOG.md rename to stable/handbrake/9.0.11/CHANGELOG.md index ba1831da99e..a3cafbc2e53 100644 --- a/stable/handbrake/9.0.10/CHANGELOG.md +++ b/stable/handbrake/9.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [handbrake-9.0.11](https://github.com/truecharts/apps/compare/handbrake-9.0.10...handbrake-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [handbrake-9.0.10](https://github.com/truecharts/apps/compare/handbrake-9.0.9...handbrake-9.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [handbrake-9.0.3](https://github.com/truecharts/apps/compare/handbrake-9.0.2...handbrake-9.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [handbrake-9.0.2](https://github.com/truecharts/apps/compare/handbrake-9.0.1...handbrake-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/headphones/2.0.10/CONFIG.md b/stable/handbrake/9.0.11/CONFIG.md similarity index 100% rename from stable/headphones/2.0.10/CONFIG.md rename to stable/handbrake/9.0.11/CONFIG.md diff --git a/stable/handbrake/9.0.11/Chart.lock b/stable/handbrake/9.0.11/Chart.lock new file mode 100644 index 00000000000..dd20b3bd197 --- /dev/null +++ b/stable/handbrake/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:44:46.521729483Z" diff --git a/stable/handbrake/9.0.10/Chart.yaml b/stable/handbrake/9.0.11/Chart.yaml similarity index 96% rename from stable/handbrake/9.0.10/Chart.yaml rename to stable/handbrake/9.0.11/Chart.yaml index 4d932a65b5f..de341fba35a 100644 --- a/stable/handbrake/9.0.10/Chart.yaml +++ b/stable/handbrake/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.24.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/handbrake/9.0.10/README.md b/stable/handbrake/9.0.11/README.md similarity index 96% rename from stable/handbrake/9.0.10/README.md rename to stable/handbrake/9.0.11/README.md index 469ee889588..090b21d7cfd 100644 --- a/stable/handbrake/9.0.10/README.md +++ b/stable/handbrake/9.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/handbrake/9.0.10/app-readme.md b/stable/handbrake/9.0.11/app-readme.md similarity index 100% rename from stable/handbrake/9.0.10/app-readme.md rename to stable/handbrake/9.0.11/app-readme.md diff --git a/stable/handbrake/9.0.11/charts/common-8.9.1.tgz b/stable/handbrake/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/handbrake/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/handbrake/9.0.10/helm-values.md b/stable/handbrake/9.0.11/helm-values.md similarity index 97% rename from stable/handbrake/9.0.10/helm-values.md rename to stable/handbrake/9.0.11/helm-values.md index e7a7ddf28d1..4a1799b3622 100644 --- a/stable/handbrake/9.0.10/helm-values.md +++ b/stable/handbrake/9.0.11/helm-values.md @@ -39,6 +39,5 @@ You will, however, be able to use all values referenced in the common chart here | service.vnc.ports.vnc.port | int | `5900` | | | service.vnc.ports.vnc.protocol | string | `"TCP"` | | | service.vnc.ports.vnc.targetPort | int | `5900` | | -| service.vnc.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/handbrake/9.0.10/ix_values.yaml b/stable/handbrake/9.0.11/ix_values.yaml similarity index 98% rename from stable/handbrake/9.0.10/ix_values.yaml rename to stable/handbrake/9.0.11/ix_values.yaml index 5be09f224db..9ba821a5d1c 100644 --- a/stable/handbrake/9.0.10/ix_values.yaml +++ b/stable/handbrake/9.0.11/ix_values.yaml @@ -19,7 +19,6 @@ service: targetPort: 5800 vnc: enabled: true - type: ClusterIP ports: vnc: enabled: true diff --git a/stable/handbrake/9.0.10/questions.yaml b/stable/handbrake/9.0.11/questions.yaml similarity index 100% rename from stable/handbrake/9.0.10/questions.yaml rename to stable/handbrake/9.0.11/questions.yaml diff --git a/stable/handbrake/9.0.10/templates/common.yaml b/stable/handbrake/9.0.11/templates/common.yaml similarity index 100% rename from stable/handbrake/9.0.10/templates/common.yaml rename to stable/handbrake/9.0.11/templates/common.yaml diff --git a/stable/headphones/2.0.10/values.yaml b/stable/handbrake/9.0.11/values.yaml similarity index 100% rename from stable/headphones/2.0.10/values.yaml rename to stable/handbrake/9.0.11/values.yaml diff --git a/stable/haste-server/4.0.10/Chart.lock b/stable/haste-server/4.0.10/Chart.lock deleted file mode 100644 index 69b45abfd6d..00000000000 --- a/stable/haste-server/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:14:05.184896606Z" diff --git a/stable/haste-server/4.0.10/charts/common-8.6.3.tgz b/stable/haste-server/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/haste-server/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/haste-server/4.0.10/CHANGELOG.md b/stable/haste-server/4.0.11/CHANGELOG.md similarity index 92% rename from stable/haste-server/4.0.10/CHANGELOG.md rename to stable/haste-server/4.0.11/CHANGELOG.md index c698b022ce2..fe7a8f8ac02 100644 --- a/stable/haste-server/4.0.10/CHANGELOG.md +++ b/stable/haste-server/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [haste-server-4.0.11](https://github.com/truecharts/apps/compare/haste-server-4.0.10...haste-server-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [haste-server-4.0.10](https://github.com/truecharts/apps/compare/haste-server-4.0.9...haste-server-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [haste-server-4.0.2](https://github.com/truecharts/apps/compare/haste-server-4.0.1...haste-server-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/healthchecks/4.0.10/CONFIG.md b/stable/haste-server/4.0.11/CONFIG.md similarity index 100% rename from stable/healthchecks/4.0.10/CONFIG.md rename to stable/haste-server/4.0.11/CONFIG.md diff --git a/stable/haste-server/4.0.11/Chart.lock b/stable/haste-server/4.0.11/Chart.lock new file mode 100644 index 00000000000..564f36fa7fe --- /dev/null +++ b/stable/haste-server/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:45:18.167390138Z" diff --git a/stable/haste-server/4.0.10/Chart.yaml b/stable/haste-server/4.0.11/Chart.yaml similarity index 95% rename from stable/haste-server/4.0.10/Chart.yaml rename to stable/haste-server/4.0.11/Chart.yaml index 12baccac02e..d5e42e36996 100644 --- a/stable/haste-server/4.0.10/Chart.yaml +++ b/stable/haste-server/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Simple text sharing home: https://github.com/truecharts/apps/tree/master/charts/stable/haste icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png @@ -21,7 +21,7 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/haste-server/4.0.10/README.md b/stable/haste-server/4.0.11/README.md similarity index 96% rename from stable/haste-server/4.0.10/README.md rename to stable/haste-server/4.0.11/README.md index 932945bcbba..c9d97fd9b39 100644 --- a/stable/haste-server/4.0.10/README.md +++ b/stable/haste-server/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/haste-server/4.0.10/app-readme.md b/stable/haste-server/4.0.11/app-readme.md similarity index 100% rename from stable/haste-server/4.0.10/app-readme.md rename to stable/haste-server/4.0.11/app-readme.md diff --git a/stable/haste-server/4.0.11/charts/common-8.9.1.tgz b/stable/haste-server/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/haste-server/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/haste-server/4.0.10/helm-values.md b/stable/haste-server/4.0.11/helm-values.md similarity index 100% rename from stable/haste-server/4.0.10/helm-values.md rename to stable/haste-server/4.0.11/helm-values.md diff --git a/stable/haste-server/4.0.10/ix_values.yaml b/stable/haste-server/4.0.11/ix_values.yaml similarity index 100% rename from stable/haste-server/4.0.10/ix_values.yaml rename to stable/haste-server/4.0.11/ix_values.yaml diff --git a/stable/haste-server/4.0.10/questions.yaml b/stable/haste-server/4.0.11/questions.yaml similarity index 100% rename from stable/haste-server/4.0.10/questions.yaml rename to stable/haste-server/4.0.11/questions.yaml diff --git a/stable/haste-server/4.0.10/templates/common.yaml b/stable/haste-server/4.0.11/templates/common.yaml similarity index 100% rename from stable/haste-server/4.0.10/templates/common.yaml rename to stable/haste-server/4.0.11/templates/common.yaml diff --git a/stable/healthchecks/4.0.10/values.yaml b/stable/haste-server/4.0.11/values.yaml similarity index 100% rename from stable/healthchecks/4.0.10/values.yaml rename to stable/haste-server/4.0.11/values.yaml diff --git a/stable/headphones/2.0.10/Chart.lock b/stable/headphones/2.0.10/Chart.lock deleted file mode 100644 index 43fb26f950d..00000000000 --- a/stable/headphones/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:14:31.684506793Z" diff --git a/stable/headphones/2.0.10/charts/common-8.6.3.tgz b/stable/headphones/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/headphones/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/headphones/2.0.10/CHANGELOG.md b/stable/headphones/2.0.11/CHANGELOG.md similarity index 92% rename from stable/headphones/2.0.10/CHANGELOG.md rename to stable/headphones/2.0.11/CHANGELOG.md index 0b9a8de9b9f..55b4d27c869 100644 --- a/stable/headphones/2.0.10/CHANGELOG.md +++ b/stable/headphones/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [headphones-2.0.11](https://github.com/truecharts/apps/compare/headphones-2.0.10...headphones-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [headphones-2.0.10](https://github.com/truecharts/apps/compare/headphones-2.0.9...headphones-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [headphones-2.0.2](https://github.com/truecharts/apps/compare/headphones-2.0.1...headphones-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/heimdall/9.0.13/CONFIG.md b/stable/headphones/2.0.11/CONFIG.md similarity index 100% rename from stable/heimdall/9.0.13/CONFIG.md rename to stable/headphones/2.0.11/CONFIG.md diff --git a/stable/headphones/2.0.11/Chart.lock b/stable/headphones/2.0.11/Chart.lock new file mode 100644 index 00000000000..29a3f6eadfb --- /dev/null +++ b/stable/headphones/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:45:50.276600507Z" diff --git a/stable/headphones/2.0.10/Chart.yaml b/stable/headphones/2.0.11/Chart.yaml similarity index 96% rename from stable/headphones/2.0.10/Chart.yaml rename to stable/headphones/2.0.11/Chart.yaml index 6c8556c0e81..d25450b0515 100644 --- a/stable/headphones/2.0.10/Chart.yaml +++ b/stable/headphones/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "58edc604" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: "An automated music downloader for NZB and Torrent, written in Python.\ \ It supports SABnzbd, NZBget, Transmission, \xB5Torrent and Blackhole." home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-headphones - https://github.com/rembo10/headphones type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/headphones/2.0.10/README.md b/stable/headphones/2.0.11/README.md similarity index 96% rename from stable/headphones/2.0.10/README.md rename to stable/headphones/2.0.11/README.md index 187bd3d34c0..25b18da245f 100644 --- a/stable/headphones/2.0.10/README.md +++ b/stable/headphones/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/headphones/2.0.10/app-readme.md b/stable/headphones/2.0.11/app-readme.md similarity index 100% rename from stable/headphones/2.0.10/app-readme.md rename to stable/headphones/2.0.11/app-readme.md diff --git a/stable/headphones/2.0.11/charts/common-8.9.1.tgz b/stable/headphones/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/headphones/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/headphones/2.0.10/helm-values.md b/stable/headphones/2.0.11/helm-values.md similarity index 100% rename from stable/headphones/2.0.10/helm-values.md rename to stable/headphones/2.0.11/helm-values.md diff --git a/stable/headphones/2.0.10/ix_values.yaml b/stable/headphones/2.0.11/ix_values.yaml similarity index 100% rename from stable/headphones/2.0.10/ix_values.yaml rename to stable/headphones/2.0.11/ix_values.yaml diff --git a/stable/headphones/2.0.10/questions.yaml b/stable/headphones/2.0.11/questions.yaml similarity index 100% rename from stable/headphones/2.0.10/questions.yaml rename to stable/headphones/2.0.11/questions.yaml diff --git a/stable/headphones/2.0.10/templates/common.yaml b/stable/headphones/2.0.11/templates/common.yaml similarity index 100% rename from stable/headphones/2.0.10/templates/common.yaml rename to stable/headphones/2.0.11/templates/common.yaml diff --git a/stable/heimdall/9.0.13/values.yaml b/stable/headphones/2.0.11/values.yaml similarity index 100% rename from stable/heimdall/9.0.13/values.yaml rename to stable/headphones/2.0.11/values.yaml diff --git a/stable/healthchecks/4.0.10/Chart.lock b/stable/healthchecks/4.0.10/Chart.lock deleted file mode 100644 index 44aa1334971..00000000000 --- a/stable/healthchecks/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:14:58.124634229Z" diff --git a/stable/healthchecks/4.0.10/charts/common-8.6.3.tgz b/stable/healthchecks/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/healthchecks/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/healthchecks/4.0.10/CHANGELOG.md b/stable/healthchecks/4.0.11/CHANGELOG.md similarity index 92% rename from stable/healthchecks/4.0.10/CHANGELOG.md rename to stable/healthchecks/4.0.11/CHANGELOG.md index a4bdd014cb8..d3097bb3182 100644 --- a/stable/healthchecks/4.0.10/CHANGELOG.md +++ b/stable/healthchecks/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [healthchecks-4.0.11](https://github.com/truecharts/apps/compare/healthchecks-4.0.10...healthchecks-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [healthchecks-4.0.10](https://github.com/truecharts/apps/compare/healthchecks-4.0.9...healthchecks-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [healthchecks-4.0.2](https://github.com/truecharts/apps/compare/healthchecks-4.0.1...healthchecks-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/hyperion-ng/4.0.10/CONFIG.md b/stable/healthchecks/4.0.11/CONFIG.md similarity index 100% rename from stable/hyperion-ng/4.0.10/CONFIG.md rename to stable/healthchecks/4.0.11/CONFIG.md diff --git a/stable/healthchecks/4.0.11/Chart.lock b/stable/healthchecks/4.0.11/Chart.lock new file mode 100644 index 00000000000..8a3ffa617e9 --- /dev/null +++ b/stable/healthchecks/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:46:22.742115223Z" diff --git a/stable/healthchecks/4.0.10/Chart.yaml b/stable/healthchecks/4.0.11/Chart.yaml similarity index 96% rename from stable/healthchecks/4.0.10/Chart.yaml rename to stable/healthchecks/4.0.11/Chart.yaml index 8cc2847cf81..7b0eb69538e 100644 --- a/stable/healthchecks/4.0.10/Chart.yaml +++ b/stable/healthchecks/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.22.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. @@ -22,7 +22,7 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/healthchecks/4.0.10/README.md b/stable/healthchecks/4.0.11/README.md similarity index 97% rename from stable/healthchecks/4.0.10/README.md rename to stable/healthchecks/4.0.11/README.md index 040a16caaef..817103a3977 100644 --- a/stable/healthchecks/4.0.10/README.md +++ b/stable/healthchecks/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/healthchecks/4.0.10/app-readme.md b/stable/healthchecks/4.0.11/app-readme.md similarity index 100% rename from stable/healthchecks/4.0.10/app-readme.md rename to stable/healthchecks/4.0.11/app-readme.md diff --git a/stable/healthchecks/4.0.11/charts/common-8.9.1.tgz b/stable/healthchecks/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/healthchecks/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/healthchecks/4.0.10/helm-values.md b/stable/healthchecks/4.0.11/helm-values.md similarity index 100% rename from stable/healthchecks/4.0.10/helm-values.md rename to stable/healthchecks/4.0.11/helm-values.md diff --git a/stable/healthchecks/4.0.10/ix_values.yaml b/stable/healthchecks/4.0.11/ix_values.yaml similarity index 100% rename from stable/healthchecks/4.0.10/ix_values.yaml rename to stable/healthchecks/4.0.11/ix_values.yaml diff --git a/stable/healthchecks/4.0.10/questions.yaml b/stable/healthchecks/4.0.11/questions.yaml similarity index 100% rename from stable/healthchecks/4.0.10/questions.yaml rename to stable/healthchecks/4.0.11/questions.yaml diff --git a/stable/healthchecks/4.0.10/templates/common.yaml b/stable/healthchecks/4.0.11/templates/common.yaml similarity index 100% rename from stable/healthchecks/4.0.10/templates/common.yaml rename to stable/healthchecks/4.0.11/templates/common.yaml diff --git a/stable/hyperion-ng/4.0.10/values.yaml b/stable/healthchecks/4.0.11/values.yaml similarity index 100% rename from stable/hyperion-ng/4.0.10/values.yaml rename to stable/healthchecks/4.0.11/values.yaml diff --git a/stable/heimdall/9.0.13/Chart.lock b/stable/heimdall/9.0.13/Chart.lock deleted file mode 100644 index c70b5d3b8d5..00000000000 --- a/stable/heimdall/9.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:03:03.088546304Z" diff --git a/stable/heimdall/9.0.13/charts/common-8.6.3.tgz b/stable/heimdall/9.0.13/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/heimdall/9.0.13/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/heimdall/9.0.13/CHANGELOG.md b/stable/heimdall/9.0.14/CHANGELOG.md similarity index 92% rename from stable/heimdall/9.0.13/CHANGELOG.md rename to stable/heimdall/9.0.14/CHANGELOG.md index 94e803578b2..f615f0efe48 100644 --- a/stable/heimdall/9.0.13/CHANGELOG.md +++ b/stable/heimdall/9.0.14/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-9.0.14](https://github.com/truecharts/apps/compare/heimdall-9.0.13...heimdall-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [heimdall-9.0.13](https://github.com/truecharts/apps/compare/heimdall-9.0.12...heimdall-9.0.13) (2021-11-22) @@ -88,12 +97,3 @@ #### Feat * Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [heimdall-9.0.5](https://github.com/truecharts/apps/compare/heimdall-9.0.4...heimdall-9.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/CONFIG.md b/stable/heimdall/9.0.14/CONFIG.md similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/CONFIG.md rename to stable/heimdall/9.0.14/CONFIG.md diff --git a/stable/heimdall/9.0.14/Chart.lock b/stable/heimdall/9.0.14/Chart.lock new file mode 100644 index 00000000000..413b6455119 --- /dev/null +++ b/stable/heimdall/9.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:46:55.007494188Z" diff --git a/stable/heimdall/9.0.13/Chart.yaml b/stable/heimdall/9.0.14/Chart.yaml similarity index 95% rename from stable/heimdall/9.0.13/Chart.yaml rename to stable/heimdall/9.0.14/Chart.yaml index 8f781628707..5105b187e64 100644 --- a/stable/heimdall/9.0.13/Chart.yaml +++ b/stable/heimdall/9.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: An Application dashboard and launcher home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall @@ -19,7 +19,7 @@ name: heimdall sources: - https://github.com/linuxserver/Heimdall/ type: application -version: 9.0.13 +version: 9.0.14 annotations: truecharts.org/catagories: | - organizers diff --git a/stable/heimdall/9.0.13/README.md b/stable/heimdall/9.0.14/README.md similarity index 96% rename from stable/heimdall/9.0.13/README.md rename to stable/heimdall/9.0.14/README.md index ecebe979125..3a73891516d 100644 --- a/stable/heimdall/9.0.13/README.md +++ b/stable/heimdall/9.0.14/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/heimdall/9.0.13/app-readme.md b/stable/heimdall/9.0.14/app-readme.md similarity index 100% rename from stable/heimdall/9.0.13/app-readme.md rename to stable/heimdall/9.0.14/app-readme.md diff --git a/stable/heimdall/9.0.14/charts/common-8.9.1.tgz b/stable/heimdall/9.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/heimdall/9.0.14/charts/common-8.9.1.tgz differ diff --git a/stable/heimdall/9.0.13/helm-values.md b/stable/heimdall/9.0.14/helm-values.md similarity index 100% rename from stable/heimdall/9.0.13/helm-values.md rename to stable/heimdall/9.0.14/helm-values.md diff --git a/stable/heimdall/9.0.13/ix_values.yaml b/stable/heimdall/9.0.14/ix_values.yaml similarity index 100% rename from stable/heimdall/9.0.13/ix_values.yaml rename to stable/heimdall/9.0.14/ix_values.yaml diff --git a/stable/heimdall/9.0.13/questions.yaml b/stable/heimdall/9.0.14/questions.yaml similarity index 100% rename from stable/heimdall/9.0.13/questions.yaml rename to stable/heimdall/9.0.14/questions.yaml diff --git a/stable/heimdall/9.0.13/templates/common.yaml b/stable/heimdall/9.0.14/templates/common.yaml similarity index 100% rename from stable/heimdall/9.0.13/templates/common.yaml rename to stable/heimdall/9.0.14/templates/common.yaml diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/values.yaml b/stable/heimdall/9.0.14/values.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/values.yaml rename to stable/heimdall/9.0.14/values.yaml diff --git a/stable/home-assistant/12.0.4/CHANGELOG.md b/stable/home-assistant/12.0.4/CHANGELOG.md new file mode 100644 index 00000000000..69d2d253483 --- /dev/null +++ b/stable/home-assistant/12.0.4/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [home-assistant-12.0.4](https://github.com/truecharts/apps/compare/home-assistant-12.0.3...home-assistant-12.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + + +### [home-assistant-12.0.3](https://github.com/truecharts/apps/compare/home-assistant-12.0.2...home-assistant-12.0.3) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + + +### [home-assistant-12.0.2](https://github.com/truecharts/apps/compare/home-assistant-12.0.1...home-assistant-12.0.2) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [home-assistant-12.0.1](https://github.com/truecharts/apps/compare/home-assistant-12.0.0...home-assistant-12.0.1) (2021-11-16) + +#### Chore + +* update non-major ([#1342](https://github.com/truecharts/apps/issues/1342)) + + + + +### [home-assistant-12.0.0](https://github.com/truecharts/apps/compare/home-assistant-11.0.13...home-assistant-12.0.0) (2021-11-16) + +#### Chore + +* update helm chart postgresql to v6 ([#1343](https://github.com/truecharts/apps/issues/1343)) + + + + +### [home-assistant-11.0.13](https://github.com/truecharts/apps/compare/home-assistant-11.0.12...home-assistant-11.0.13) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [home-assistant-11.0.12](https://github.com/truecharts/apps/compare/home-assistant-11.0.11...home-assistant-11.0.12) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + + +### [home-assistant-11.0.11](https://github.com/truecharts/apps/compare/home-assistant-11.0.10...home-assistant-11.0.11) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) + + + + +### [home-assistant-11.0.10](https://github.com/truecharts/apps/compare/home-assistant-11.0.9...home-assistant-11.0.10) (2021-11-09) + +#### Chore + +* update non-major docker tags ([#1300](https://github.com/truecharts/apps/issues/1300)) + + + + +### [home-assistant-11.0.9](https://github.com/truecharts/apps/compare/home-assistant-11.0.8...home-assistant-11.0.9) (2021-11-07) + +#### Chore + diff --git a/stable/jackett/9.0.21/CONFIG.md b/stable/home-assistant/12.0.4/CONFIG.md similarity index 100% rename from stable/jackett/9.0.21/CONFIG.md rename to stable/home-assistant/12.0.4/CONFIG.md diff --git a/stable/home-assistant/12.0.4/Chart.lock b/stable/home-assistant/12.0.4/Chart.lock new file mode 100644 index 00000000000..3120212d383 --- /dev/null +++ b/stable/home-assistant/12.0.4/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:47:28.213271293Z" diff --git a/stable/home-assistant/12.0.4/Chart.yaml b/stable/home-assistant/12.0.4/Chart.yaml new file mode 100644 index 00000000000..86476cae858 --- /dev/null +++ b/stable/home-assistant/12.0.4/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "2021.11.5" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png +keywords: +- home-assistant +- hass +- homeassistant +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: home-assistant +sources: +- https://github.com/home-assistant/home-assistant +- https://github.com/cdr/code-server +type: application +version: 12.0.4 +annotations: + truecharts.org/catagories: | + - home-automation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/home-assistant/12.0.4/README.md b/stable/home-assistant/12.0.4/README.md new file mode 100644 index 00000000000..ed600bf7b95 --- /dev/null +++ b/stable/home-assistant/12.0.4/README.md @@ -0,0 +1,39 @@ +# Introduction + +home-assistant App for TrueNAS SCALE + +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 + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | + +## 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 diff --git a/stable/home-assistant/12.0.4/app-readme.md b/stable/home-assistant/12.0.4/app-readme.md new file mode 100644 index 00000000000..3f7d1730309 --- /dev/null +++ b/stable/home-assistant/12.0.4/app-readme.md @@ -0,0 +1,3 @@ +home-assistant App for TrueNAS SCALE + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/home-assistant/12.0.4/charts/common-8.9.1.tgz b/stable/home-assistant/12.0.4/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/home-assistant/12.0.4/charts/common-8.9.1.tgz differ diff --git a/stable/home-assistant/12.0.4/charts/postgresql-6.0.7.tgz b/stable/home-assistant/12.0.4/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/home-assistant/12.0.4/charts/postgresql-6.0.7.tgz differ diff --git a/stable/home-assistant/12.0.4/helm-values.md b/stable/home-assistant/12.0.4/helm-values.md new file mode 100644 index 00000000000..1e4199e321f --- /dev/null +++ b/stable/home-assistant/12.0.4/helm-values.md @@ -0,0 +1,42 @@ +# 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.PUID | int | `568` | | +| git.deployKey | string | `""` | | +| git.deployKeyBase64 | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/home-assistant"` | | +| image.tag | string | `"v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef"` | | +| influxdb.architecture | string | `"standalone"` | | +| influxdb.authEnabled | bool | `false` | | +| influxdb.database | string | `"home_assistant"` | | +| influxdb.enabled | bool | `false` | | +| influxdb.persistence.enabled | bool | `false` | | +| initContainers.init.command[0] | string | `"/config/init/init.sh"` | | +| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | +| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | | +| initContainers.init.volumeMounts[0].name | string | `"init"` | | +| initContainers.init.volumeMounts[1].mountPath | string | `"/config"` | | +| initContainers.init.volumeMounts[1].name | string | `"config"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | +| prometheus.serviceMonitor.enabled | bool | `false` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `8123` | | +| service.main.ports.main.targetPort | int | `8123` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/home-assistant/12.0.4/ix_values.yaml b/stable/home-assistant/12.0.4/ix_values.yaml new file mode 100644 index 00000000000..7387e83f7c7 --- /dev/null +++ b/stable/home-assistant/12.0.4/ix_values.yaml @@ -0,0 +1,81 @@ +# Default values for Home Assistant + +image: + repository: ghcr.io/truecharts/home-assistant + pullPolicy: IfNotPresent + tag: v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef + +env: + PUID: 568 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8123 + targetPort: 8123 + +initContainers: + init: + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + command: ["/config/init/init.sh"] + volumeMounts: + - name: init + mountPath: "/config/init" + - name: config + mountPath: "/config" + +# # Enable devices to be discoverable +# hostNetwork: true + +# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet +# dnsPolicy: ClusterFirstWithHostNet + +# Allow access a Git repository by passing in a private SSH key +git: + # Raw SSH private key + deployKey: "" + # Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence. + deployKeyBase64: "" + +# Enable a prometheus-operator servicemonitor +prometheus: + serviceMonitor: + enabled: false + # interval: 1m + # additionalLabels: {} + +persistence: + config: + enabled: true + mountPath: "/config" + + +# -- Enable and configure postgresql database subchart under this key. +# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) +# @default -- See values.yaml +postgresql: + enabled: true + postgresqlUsername: home-assistant + postgresqlDatabase: home-assistant + existingSecret: "dbcreds" + +# Enable influxdb +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/influxdb +influxdb: + enabled: false + architecture: standalone + database: home_assistant + authEnabled: false + persistence: + enabled: false + # storageClass: "" + # diff --git a/stable/home-assistant/12.0.4/questions.yaml b/stable/home-assistant/12.0.4/questions.yaml new file mode 100644 index 00000000000..10f6829e3ed --- /dev/null +++ b/stable/home-assistant/12.0.4/questions.yaml @@ -0,0 +1,1861 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: git + group: "Container Configuration" + label: "Home-Assistant Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + label: "Git deploy key" + schema: + type: string + default: "" + - variable: deployKeyBase64 + label: "Git KeyBase64 deploy key" + schema: + type: string + default: "" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8123 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 8123 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/home-assistant/12.0.4/templates/_configmap.tpl b/stable/home-assistant/12.0.4/templates/_configmap.tpl new file mode 100644 index 00000000000..086c40af678 --- /dev/null +++ b/stable/home-assistant/12.0.4/templates/_configmap.tpl @@ -0,0 +1,90 @@ +{{/* Define the configmap */}} +{{- define "hass.configmap" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.names.fullname" . }}-init +data: + init.sh: |- + #!/bin/sh + if test -f "/config/configuration.yaml"; then + echo "configuration.yaml exists." + if grep -q recorder: "/config/configuration.yaml"; then + echo "configuration.yaml already contains recorder" + else + cat /config/init/recorder.default >> /config/configuration.yaml + fi + if grep -q http: "/config/configuration.yaml"; then + echo "configuration.yaml already contains http section" + else + cat /config/init/http.default >> /config/configuration.yaml + fi + else + echo "configuration.yaml does NOT exist." + cp /config/init/configuration.yaml.default /config/configuration.yaml + cat /config/init/recorder.default >> /config/configuration.yaml + cat /config/init/http.default >> /config/configuration.yaml + fi + + echo "Creating include files..." + for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do + if test -f "/config/$include_file"; then + echo "$include_file exists." + else + echo "$include_file does NOT exist." + touch "/config/$include_file" + fi + done + + cd "/config" || echo "Could not change path to /config" + echo "Creating custom_components directory..." + mkdir "/config/custom_components" || echo "custom_components directory already exists" + + echo "Changing to the custom_components directory..." + cd "/config/custom_components" || echo "Could not change path to /config/custom_components" + + echo "Downloading HACS" + wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0 + + if [ -d "/config/custom_components/hacs" ]; then + echo "HACS directory already exist, cleaning up..." + rm -R "/config/custom_components/hacs" + fi + + echo "Creating HACS directory..." + mkdir "/config/custom_components/hacs" + + echo "Unpacking HACS..." + unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1 + + echo "Removing HACS zip file..." + rm "/config/custom_components/hacs.zip" + echo "Installation complete." + + configuration.yaml.default: |- + # Configure a default setup of Home Assistant (frontend, api, etc) + default_config: + + # Text to speech + tts: + - platform: google_translate + + group: !include groups.yaml + automation: !include automations.yaml + script: !include scripts.yaml + scene: !include scenes.yaml + recorder.default: |- + + recorder: + purge_keep_days: 30 + commit_interval: 3 + db_url: {{ ( printf "%s?client_encoding=utf8" ( .Values.postgresql.url.complete | trimAll "\"" ) ) | quote }} + http.default: |- + + http: + use_x_forwarded_for: true + trusted_proxies: + - 172.16.0.0/16 + +{{- end -}} diff --git a/stable/home-assistant/12.0.4/templates/common.yaml b/stable/home-assistant/12.0.4/templates/common.yaml new file mode 100644 index 00000000000..0cc42ff47ee --- /dev/null +++ b/stable/home-assistant/12.0.4/templates/common.yaml @@ -0,0 +1,22 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{/* Render configmap for hass */}} +{{- include "hass.configmap" . }} + +{{/* Append the general secret volumes to the volumes */}} +{{- define "hass.initvolume" -}} +enabled: "true" +mountPath: "/config/init" +readOnly: true +type: "custom" +volumeSpec: + configMap: + name: {{ include "common.names.fullname" . }}-init + defaultMode: 0777 +{{- end -}} + +{{- $_ := set .Values.persistence "init" (include "hass.initvolume" . | fromYaml) -}} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/home-assistant/12.0.4/templates/secret.yaml b/stable/home-assistant/12.0.4/templates/secret.yaml new file mode 100644 index 00000000000..19f769cf59b --- /dev/null +++ b/stable/home-assistant/12.0.4/templates/secret.yaml @@ -0,0 +1,15 @@ +{{- if or .Values.git.deployKey .Values.git.deployKeyBase64 }} +apiVersion: v1 +kind: Secret +metadata: + name: {{ template "common.names.fullname" . }}-deploykey + labels: + {{- include "common.labels" . | nindent 4 }} +type: Opaque +data: + {{- if .Values.git.deployKey }} + id_rsa: {{ .Values.git.deployKey | b64enc | quote }} + {{- else }} + id_rsa: {{ .Values.git.deployKeyBase64 | quote }} + {{- end }} +{{- end }} diff --git a/stable/jackett/9.0.21/values.yaml b/stable/home-assistant/12.0.4/values.yaml similarity index 100% rename from stable/jackett/9.0.21/values.yaml rename to stable/home-assistant/12.0.4/values.yaml diff --git a/stable/hyperion-ng/4.0.10/Chart.lock b/stable/hyperion-ng/4.0.10/Chart.lock deleted file mode 100644 index e7a4a3201a4..00000000000 --- a/stable/hyperion-ng/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:16:27.577373222Z" diff --git a/stable/hyperion-ng/4.0.10/charts/common-8.6.3.tgz b/stable/hyperion-ng/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/hyperion-ng/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/hyperion-ng/4.0.10/CHANGELOG.md b/stable/hyperion-ng/4.0.11/CHANGELOG.md similarity index 88% rename from stable/hyperion-ng/4.0.10/CHANGELOG.md rename to stable/hyperion-ng/4.0.11/CHANGELOG.md index eb24aaded91..03c0d93fc54 100644 --- a/stable/hyperion-ng/4.0.10/CHANGELOG.md +++ b/stable/hyperion-ng/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [hyperion-ng-4.0.11](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.10...hyperion-ng-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [hyperion-ng-4.0.10](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.9...hyperion-ng-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [hyperion-ng-4.0.3](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.2...hyperion-ng-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [hyperion-ng-4.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.1...hyperion-ng-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/jdownloader2/4.0.11/CONFIG.md b/stable/hyperion-ng/4.0.11/CONFIG.md similarity index 100% rename from stable/jdownloader2/4.0.11/CONFIG.md rename to stable/hyperion-ng/4.0.11/CONFIG.md diff --git a/stable/hyperion-ng/4.0.11/Chart.lock b/stable/hyperion-ng/4.0.11/Chart.lock new file mode 100644 index 00000000000..680c4b435b7 --- /dev/null +++ b/stable/hyperion-ng/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:48:10.030360164Z" diff --git a/stable/hyperion-ng/4.0.10/Chart.yaml b/stable/hyperion-ng/4.0.11/Chart.yaml similarity index 95% rename from stable/hyperion-ng/4.0.10/Chart.yaml rename to stable/hyperion-ng/4.0.11/Chart.yaml index cda8d0d974f..f6157e621c1 100644 --- a/stable/hyperion-ng/4.0.10/Chart.yaml +++ b/stable/hyperion-ng/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.0-alph" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Hyperion is an opensource Bias or Ambient Lighting implementation home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 @@ -19,7 +19,7 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/hyperion-ng/4.0.10/README.md b/stable/hyperion-ng/4.0.11/README.md similarity index 96% rename from stable/hyperion-ng/4.0.10/README.md rename to stable/hyperion-ng/4.0.11/README.md index aea9a14ec27..833dea547a5 100644 --- a/stable/hyperion-ng/4.0.10/README.md +++ b/stable/hyperion-ng/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/hyperion-ng/4.0.10/app-readme.md b/stable/hyperion-ng/4.0.11/app-readme.md similarity index 100% rename from stable/hyperion-ng/4.0.10/app-readme.md rename to stable/hyperion-ng/4.0.11/app-readme.md diff --git a/stable/hyperion-ng/4.0.11/charts/common-8.9.1.tgz b/stable/hyperion-ng/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/hyperion-ng/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/hyperion-ng/4.0.10/helm-values.md b/stable/hyperion-ng/4.0.11/helm-values.md similarity index 100% rename from stable/hyperion-ng/4.0.10/helm-values.md rename to stable/hyperion-ng/4.0.11/helm-values.md diff --git a/stable/hyperion-ng/4.0.10/ix_values.yaml b/stable/hyperion-ng/4.0.11/ix_values.yaml similarity index 95% rename from stable/hyperion-ng/4.0.10/ix_values.yaml rename to stable/hyperion-ng/4.0.11/ix_values.yaml index 0c92bce9308..54e62a2eb41 100644 --- a/stable/hyperion-ng/4.0.10/ix_values.yaml +++ b/stable/hyperion-ng/4.0.11/ix_values.yaml @@ -43,7 +43,6 @@ service: enabled: true port: 19444 targetPort: 19444 - protocol: TCP protobufservice: enabled: true ports: @@ -51,7 +50,6 @@ service: enabled: true port: 19445 targetPort: 19445 - protocol: TCP boblightservice: enabled: true ports: @@ -59,7 +57,6 @@ service: enabled: true port: 19333 targetPort: 19333 - protocol: TCP persistence: config: diff --git a/stable/hyperion-ng/4.0.10/questions.yaml b/stable/hyperion-ng/4.0.11/questions.yaml similarity index 100% rename from stable/hyperion-ng/4.0.10/questions.yaml rename to stable/hyperion-ng/4.0.11/questions.yaml diff --git a/stable/hyperion-ng/4.0.10/templates/common.yaml b/stable/hyperion-ng/4.0.11/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/4.0.10/templates/common.yaml rename to stable/hyperion-ng/4.0.11/templates/common.yaml diff --git a/stable/jdownloader2/4.0.11/values.yaml b/stable/hyperion-ng/4.0.11/values.yaml similarity index 100% rename from stable/jdownloader2/4.0.11/values.yaml rename to stable/hyperion-ng/4.0.11/values.yaml diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/Chart.lock b/stable/icantbelieveitsnotvaletudo/2.0.10/Chart.lock deleted file mode 100644 index d0c096a8c0a..00000000000 --- a/stable/icantbelieveitsnotvaletudo/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:16:54.201744029Z" diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/charts/common-8.6.3.tgz b/stable/icantbelieveitsnotvaletudo/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/icantbelieveitsnotvaletudo/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/CHANGELOG.md b/stable/icantbelieveitsnotvaletudo/2.0.11/CHANGELOG.md similarity index 91% rename from stable/icantbelieveitsnotvaletudo/2.0.10/CHANGELOG.md rename to stable/icantbelieveitsnotvaletudo/2.0.11/CHANGELOG.md index 0aac8be8cee..2bfa9bfbeef 100644 --- a/stable/icantbelieveitsnotvaletudo/2.0.10/CHANGELOG.md +++ b/stable/icantbelieveitsnotvaletudo/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [icantbelieveitsnotvaletudo-2.0.11](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.10...icantbelieveitsnotvaletudo-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [icantbelieveitsnotvaletudo-2.0.10](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.9...icantbelieveitsnotvaletudo-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [icantbelieveitsnotvaletudo-2.0.2](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.1...icantbelieveitsnotvaletudo-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) diff --git a/stable/jellyfin/9.0.10/CONFIG.md b/stable/icantbelieveitsnotvaletudo/2.0.11/CONFIG.md similarity index 100% rename from stable/jellyfin/9.0.10/CONFIG.md rename to stable/icantbelieveitsnotvaletudo/2.0.11/CONFIG.md diff --git a/stable/icantbelieveitsnotvaletudo/2.0.11/Chart.lock b/stable/icantbelieveitsnotvaletudo/2.0.11/Chart.lock new file mode 100644 index 00000000000..3747101295a --- /dev/null +++ b/stable/icantbelieveitsnotvaletudo/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:48:41.675146916Z" diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/Chart.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/Chart.yaml similarity index 96% rename from stable/icantbelieveitsnotvaletudo/2.0.10/Chart.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/Chart.yaml index 70081b2910e..54e7691e0c3 100644 --- a/stable/icantbelieveitsnotvaletudo/2.0.10/Chart.yaml +++ b/stable/icantbelieveitsnotvaletudo/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.2.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Create live map data from Valetudo powered robots home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg @@ -21,7 +21,7 @@ name: icantbelieveitsnotvaletudo sources: - https://github.com/Hypfer/ICantBelieveItsNotValetudo - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/README.md b/stable/icantbelieveitsnotvaletudo/2.0.11/README.md similarity index 96% rename from stable/icantbelieveitsnotvaletudo/2.0.10/README.md rename to stable/icantbelieveitsnotvaletudo/2.0.11/README.md index a66476a23a4..d89a9e1dcce 100644 --- a/stable/icantbelieveitsnotvaletudo/2.0.10/README.md +++ b/stable/icantbelieveitsnotvaletudo/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/app-readme.md b/stable/icantbelieveitsnotvaletudo/2.0.11/app-readme.md similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/app-readme.md rename to stable/icantbelieveitsnotvaletudo/2.0.11/app-readme.md diff --git a/stable/icantbelieveitsnotvaletudo/2.0.11/charts/common-8.9.1.tgz b/stable/icantbelieveitsnotvaletudo/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/icantbelieveitsnotvaletudo/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/helm-values.md b/stable/icantbelieveitsnotvaletudo/2.0.11/helm-values.md similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/helm-values.md rename to stable/icantbelieveitsnotvaletudo/2.0.11/helm-values.md diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/ix_values.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/ix_values.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/ix_values.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/ix_values.yaml diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/questions.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/questions.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/questions.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/questions.yaml diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/templates/common.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/templates/common.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/templates/common.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/templates/common.yaml diff --git a/stable/icantbelieveitsnotvaletudo/2.0.10/templates/configmap.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/templates/configmap.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/2.0.10/templates/configmap.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/templates/configmap.yaml diff --git a/stable/jellyfin/9.0.10/values.yaml b/stable/icantbelieveitsnotvaletudo/2.0.11/values.yaml similarity index 100% rename from stable/jellyfin/9.0.10/values.yaml rename to stable/icantbelieveitsnotvaletudo/2.0.11/values.yaml diff --git a/stable/jackett/9.0.21/Chart.lock b/stable/jackett/9.0.21/Chart.lock deleted file mode 100644 index 775ff25c75f..00000000000 --- a/stable/jackett/9.0.21/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:04:09.272039418Z" diff --git a/stable/jackett/9.0.21/charts/common-8.6.3.tgz b/stable/jackett/9.0.21/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/jackett/9.0.21/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/jackett/9.0.21/CHANGELOG.md b/stable/jackett/9.0.22/CHANGELOG.md similarity index 89% rename from stable/jackett/9.0.21/CHANGELOG.md rename to stable/jackett/9.0.22/CHANGELOG.md index a4f3c7109cc..94899071473 100644 --- a/stable/jackett/9.0.21/CHANGELOG.md +++ b/stable/jackett/9.0.22/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.22](https://github.com/truecharts/apps/compare/jackett-9.0.21...jackett-9.0.22) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jackett-9.0.21](https://github.com/truecharts/apps/compare/jackett-9.0.20...jackett-9.0.21) (2021-11-22) @@ -88,12 +97,3 @@ ### [jackett-9.0.13](https://github.com/truecharts/apps/compare/jackett-9.0.12...jackett-9.0.13) (2021-11-09) #### Chore - -* update non-major docker tags ([#1300](https://github.com/truecharts/apps/issues/1300)) -* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296)) - - - - -### [jackett-9.0.12](https://github.com/truecharts/apps/compare/jackett-9.0.11...jackett-9.0.12) (2021-11-07) - diff --git a/stable/joplin-server/5.0.1/CONFIG.md b/stable/jackett/9.0.22/CONFIG.md similarity index 100% rename from stable/joplin-server/5.0.1/CONFIG.md rename to stable/jackett/9.0.22/CONFIG.md diff --git a/stable/jackett/9.0.22/Chart.lock b/stable/jackett/9.0.22/Chart.lock new file mode 100644 index 00000000000..5df5ce1ffba --- /dev/null +++ b/stable/jackett/9.0.22/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:49:12.974264794Z" diff --git a/stable/jackett/9.0.21/Chart.yaml b/stable/jackett/9.0.22/Chart.yaml similarity index 95% rename from stable/jackett/9.0.21/Chart.yaml rename to stable/jackett/9.0.22/Chart.yaml index 05f8076d1d1..75dd13c946e 100644 --- a/stable/jackett/9.0.21/Chart.yaml +++ b/stable/jackett/9.0.22/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.20.53" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett @@ -21,7 +21,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 9.0.21 +version: 9.0.22 annotations: truecharts.org/catagories: | - media diff --git a/stable/jackett/9.0.21/README.md b/stable/jackett/9.0.22/README.md similarity index 96% rename from stable/jackett/9.0.21/README.md rename to stable/jackett/9.0.22/README.md index 07ab1bbb9b4..368bda0310e 100644 --- a/stable/jackett/9.0.21/README.md +++ b/stable/jackett/9.0.22/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/jackett/9.0.21/app-readme.md b/stable/jackett/9.0.22/app-readme.md similarity index 100% rename from stable/jackett/9.0.21/app-readme.md rename to stable/jackett/9.0.22/app-readme.md diff --git a/stable/jackett/9.0.22/charts/common-8.9.1.tgz b/stable/jackett/9.0.22/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/jackett/9.0.22/charts/common-8.9.1.tgz differ diff --git a/stable/jackett/9.0.21/helm-values.md b/stable/jackett/9.0.22/helm-values.md similarity index 100% rename from stable/jackett/9.0.21/helm-values.md rename to stable/jackett/9.0.22/helm-values.md diff --git a/stable/jackett/9.0.21/ix_values.yaml b/stable/jackett/9.0.22/ix_values.yaml similarity index 100% rename from stable/jackett/9.0.21/ix_values.yaml rename to stable/jackett/9.0.22/ix_values.yaml diff --git a/stable/jackett/9.0.21/questions.yaml b/stable/jackett/9.0.22/questions.yaml similarity index 100% rename from stable/jackett/9.0.21/questions.yaml rename to stable/jackett/9.0.22/questions.yaml diff --git a/stable/jackett/9.0.21/templates/common.yaml b/stable/jackett/9.0.22/templates/common.yaml similarity index 100% rename from stable/jackett/9.0.21/templates/common.yaml rename to stable/jackett/9.0.22/templates/common.yaml diff --git a/stable/joplin-server/5.0.1/values.yaml b/stable/jackett/9.0.22/values.yaml similarity index 100% rename from stable/joplin-server/5.0.1/values.yaml rename to stable/jackett/9.0.22/values.yaml diff --git a/stable/jdownloader2/4.0.11/Chart.lock b/stable/jdownloader2/4.0.11/Chart.lock deleted file mode 100644 index 58d7b98d534..00000000000 --- a/stable/jdownloader2/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:17:50.267795236Z" diff --git a/stable/jdownloader2/4.0.11/charts/common-8.6.3.tgz b/stable/jdownloader2/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/jdownloader2/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/jdownloader2/4.0.11/CHANGELOG.md b/stable/jdownloader2/4.0.12/CHANGELOG.md similarity index 91% rename from stable/jdownloader2/4.0.11/CHANGELOG.md rename to stable/jdownloader2/4.0.12/CHANGELOG.md index f340e2c6931..4e43ba166ca 100644 --- a/stable/jdownloader2/4.0.11/CHANGELOG.md +++ b/stable/jdownloader2/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jdownloader2-4.0.12](https://github.com/truecharts/apps/compare/jdownloader2-4.0.11...jdownloader2-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jdownloader2-4.0.11](https://github.com/truecharts/apps/compare/jdownloader2-4.0.10...jdownloader2-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [jdownloader2-4.0.3](https://github.com/truecharts/apps/compare/jdownloader2-4.0.2...jdownloader2-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/kanboard/5.0.1/CONFIG.md b/stable/jdownloader2/4.0.12/CONFIG.md similarity index 100% rename from stable/kanboard/5.0.1/CONFIG.md rename to stable/jdownloader2/4.0.12/CONFIG.md diff --git a/stable/jdownloader2/4.0.12/Chart.lock b/stable/jdownloader2/4.0.12/Chart.lock new file mode 100644 index 00000000000..8451c514a53 --- /dev/null +++ b/stable/jdownloader2/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:49:44.758769547Z" diff --git a/stable/jdownloader2/4.0.11/Chart.yaml b/stable/jdownloader2/4.0.12/Chart.yaml similarity index 96% rename from stable/jdownloader2/4.0.11/Chart.yaml rename to stable/jdownloader2/4.0.12/Chart.yaml index 05ad615b8bc..11953800dc4 100644 --- a/stable/jdownloader2/4.0.11/Chart.yaml +++ b/stable/jdownloader2/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false 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. @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - downloads diff --git a/stable/jdownloader2/4.0.11/README.md b/stable/jdownloader2/4.0.12/README.md similarity index 97% rename from stable/jdownloader2/4.0.11/README.md rename to stable/jdownloader2/4.0.12/README.md index 3ad3d95f243..883232b492d 100644 --- a/stable/jdownloader2/4.0.11/README.md +++ b/stable/jdownloader2/4.0.12/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/jdownloader2/4.0.11/app-readme.md b/stable/jdownloader2/4.0.12/app-readme.md similarity index 100% rename from stable/jdownloader2/4.0.11/app-readme.md rename to stable/jdownloader2/4.0.12/app-readme.md diff --git a/stable/jdownloader2/4.0.12/charts/common-8.9.1.tgz b/stable/jdownloader2/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/jdownloader2/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/jdownloader2/4.0.11/helm-values.md b/stable/jdownloader2/4.0.12/helm-values.md similarity index 100% rename from stable/jdownloader2/4.0.11/helm-values.md rename to stable/jdownloader2/4.0.12/helm-values.md diff --git a/stable/jdownloader2/4.0.11/ix_values.yaml b/stable/jdownloader2/4.0.12/ix_values.yaml similarity index 100% rename from stable/jdownloader2/4.0.11/ix_values.yaml rename to stable/jdownloader2/4.0.12/ix_values.yaml diff --git a/stable/jdownloader2/4.0.11/questions.yaml b/stable/jdownloader2/4.0.12/questions.yaml similarity index 100% rename from stable/jdownloader2/4.0.11/questions.yaml rename to stable/jdownloader2/4.0.12/questions.yaml diff --git a/stable/jdownloader2/4.0.11/templates/common.yaml b/stable/jdownloader2/4.0.12/templates/common.yaml similarity index 100% rename from stable/jdownloader2/4.0.11/templates/common.yaml rename to stable/jdownloader2/4.0.12/templates/common.yaml diff --git a/stable/kanboard/5.0.1/values.yaml b/stable/jdownloader2/4.0.12/values.yaml similarity index 100% rename from stable/kanboard/5.0.1/values.yaml rename to stable/jdownloader2/4.0.12/values.yaml diff --git a/stable/jellyfin/9.0.10/Chart.lock b/stable/jellyfin/9.0.10/Chart.lock deleted file mode 100644 index 4dfc77aaf07..00000000000 --- a/stable/jellyfin/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:18:17.487835522Z" diff --git a/stable/jellyfin/9.0.10/charts/common-8.6.3.tgz b/stable/jellyfin/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/jellyfin/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/jellyfin/9.0.10/CHANGELOG.md b/stable/jellyfin/9.0.11/CHANGELOG.md similarity index 92% rename from stable/jellyfin/9.0.10/CHANGELOG.md rename to stable/jellyfin/9.0.11/CHANGELOG.md index 3b0fa56ce6d..1bbce25abf3 100644 --- a/stable/jellyfin/9.0.10/CHANGELOG.md +++ b/stable/jellyfin/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jellyfin-9.0.11](https://github.com/truecharts/apps/compare/jellyfin-9.0.10...jellyfin-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jellyfin-9.0.10](https://github.com/truecharts/apps/compare/jellyfin-9.0.9...jellyfin-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [jellyfin-9.0.2](https://github.com/truecharts/apps/compare/jellyfin-9.0.1...jellyfin-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/kms/9.0.12/CONFIG.md b/stable/jellyfin/9.0.11/CONFIG.md similarity index 100% rename from stable/kms/9.0.12/CONFIG.md rename to stable/jellyfin/9.0.11/CONFIG.md diff --git a/stable/jellyfin/9.0.11/Chart.lock b/stable/jellyfin/9.0.11/Chart.lock new file mode 100644 index 00000000000..ce9c97ddf37 --- /dev/null +++ b/stable/jellyfin/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:50:16.412315417Z" diff --git a/stable/jellyfin/9.0.10/Chart.yaml b/stable/jellyfin/9.0.11/Chart.yaml similarity index 95% rename from stable/jellyfin/9.0.10/Chart.yaml rename to stable/jellyfin/9.0.11/Chart.yaml index 9921f386874..43d7b4ba364 100644 --- a/stable/jellyfin/9.0.10/Chart.yaml +++ b/stable/jellyfin/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.7.7" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Jellyfin is a Free Software Media System home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin @@ -21,7 +21,7 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/jellyfin/9.0.10/README.md b/stable/jellyfin/9.0.11/README.md similarity index 96% rename from stable/jellyfin/9.0.10/README.md rename to stable/jellyfin/9.0.11/README.md index 89873411d81..bfe4926ac6e 100644 --- a/stable/jellyfin/9.0.10/README.md +++ b/stable/jellyfin/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/jellyfin/9.0.10/app-readme.md b/stable/jellyfin/9.0.11/app-readme.md similarity index 100% rename from stable/jellyfin/9.0.10/app-readme.md rename to stable/jellyfin/9.0.11/app-readme.md diff --git a/stable/jellyfin/9.0.11/charts/common-8.9.1.tgz b/stable/jellyfin/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/jellyfin/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/jellyfin/9.0.10/helm-values.md b/stable/jellyfin/9.0.11/helm-values.md similarity index 100% rename from stable/jellyfin/9.0.10/helm-values.md rename to stable/jellyfin/9.0.11/helm-values.md diff --git a/stable/jellyfin/9.0.10/ix_values.yaml b/stable/jellyfin/9.0.11/ix_values.yaml similarity index 100% rename from stable/jellyfin/9.0.10/ix_values.yaml rename to stable/jellyfin/9.0.11/ix_values.yaml diff --git a/stable/jellyfin/9.0.10/questions.yaml b/stable/jellyfin/9.0.11/questions.yaml similarity index 100% rename from stable/jellyfin/9.0.10/questions.yaml rename to stable/jellyfin/9.0.11/questions.yaml diff --git a/stable/jellyfin/9.0.10/templates/common.yaml b/stable/jellyfin/9.0.11/templates/common.yaml similarity index 100% rename from stable/jellyfin/9.0.10/templates/common.yaml rename to stable/jellyfin/9.0.11/templates/common.yaml diff --git a/stable/kms/9.0.12/values.yaml b/stable/jellyfin/9.0.11/values.yaml similarity index 100% rename from stable/kms/9.0.12/values.yaml rename to stable/jellyfin/9.0.11/values.yaml diff --git a/stable/joplin-server/5.0.1/Chart.lock b/stable/joplin-server/5.0.1/Chart.lock deleted file mode 100644 index 55aa77251d3..00000000000 --- a/stable/joplin-server/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:18:45.212793323Z" diff --git a/stable/joplin-server/5.0.1/charts/common-8.6.3.tgz b/stable/joplin-server/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/joplin-server/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/joplin-server/5.0.1/charts/postgresql-6.0.3.tgz b/stable/joplin-server/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/joplin-server/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/joplin-server/5.0.1/CHANGELOG.md b/stable/joplin-server/5.0.2/CHANGELOG.md similarity index 88% rename from stable/joplin-server/5.0.1/CHANGELOG.md rename to stable/joplin-server/5.0.2/CHANGELOG.md index c1ab2156b2b..1434985f41e 100644 --- a/stable/joplin-server/5.0.1/CHANGELOG.md +++ b/stable/joplin-server/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [joplin-server-5.0.2](https://github.com/truecharts/apps/compare/joplin-server-5.0.1...joplin-server-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [joplin-server-5.0.1](https://github.com/truecharts/apps/compare/joplin-server-5.0.0...joplin-server-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [joplin-server-4.0.5](https://github.com/truecharts/apps/compare/joplin-server-4.0.4...joplin-server-4.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [joplin-server-4.0.4](https://github.com/truecharts/apps/compare/joplin-server-4.0.3...joplin-server-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/komga/4.0.13/CONFIG.md b/stable/joplin-server/5.0.2/CONFIG.md similarity index 100% rename from stable/komga/4.0.13/CONFIG.md rename to stable/joplin-server/5.0.2/CONFIG.md diff --git a/stable/joplin-server/5.0.2/Chart.lock b/stable/joplin-server/5.0.2/Chart.lock new file mode 100644 index 00000000000..a0a1a85d681 --- /dev/null +++ b/stable/joplin-server/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:50:49.983438198Z" diff --git a/stable/joplin-server/5.0.1/Chart.yaml b/stable/joplin-server/5.0.2/Chart.yaml similarity index 94% rename from stable/joplin-server/5.0.1/Chart.yaml rename to stable/joplin-server/5.0.2/Chart.yaml index 86ab76388a8..21f4619bdd9 100644 --- a/stable/joplin-server/5.0.1/Chart.yaml +++ b/stable/joplin-server/5.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.5.1" description: This server allows you to sync any Joplin client name: joplin-server -version: 5.0.1 +version: 5.0.2 kubeVersion: '>=1.16.0-0' keywords: - joplin @@ -16,11 +16,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/joplin-server/5.0.1/README.md b/stable/joplin-server/5.0.2/README.md similarity index 93% rename from stable/joplin-server/5.0.1/README.md rename to stable/joplin-server/5.0.2/README.md index 4c3debcc6da..f574276ab8c 100644 --- a/stable/joplin-server/5.0.1/README.md +++ b/stable/joplin-server/5.0.2/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/joplin-server/5.0.1/app-readme.md b/stable/joplin-server/5.0.2/app-readme.md similarity index 100% rename from stable/joplin-server/5.0.1/app-readme.md rename to stable/joplin-server/5.0.2/app-readme.md diff --git a/stable/joplin-server/5.0.2/charts/common-8.9.1.tgz b/stable/joplin-server/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/joplin-server/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/joplin-server/5.0.2/charts/postgresql-6.0.7.tgz b/stable/joplin-server/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/joplin-server/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/joplin-server/5.0.1/helm-values.md b/stable/joplin-server/5.0.2/helm-values.md similarity index 100% rename from stable/joplin-server/5.0.1/helm-values.md rename to stable/joplin-server/5.0.2/helm-values.md diff --git a/stable/joplin-server/5.0.1/ix_values.yaml b/stable/joplin-server/5.0.2/ix_values.yaml similarity index 100% rename from stable/joplin-server/5.0.1/ix_values.yaml rename to stable/joplin-server/5.0.2/ix_values.yaml diff --git a/stable/joplin-server/5.0.1/questions.yaml b/stable/joplin-server/5.0.2/questions.yaml similarity index 99% rename from stable/joplin-server/5.0.1/questions.yaml rename to stable/joplin-server/5.0.2/questions.yaml index 90c7ba54a50..cc9f17618d7 100644 --- a/stable/joplin-server/5.0.1/questions.yaml +++ b/stable/joplin-server/5.0.2/questions.yaml @@ -451,7 +451,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/joplin-server/5.0.1/templates/common.yaml b/stable/joplin-server/5.0.2/templates/common.yaml similarity index 100% rename from stable/joplin-server/5.0.1/templates/common.yaml rename to stable/joplin-server/5.0.2/templates/common.yaml diff --git a/stable/komga/4.0.13/values.yaml b/stable/joplin-server/5.0.2/values.yaml similarity index 100% rename from stable/komga/4.0.13/values.yaml rename to stable/joplin-server/5.0.2/values.yaml diff --git a/stable/kanboard/5.0.1/Chart.lock b/stable/kanboard/5.0.1/Chart.lock deleted file mode 100644 index b334be38cb1..00000000000 --- a/stable/kanboard/5.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:19:22.838602761Z" diff --git a/stable/kanboard/5.0.1/charts/common-8.6.3.tgz b/stable/kanboard/5.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/kanboard/5.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/kanboard/5.0.1/charts/postgresql-6.0.3.tgz b/stable/kanboard/5.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/kanboard/5.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/kanboard/5.0.1/CHANGELOG.md b/stable/kanboard/5.0.2/CHANGELOG.md similarity index 88% rename from stable/kanboard/5.0.1/CHANGELOG.md rename to stable/kanboard/5.0.2/CHANGELOG.md index a7350fc0273..4975beabc82 100644 --- a/stable/kanboard/5.0.1/CHANGELOG.md +++ b/stable/kanboard/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kanboard-5.0.2](https://github.com/truecharts/apps/compare/kanboard-5.0.1...kanboard-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kanboard-5.0.1](https://github.com/truecharts/apps/compare/kanboard-5.0.0...kanboard-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [kanboard-4.0.5](https://github.com/truecharts/apps/compare/kanboard-4.0.4...kanboard-4.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [kanboard-4.0.4](https://github.com/truecharts/apps/compare/kanboard-4.0.3...kanboard-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/lazylibrarian/9.0.12/CONFIG.md b/stable/kanboard/5.0.2/CONFIG.md similarity index 100% rename from stable/lazylibrarian/9.0.12/CONFIG.md rename to stable/kanboard/5.0.2/CONFIG.md diff --git a/stable/kanboard/5.0.2/Chart.lock b/stable/kanboard/5.0.2/Chart.lock new file mode 100644 index 00000000000..424112a4ba7 --- /dev/null +++ b/stable/kanboard/5.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:51:33.901922433Z" diff --git a/stable/kanboard/5.0.1/Chart.yaml b/stable/kanboard/5.0.2/Chart.yaml similarity index 93% rename from stable/kanboard/5.0.1/Chart.yaml rename to stable/kanboard/5.0.2/Chart.yaml index 280c476a492..a10c78920eb 100644 --- a/stable/kanboard/5.0.1/Chart.yaml +++ b/stable/kanboard/5.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.20" description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 5.0.1 +version: 5.0.2 kubeVersion: ">=1.16.0-0" keywords: - kanboard @@ -14,11 +14,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/kanboard/5.0.1/README.md b/stable/kanboard/5.0.2/README.md similarity index 93% rename from stable/kanboard/5.0.1/README.md rename to stable/kanboard/5.0.2/README.md index cf8b40700bb..a88a8092d45 100644 --- a/stable/kanboard/5.0.1/README.md +++ b/stable/kanboard/5.0.2/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/kanboard/5.0.1/app-readme.md b/stable/kanboard/5.0.2/app-readme.md similarity index 100% rename from stable/kanboard/5.0.1/app-readme.md rename to stable/kanboard/5.0.2/app-readme.md diff --git a/stable/kanboard/5.0.2/charts/common-8.9.1.tgz b/stable/kanboard/5.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/kanboard/5.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/kanboard/5.0.2/charts/postgresql-6.0.7.tgz b/stable/kanboard/5.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/kanboard/5.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/kanboard/5.0.1/helm-values.md b/stable/kanboard/5.0.2/helm-values.md similarity index 100% rename from stable/kanboard/5.0.1/helm-values.md rename to stable/kanboard/5.0.2/helm-values.md diff --git a/stable/kanboard/5.0.1/ix_values.yaml b/stable/kanboard/5.0.2/ix_values.yaml similarity index 100% rename from stable/kanboard/5.0.1/ix_values.yaml rename to stable/kanboard/5.0.2/ix_values.yaml diff --git a/stable/kanboard/5.0.1/questions.yaml b/stable/kanboard/5.0.2/questions.yaml similarity index 99% rename from stable/kanboard/5.0.1/questions.yaml rename to stable/kanboard/5.0.2/questions.yaml index 860d2b264ea..c8d0c17a913 100644 --- a/stable/kanboard/5.0.1/questions.yaml +++ b/stable/kanboard/5.0.2/questions.yaml @@ -448,7 +448,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/kanboard/5.0.1/templates/common.yaml b/stable/kanboard/5.0.2/templates/common.yaml similarity index 100% rename from stable/kanboard/5.0.1/templates/common.yaml rename to stable/kanboard/5.0.2/templates/common.yaml diff --git a/stable/lazylibrarian/9.0.12/values.yaml b/stable/kanboard/5.0.2/values.yaml similarity index 100% rename from stable/lazylibrarian/9.0.12/values.yaml rename to stable/kanboard/5.0.2/values.yaml diff --git a/stable/kms/9.0.12/Chart.lock b/stable/kms/9.0.12/Chart.lock deleted file mode 100644 index cc8e09964db..00000000000 --- a/stable/kms/9.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:19:58.158408974Z" diff --git a/stable/kms/9.0.12/charts/common-8.6.3.tgz b/stable/kms/9.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/kms/9.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/kms/9.0.12/CHANGELOG.md b/stable/kms/9.0.13/CHANGELOG.md similarity index 88% rename from stable/kms/9.0.12/CHANGELOG.md rename to stable/kms/9.0.13/CHANGELOG.md index 3500bcad0e0..fcd69f989d4 100644 --- a/stable/kms/9.0.12/CHANGELOG.md +++ b/stable/kms/9.0.13/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kms-9.0.13](https://github.com/truecharts/apps/compare/kms-9.0.12...kms-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kms-9.0.12](https://github.com/truecharts/apps/compare/kms-9.0.11...kms-9.0.12) (2021-11-16) @@ -84,16 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [kms-9.0.4](https://github.com/truecharts/apps/compare/kms-9.0.3...kms-9.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - diff --git a/stable/leaf2mqtt/2.0.10/CONFIG.md b/stable/kms/9.0.13/CONFIG.md similarity index 100% rename from stable/leaf2mqtt/2.0.10/CONFIG.md rename to stable/kms/9.0.13/CONFIG.md diff --git a/stable/kms/9.0.13/Chart.lock b/stable/kms/9.0.13/Chart.lock new file mode 100644 index 00000000000..5ece366871b --- /dev/null +++ b/stable/kms/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:52:16.439019206Z" diff --git a/stable/kms/9.0.12/Chart.yaml b/stable/kms/9.0.13/Chart.yaml similarity index 95% rename from stable/kms/9.0.12/Chart.yaml rename to stable/kms/9.0.13/Chart.yaml index 2ddce2018a2..9e4043b3890 100644 --- a/stable/kms/9.0.12/Chart.yaml +++ b/stable/kms/9.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "minimal" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Private Windows Activation Server for development and testing home: https://github.com/truecharts/apps/tree/master/charts/stable/kms @@ -19,7 +19,7 @@ name: kms sources: - https://github.com/SystemRage/py-kms type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - graywares diff --git a/stable/kms/9.0.12/README.md b/stable/kms/9.0.13/README.md similarity index 96% rename from stable/kms/9.0.12/README.md rename to stable/kms/9.0.13/README.md index 612bc4ab6b9..020b3b2d5bd 100644 --- a/stable/kms/9.0.12/README.md +++ b/stable/kms/9.0.13/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/kms/9.0.12/app-readme.md b/stable/kms/9.0.13/app-readme.md similarity index 100% rename from stable/kms/9.0.12/app-readme.md rename to stable/kms/9.0.13/app-readme.md diff --git a/stable/kms/9.0.13/charts/common-8.9.1.tgz b/stable/kms/9.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/kms/9.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/kms/9.0.12/helm-values.md b/stable/kms/9.0.13/helm-values.md similarity index 95% rename from stable/kms/9.0.12/helm-values.md rename to stable/kms/9.0.13/helm-values.md index 4ec8810520c..14c81bc67f8 100644 --- a/stable/kms/9.0.12/helm-values.md +++ b/stable/kms/9.0.13/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `1688` | | -| service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `1688` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/kms/9.0.12/ix_values.yaml b/stable/kms/9.0.13/ix_values.yaml similarity index 94% rename from stable/kms/9.0.12/ix_values.yaml rename to stable/kms/9.0.13/ix_values.yaml index bdc5c705e39..c2376ae6ec1 100644 --- a/stable/kms/9.0.12/ix_values.yaml +++ b/stable/kms/9.0.13/ix_values.yaml @@ -17,6 +17,5 @@ service: main: ports: main: - protocol: TCP port: 1688 targetPort: 1688 diff --git a/stable/kms/9.0.12/questions.yaml b/stable/kms/9.0.13/questions.yaml similarity index 100% rename from stable/kms/9.0.12/questions.yaml rename to stable/kms/9.0.13/questions.yaml diff --git a/stable/kms/9.0.12/templates/common.yaml b/stable/kms/9.0.13/templates/common.yaml similarity index 100% rename from stable/kms/9.0.12/templates/common.yaml rename to stable/kms/9.0.13/templates/common.yaml diff --git a/stable/leaf2mqtt/2.0.10/values.yaml b/stable/kms/9.0.13/values.yaml similarity index 100% rename from stable/leaf2mqtt/2.0.10/values.yaml rename to stable/kms/9.0.13/values.yaml diff --git a/stable/komga/4.0.13/Chart.lock b/stable/komga/4.0.13/Chart.lock deleted file mode 100644 index c4311731932..00000000000 --- a/stable/komga/4.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:04:37.59126674Z" diff --git a/stable/komga/4.0.13/charts/common-8.6.3.tgz b/stable/komga/4.0.13/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/komga/4.0.13/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/komga/4.0.13/CHANGELOG.md b/stable/komga/4.0.14/CHANGELOG.md similarity index 92% rename from stable/komga/4.0.13/CHANGELOG.md rename to stable/komga/4.0.14/CHANGELOG.md index 4699952b205..3aa1fa5dba2 100644 --- a/stable/komga/4.0.13/CHANGELOG.md +++ b/stable/komga/4.0.14/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-4.0.14](https://github.com/truecharts/apps/compare/komga-4.0.13...komga-4.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [komga-4.0.13](https://github.com/truecharts/apps/compare/komga-4.0.12...komga-4.0.13) (2021-11-22) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - diff --git a/stable/librespeed/4.0.12/CONFIG.md b/stable/komga/4.0.14/CONFIG.md similarity index 100% rename from stable/librespeed/4.0.12/CONFIG.md rename to stable/komga/4.0.14/CONFIG.md diff --git a/stable/komga/4.0.14/Chart.lock b/stable/komga/4.0.14/Chart.lock new file mode 100644 index 00000000000..6aad8b898c7 --- /dev/null +++ b/stable/komga/4.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:52:48.905572032Z" diff --git a/stable/komga/4.0.13/Chart.yaml b/stable/komga/4.0.14/Chart.yaml similarity index 95% rename from stable/komga/4.0.13/Chart.yaml rename to stable/komga/4.0.14/Chart.yaml index c9fd8088c30..1ec1283ec9d 100644 --- a/stable/komga/4.0.13/Chart.yaml +++ b/stable/komga/4.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.132.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A comics/mangas server to serve/stream pages via API home: https://github.com/truechartsapps/tree/master/charts/stable/komga icon: https://komga.org/assets/media/logo.svg @@ -21,7 +21,7 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 4.0.13 +version: 4.0.14 annotations: truecharts.org/catagories: | - media diff --git a/stable/komga/4.0.13/README.md b/stable/komga/4.0.14/README.md similarity index 96% rename from stable/komga/4.0.13/README.md rename to stable/komga/4.0.14/README.md index 1c7db46a013..f2b16657e56 100644 --- a/stable/komga/4.0.13/README.md +++ b/stable/komga/4.0.14/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/komga/4.0.13/app-readme.md b/stable/komga/4.0.14/app-readme.md similarity index 100% rename from stable/komga/4.0.13/app-readme.md rename to stable/komga/4.0.14/app-readme.md diff --git a/stable/komga/4.0.14/charts/common-8.9.1.tgz b/stable/komga/4.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/komga/4.0.14/charts/common-8.9.1.tgz differ diff --git a/stable/komga/4.0.13/helm-values.md b/stable/komga/4.0.14/helm-values.md similarity index 100% rename from stable/komga/4.0.13/helm-values.md rename to stable/komga/4.0.14/helm-values.md diff --git a/stable/komga/4.0.13/ix_values.yaml b/stable/komga/4.0.14/ix_values.yaml similarity index 100% rename from stable/komga/4.0.13/ix_values.yaml rename to stable/komga/4.0.14/ix_values.yaml diff --git a/stable/komga/4.0.13/questions.yaml b/stable/komga/4.0.14/questions.yaml similarity index 100% rename from stable/komga/4.0.13/questions.yaml rename to stable/komga/4.0.14/questions.yaml diff --git a/stable/komga/4.0.13/templates/common.yaml b/stable/komga/4.0.14/templates/common.yaml similarity index 100% rename from stable/komga/4.0.13/templates/common.yaml rename to stable/komga/4.0.14/templates/common.yaml diff --git a/stable/librespeed/4.0.12/values.yaml b/stable/komga/4.0.14/values.yaml similarity index 100% rename from stable/librespeed/4.0.12/values.yaml rename to stable/komga/4.0.14/values.yaml diff --git a/stable/lazylibrarian/9.0.12/Chart.lock b/stable/lazylibrarian/9.0.12/Chart.lock deleted file mode 100644 index ca3e7b053b2..00000000000 --- a/stable/lazylibrarian/9.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:20:51.929474988Z" diff --git a/stable/lazylibrarian/9.0.12/charts/common-8.6.3.tgz b/stable/lazylibrarian/9.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/lazylibrarian/9.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/lazylibrarian/9.0.12/CHANGELOG.md b/stable/lazylibrarian/9.0.13/CHANGELOG.md similarity index 91% rename from stable/lazylibrarian/9.0.12/CHANGELOG.md rename to stable/lazylibrarian/9.0.13/CHANGELOG.md index b53769bbb15..59ede4518cb 100644 --- a/stable/lazylibrarian/9.0.12/CHANGELOG.md +++ b/stable/lazylibrarian/9.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-9.0.13](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.12...lazylibrarian-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lazylibrarian-9.0.12](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.11...lazylibrarian-9.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [lazylibrarian-9.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.3...lazylibrarian-9.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/lidarr/9.0.10/CONFIG.md b/stable/lazylibrarian/9.0.13/CONFIG.md similarity index 100% rename from stable/lidarr/9.0.10/CONFIG.md rename to stable/lazylibrarian/9.0.13/CONFIG.md diff --git a/stable/lazylibrarian/9.0.13/Chart.lock b/stable/lazylibrarian/9.0.13/Chart.lock new file mode 100644 index 00000000000..9e41f116fcb --- /dev/null +++ b/stable/lazylibrarian/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:53:20.76267927Z" diff --git a/stable/lazylibrarian/9.0.12/Chart.yaml b/stable/lazylibrarian/9.0.13/Chart.yaml similarity index 95% rename from stable/lazylibrarian/9.0.12/Chart.yaml rename to stable/lazylibrarian/9.0.13/Chart.yaml index c1c9938e94d..33f62ffac11 100644 --- a/stable/lazylibrarian/9.0.12/Chart.yaml +++ b/stable/lazylibrarian/9.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Get all your books, like series with Sonarr... home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian @@ -21,7 +21,7 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/lazylibrarian/9.0.12/README.md b/stable/lazylibrarian/9.0.13/README.md similarity index 96% rename from stable/lazylibrarian/9.0.12/README.md rename to stable/lazylibrarian/9.0.13/README.md index b26a8f0798e..b269fd2087e 100644 --- a/stable/lazylibrarian/9.0.12/README.md +++ b/stable/lazylibrarian/9.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/lazylibrarian/9.0.12/app-readme.md b/stable/lazylibrarian/9.0.13/app-readme.md similarity index 100% rename from stable/lazylibrarian/9.0.12/app-readme.md rename to stable/lazylibrarian/9.0.13/app-readme.md diff --git a/stable/lazylibrarian/9.0.13/charts/common-8.9.1.tgz b/stable/lazylibrarian/9.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/lazylibrarian/9.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/lazylibrarian/9.0.12/helm-values.md b/stable/lazylibrarian/9.0.13/helm-values.md similarity index 100% rename from stable/lazylibrarian/9.0.12/helm-values.md rename to stable/lazylibrarian/9.0.13/helm-values.md diff --git a/stable/lazylibrarian/9.0.12/ix_values.yaml b/stable/lazylibrarian/9.0.13/ix_values.yaml similarity index 100% rename from stable/lazylibrarian/9.0.12/ix_values.yaml rename to stable/lazylibrarian/9.0.13/ix_values.yaml diff --git a/stable/lazylibrarian/9.0.12/questions.yaml b/stable/lazylibrarian/9.0.13/questions.yaml similarity index 100% rename from stable/lazylibrarian/9.0.12/questions.yaml rename to stable/lazylibrarian/9.0.13/questions.yaml diff --git a/stable/lazylibrarian/9.0.12/templates/common.yaml b/stable/lazylibrarian/9.0.13/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/9.0.12/templates/common.yaml rename to stable/lazylibrarian/9.0.13/templates/common.yaml diff --git a/stable/lidarr/9.0.10/values.yaml b/stable/lazylibrarian/9.0.13/values.yaml similarity index 100% rename from stable/lidarr/9.0.10/values.yaml rename to stable/lazylibrarian/9.0.13/values.yaml diff --git a/stable/leaf2mqtt/2.0.10/Chart.lock b/stable/leaf2mqtt/2.0.10/Chart.lock deleted file mode 100644 index e444a95dfb2..00000000000 --- a/stable/leaf2mqtt/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:21:19.255407943Z" diff --git a/stable/leaf2mqtt/2.0.10/charts/common-8.6.3.tgz b/stable/leaf2mqtt/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/leaf2mqtt/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/2.0.10/CHANGELOG.md b/stable/leaf2mqtt/2.0.11/CHANGELOG.md similarity index 91% rename from stable/leaf2mqtt/2.0.10/CHANGELOG.md rename to stable/leaf2mqtt/2.0.11/CHANGELOG.md index 70ba97922e9..3bc7d33a0f8 100644 --- a/stable/leaf2mqtt/2.0.10/CHANGELOG.md +++ b/stable/leaf2mqtt/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [leaf2mqtt-2.0.11](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.10...leaf2mqtt-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [leaf2mqtt-2.0.10](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.9...leaf2mqtt-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ -### [leaf2mqtt-2.0.1](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.0...leaf2mqtt-2.0.1) (2021-10-26) - -#### Chore - -* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) - - - - diff --git a/stable/littlelink/4.0.15/CONFIG.md b/stable/leaf2mqtt/2.0.11/CONFIG.md similarity index 100% rename from stable/littlelink/4.0.15/CONFIG.md rename to stable/leaf2mqtt/2.0.11/CONFIG.md diff --git a/stable/leaf2mqtt/2.0.11/Chart.lock b/stable/leaf2mqtt/2.0.11/Chart.lock new file mode 100644 index 00000000000..a832cb6ec66 --- /dev/null +++ b/stable/leaf2mqtt/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:53:52.326218812Z" diff --git a/stable/leaf2mqtt/2.0.10/Chart.yaml b/stable/leaf2mqtt/2.0.11/Chart.yaml similarity index 95% rename from stable/leaf2mqtt/2.0.10/Chart.yaml rename to stable/leaf2mqtt/2.0.11/Chart.yaml index 3b4b56518d9..36998497f43 100644 --- a/stable/leaf2mqtt/2.0.10/Chart.yaml +++ b/stable/leaf2mqtt/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Nissan Leaf connected services to MQTT adapter home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg @@ -22,7 +22,7 @@ name: leaf2mqtt sources: - https://github.com/mitsumaui/leaf2mqtt - https://github.com/k8s-at-home/container-images -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/leaf2mqtt/2.0.10/README.md b/stable/leaf2mqtt/2.0.11/README.md similarity index 96% rename from stable/leaf2mqtt/2.0.10/README.md rename to stable/leaf2mqtt/2.0.11/README.md index a91517a3104..71a5a716349 100644 --- a/stable/leaf2mqtt/2.0.10/README.md +++ b/stable/leaf2mqtt/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/leaf2mqtt/2.0.10/app-readme.md b/stable/leaf2mqtt/2.0.11/app-readme.md similarity index 100% rename from stable/leaf2mqtt/2.0.10/app-readme.md rename to stable/leaf2mqtt/2.0.11/app-readme.md diff --git a/stable/leaf2mqtt/2.0.11/charts/common-8.9.1.tgz b/stable/leaf2mqtt/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/leaf2mqtt/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/leaf2mqtt/2.0.10/helm-values.md b/stable/leaf2mqtt/2.0.11/helm-values.md similarity index 100% rename from stable/leaf2mqtt/2.0.10/helm-values.md rename to stable/leaf2mqtt/2.0.11/helm-values.md diff --git a/stable/leaf2mqtt/2.0.10/ix_values.yaml b/stable/leaf2mqtt/2.0.11/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/2.0.10/ix_values.yaml rename to stable/leaf2mqtt/2.0.11/ix_values.yaml diff --git a/stable/leaf2mqtt/2.0.10/questions.yaml b/stable/leaf2mqtt/2.0.11/questions.yaml similarity index 100% rename from stable/leaf2mqtt/2.0.10/questions.yaml rename to stable/leaf2mqtt/2.0.11/questions.yaml diff --git a/stable/leaf2mqtt/2.0.10/templates/common.yaml b/stable/leaf2mqtt/2.0.11/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/2.0.10/templates/common.yaml rename to stable/leaf2mqtt/2.0.11/templates/common.yaml diff --git a/stable/littlelink/4.0.15/values.yaml b/stable/leaf2mqtt/2.0.11/values.yaml similarity index 100% rename from stable/littlelink/4.0.15/values.yaml rename to stable/leaf2mqtt/2.0.11/values.yaml diff --git a/stable/librespeed/4.0.12/Chart.lock b/stable/librespeed/4.0.12/Chart.lock deleted file mode 100644 index faea2a2ee8a..00000000000 --- a/stable/librespeed/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:21:45.706141903Z" diff --git a/stable/librespeed/4.0.12/charts/common-8.6.3.tgz b/stable/librespeed/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/librespeed/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/librespeed/4.0.12/CHANGELOG.md b/stable/librespeed/4.0.13/CHANGELOG.md similarity index 92% rename from stable/librespeed/4.0.12/CHANGELOG.md rename to stable/librespeed/4.0.13/CHANGELOG.md index 35d93e21ae6..039581b9cce 100644 --- a/stable/librespeed/4.0.12/CHANGELOG.md +++ b/stable/librespeed/4.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [librespeed-4.0.13](https://github.com/truecharts/apps/compare/librespeed-4.0.12...librespeed-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [librespeed-4.0.12](https://github.com/truecharts/apps/compare/librespeed-4.0.11...librespeed-4.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [librespeed-4.0.4](https://github.com/truecharts/apps/compare/librespeed-4.0.3...librespeed-4.0.4) (2021-11-02) - -#### Chore - -* update non-major docker tags ([#1266](https://github.com/truecharts/apps/issues/1266)) - diff --git a/stable/logitech-media-server/2.0.15/CONFIG.md b/stable/librespeed/4.0.13/CONFIG.md similarity index 100% rename from stable/logitech-media-server/2.0.15/CONFIG.md rename to stable/librespeed/4.0.13/CONFIG.md diff --git a/stable/librespeed/4.0.13/Chart.lock b/stable/librespeed/4.0.13/Chart.lock new file mode 100644 index 00000000000..7b1614c9cfc --- /dev/null +++ b/stable/librespeed/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:54:24.497025803Z" diff --git a/stable/librespeed/4.0.12/Chart.yaml b/stable/librespeed/4.0.13/Chart.yaml similarity index 96% rename from stable/librespeed/4.0.12/Chart.yaml rename to stable/librespeed/4.0.13/Chart.yaml index 48616dda139..494ddc5be57 100644 --- a/stable/librespeed/4.0.12/Chart.yaml +++ b/stable/librespeed/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.2.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Librespeed is a HTML5 webpage to test upload and download speeds home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true @@ -20,7 +20,7 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/librespeed/4.0.12/README.md b/stable/librespeed/4.0.13/README.md similarity index 96% rename from stable/librespeed/4.0.12/README.md rename to stable/librespeed/4.0.13/README.md index 4313cee0ea2..3c1c514ca05 100644 --- a/stable/librespeed/4.0.12/README.md +++ b/stable/librespeed/4.0.13/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/librespeed/4.0.12/app-readme.md b/stable/librespeed/4.0.13/app-readme.md similarity index 100% rename from stable/librespeed/4.0.12/app-readme.md rename to stable/librespeed/4.0.13/app-readme.md diff --git a/stable/librespeed/4.0.13/charts/common-8.9.1.tgz b/stable/librespeed/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/librespeed/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/librespeed/4.0.12/ci/ct-values.yaml b/stable/librespeed/4.0.13/ci/ct-values.yaml similarity index 100% rename from stable/librespeed/4.0.12/ci/ct-values.yaml rename to stable/librespeed/4.0.13/ci/ct-values.yaml diff --git a/stable/librespeed/4.0.12/helm-values.md b/stable/librespeed/4.0.13/helm-values.md similarity index 100% rename from stable/librespeed/4.0.12/helm-values.md rename to stable/librespeed/4.0.13/helm-values.md diff --git a/stable/librespeed/4.0.12/ix_values.yaml b/stable/librespeed/4.0.13/ix_values.yaml similarity index 100% rename from stable/librespeed/4.0.12/ix_values.yaml rename to stable/librespeed/4.0.13/ix_values.yaml diff --git a/stable/librespeed/4.0.12/questions.yaml b/stable/librespeed/4.0.13/questions.yaml similarity index 100% rename from stable/librespeed/4.0.12/questions.yaml rename to stable/librespeed/4.0.13/questions.yaml diff --git a/stable/librespeed/4.0.12/templates/common.yaml b/stable/librespeed/4.0.13/templates/common.yaml similarity index 100% rename from stable/librespeed/4.0.12/templates/common.yaml rename to stable/librespeed/4.0.13/templates/common.yaml diff --git a/stable/logitech-media-server/2.0.15/values.yaml b/stable/librespeed/4.0.13/values.yaml similarity index 100% rename from stable/logitech-media-server/2.0.15/values.yaml rename to stable/librespeed/4.0.13/values.yaml diff --git a/stable/lidarr/9.0.10/Chart.lock b/stable/lidarr/9.0.10/Chart.lock deleted file mode 100644 index 16a981b070d..00000000000 --- a/stable/lidarr/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:22:11.888111513Z" diff --git a/stable/lidarr/9.0.10/charts/common-8.6.3.tgz b/stable/lidarr/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/lidarr/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/lidarr/9.0.10/CHANGELOG.md b/stable/lidarr/9.0.11/CHANGELOG.md similarity index 92% rename from stable/lidarr/9.0.10/CHANGELOG.md rename to stable/lidarr/9.0.11/CHANGELOG.md index 270d2b6375a..a7ec694a9ab 100644 --- a/stable/lidarr/9.0.10/CHANGELOG.md +++ b/stable/lidarr/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lidarr-9.0.11](https://github.com/truecharts/apps/compare/lidarr-9.0.10...lidarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lidarr-9.0.10](https://github.com/truecharts/apps/compare/lidarr-9.0.9...lidarr-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [lidarr-9.0.2](https://github.com/truecharts/apps/compare/lidarr-9.0.1...lidarr-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/lychee/9.0.10/CONFIG.md b/stable/lidarr/9.0.11/CONFIG.md similarity index 100% rename from stable/lychee/9.0.10/CONFIG.md rename to stable/lidarr/9.0.11/CONFIG.md diff --git a/stable/lidarr/9.0.11/Chart.lock b/stable/lidarr/9.0.11/Chart.lock new file mode 100644 index 00000000000..cf278c2a463 --- /dev/null +++ b/stable/lidarr/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:54:56.63250863Z" diff --git a/stable/lidarr/9.0.10/Chart.yaml b/stable/lidarr/9.0.11/Chart.yaml similarity index 95% rename from stable/lidarr/9.0.10/Chart.yaml rename to stable/lidarr/9.0.11/Chart.yaml index 29e192094db..76129528d32 100644 --- a/stable/lidarr/9.0.10/Chart.yaml +++ b/stable/lidarr/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0.2255" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Looks and smells like Sonarr but made for music home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr @@ -21,7 +21,7 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/lidarr/9.0.10/README.md b/stable/lidarr/9.0.11/README.md similarity index 96% rename from stable/lidarr/9.0.10/README.md rename to stable/lidarr/9.0.11/README.md index 3eb6fc141eb..dc5f44b9673 100644 --- a/stable/lidarr/9.0.10/README.md +++ b/stable/lidarr/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/lidarr/9.0.10/app-readme.md b/stable/lidarr/9.0.11/app-readme.md similarity index 100% rename from stable/lidarr/9.0.10/app-readme.md rename to stable/lidarr/9.0.11/app-readme.md diff --git a/stable/lidarr/9.0.11/charts/common-8.9.1.tgz b/stable/lidarr/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/lidarr/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/lidarr/9.0.10/helm-values.md b/stable/lidarr/9.0.11/helm-values.md similarity index 100% rename from stable/lidarr/9.0.10/helm-values.md rename to stable/lidarr/9.0.11/helm-values.md diff --git a/stable/lidarr/9.0.10/ix_values.yaml b/stable/lidarr/9.0.11/ix_values.yaml similarity index 100% rename from stable/lidarr/9.0.10/ix_values.yaml rename to stable/lidarr/9.0.11/ix_values.yaml diff --git a/stable/lidarr/9.0.10/questions.yaml b/stable/lidarr/9.0.11/questions.yaml similarity index 100% rename from stable/lidarr/9.0.10/questions.yaml rename to stable/lidarr/9.0.11/questions.yaml diff --git a/stable/lidarr/9.0.10/templates/common.yaml b/stable/lidarr/9.0.11/templates/common.yaml similarity index 100% rename from stable/lidarr/9.0.10/templates/common.yaml rename to stable/lidarr/9.0.11/templates/common.yaml diff --git a/stable/lychee/9.0.10/values.yaml b/stable/lidarr/9.0.11/values.yaml similarity index 100% rename from stable/lychee/9.0.10/values.yaml rename to stable/lidarr/9.0.11/values.yaml diff --git a/stable/littlelink/4.0.15/Chart.lock b/stable/littlelink/4.0.15/Chart.lock deleted file mode 100644 index e0f7c2c657c..00000000000 --- a/stable/littlelink/4.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:05:05.935038819Z" diff --git a/stable/littlelink/4.0.15/charts/common-8.6.3.tgz b/stable/littlelink/4.0.15/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/littlelink/4.0.15/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/littlelink/4.0.15/CHANGELOG.md b/stable/littlelink/4.0.16/CHANGELOG.md similarity index 91% rename from stable/littlelink/4.0.15/CHANGELOG.md rename to stable/littlelink/4.0.16/CHANGELOG.md index 42f24cef097..9fb7749ac73 100644 --- a/stable/littlelink/4.0.15/CHANGELOG.md +++ b/stable/littlelink/4.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [littlelink-4.0.16](https://github.com/truecharts/apps/compare/littlelink-4.0.15...littlelink-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [littlelink-4.0.15](https://github.com/truecharts/apps/compare/littlelink-4.0.14...littlelink-4.0.15) (2021-11-22) @@ -88,12 +97,3 @@ ### [littlelink-4.0.7](https://github.com/truecharts/apps/compare/littlelink-4.0.6...littlelink-4.0.7) (2021-11-07) -#### Chore - -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - - - - -### [littlelink-4.0.6](https://github.com/truecharts/apps/compare/littlelink-4.0.5...littlelink-4.0.6) (2021-11-07) - diff --git a/stable/mealie/4.0.11/CONFIG.md b/stable/littlelink/4.0.16/CONFIG.md similarity index 100% rename from stable/mealie/4.0.11/CONFIG.md rename to stable/littlelink/4.0.16/CONFIG.md diff --git a/stable/littlelink/4.0.16/Chart.lock b/stable/littlelink/4.0.16/Chart.lock new file mode 100644 index 00000000000..11249413813 --- /dev/null +++ b/stable/littlelink/4.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:55:29.106098742Z" diff --git a/stable/littlelink/4.0.15/Chart.yaml b/stable/littlelink/4.0.16/Chart.yaml similarity index 95% rename from stable/littlelink/4.0.15/Chart.yaml rename to stable/littlelink/4.0.16/Chart.yaml index b689e8d65d4..dd212d8a70d 100644 --- a/stable/littlelink/4.0.15/Chart.yaml +++ b/stable/littlelink/4.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Easy platform to combine all your social links home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink @@ -20,7 +20,7 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/catagories: | - social diff --git a/stable/littlelink/4.0.15/README.md b/stable/littlelink/4.0.16/README.md similarity index 96% rename from stable/littlelink/4.0.15/README.md rename to stable/littlelink/4.0.16/README.md index 2f8ec09bfec..dac593c007a 100644 --- a/stable/littlelink/4.0.15/README.md +++ b/stable/littlelink/4.0.16/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/littlelink/4.0.15/app-readme.md b/stable/littlelink/4.0.16/app-readme.md similarity index 100% rename from stable/littlelink/4.0.15/app-readme.md rename to stable/littlelink/4.0.16/app-readme.md diff --git a/stable/littlelink/4.0.16/charts/common-8.9.1.tgz b/stable/littlelink/4.0.16/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/littlelink/4.0.16/charts/common-8.9.1.tgz differ diff --git a/stable/littlelink/4.0.15/helm-values.md b/stable/littlelink/4.0.16/helm-values.md similarity index 100% rename from stable/littlelink/4.0.15/helm-values.md rename to stable/littlelink/4.0.16/helm-values.md diff --git a/stable/littlelink/4.0.15/ix_values.yaml b/stable/littlelink/4.0.16/ix_values.yaml similarity index 100% rename from stable/littlelink/4.0.15/ix_values.yaml rename to stable/littlelink/4.0.16/ix_values.yaml diff --git a/stable/littlelink/4.0.15/questions.yaml b/stable/littlelink/4.0.16/questions.yaml similarity index 100% rename from stable/littlelink/4.0.15/questions.yaml rename to stable/littlelink/4.0.16/questions.yaml diff --git a/stable/littlelink/4.0.15/templates/_configmap.tpl b/stable/littlelink/4.0.16/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/4.0.15/templates/_configmap.tpl rename to stable/littlelink/4.0.16/templates/_configmap.tpl diff --git a/stable/littlelink/4.0.15/templates/common.yaml b/stable/littlelink/4.0.16/templates/common.yaml similarity index 100% rename from stable/littlelink/4.0.15/templates/common.yaml rename to stable/littlelink/4.0.16/templates/common.yaml diff --git a/stable/mealie/4.0.11/values.yaml b/stable/littlelink/4.0.16/values.yaml similarity index 100% rename from stable/mealie/4.0.11/values.yaml rename to stable/littlelink/4.0.16/values.yaml diff --git a/stable/logitech-media-server/2.0.15/Chart.lock b/stable/logitech-media-server/2.0.15/Chart.lock deleted file mode 100644 index 98f940031c7..00000000000 --- a/stable/logitech-media-server/2.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:05:34.084047767Z" diff --git a/stable/logitech-media-server/2.0.15/charts/common-8.6.3.tgz b/stable/logitech-media-server/2.0.15/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/logitech-media-server/2.0.15/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/logitech-media-server/2.0.15/CHANGELOG.md b/stable/logitech-media-server/2.0.16/CHANGELOG.md similarity index 90% rename from stable/logitech-media-server/2.0.15/CHANGELOG.md rename to stable/logitech-media-server/2.0.16/CHANGELOG.md index 33265840353..dad66a35eb1 100644 --- a/stable/logitech-media-server/2.0.15/CHANGELOG.md +++ b/stable/logitech-media-server/2.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [logitech-media-server-2.0.16](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.15...logitech-media-server-2.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [logitech-media-server-2.0.15](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.14...logitech-media-server-2.0.15) (2021-11-22) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) #### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - diff --git a/stable/medusa/1.0.12/CONFIG.md b/stable/logitech-media-server/2.0.16/CONFIG.md similarity index 100% rename from stable/medusa/1.0.12/CONFIG.md rename to stable/logitech-media-server/2.0.16/CONFIG.md diff --git a/stable/logitech-media-server/2.0.16/Chart.lock b/stable/logitech-media-server/2.0.16/Chart.lock new file mode 100644 index 00000000000..2c2b1b7d314 --- /dev/null +++ b/stable/logitech-media-server/2.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:56:01.586538005Z" diff --git a/stable/logitech-media-server/2.0.15/Chart.yaml b/stable/logitech-media-server/2.0.16/Chart.yaml similarity index 96% rename from stable/logitech-media-server/2.0.15/Chart.yaml rename to stable/logitech-media-server/2.0.16/Chart.yaml index 0f76f1ad99c..8f1aba4066c 100644 --- a/stable/logitech-media-server/2.0.15/Chart.yaml +++ b/stable/logitech-media-server/2.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "8.3.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Logitech Media Server is a platform for home/office audio streaming. home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server @@ -23,7 +23,7 @@ sources: - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 2.0.15 +version: 2.0.16 annotations: truecharts.org/catagories: | - media diff --git a/stable/logitech-media-server/2.0.15/README.md b/stable/logitech-media-server/2.0.16/README.md similarity index 96% rename from stable/logitech-media-server/2.0.15/README.md rename to stable/logitech-media-server/2.0.16/README.md index b54d1c3daed..dabe89828b8 100644 --- a/stable/logitech-media-server/2.0.15/README.md +++ b/stable/logitech-media-server/2.0.16/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/logitech-media-server/2.0.15/app-readme.md b/stable/logitech-media-server/2.0.16/app-readme.md similarity index 100% rename from stable/logitech-media-server/2.0.15/app-readme.md rename to stable/logitech-media-server/2.0.16/app-readme.md diff --git a/stable/logitech-media-server/2.0.16/charts/common-8.9.1.tgz b/stable/logitech-media-server/2.0.16/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/logitech-media-server/2.0.16/charts/common-8.9.1.tgz differ diff --git a/stable/logitech-media-server/2.0.15/helm-values.md b/stable/logitech-media-server/2.0.16/helm-values.md similarity index 100% rename from stable/logitech-media-server/2.0.15/helm-values.md rename to stable/logitech-media-server/2.0.16/helm-values.md diff --git a/stable/logitech-media-server/2.0.15/ix_values.yaml b/stable/logitech-media-server/2.0.16/ix_values.yaml similarity index 100% rename from stable/logitech-media-server/2.0.15/ix_values.yaml rename to stable/logitech-media-server/2.0.16/ix_values.yaml diff --git a/stable/logitech-media-server/2.0.15/questions.yaml b/stable/logitech-media-server/2.0.16/questions.yaml similarity index 100% rename from stable/logitech-media-server/2.0.15/questions.yaml rename to stable/logitech-media-server/2.0.16/questions.yaml diff --git a/stable/logitech-media-server/2.0.15/templates/common.yaml b/stable/logitech-media-server/2.0.16/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/2.0.15/templates/common.yaml rename to stable/logitech-media-server/2.0.16/templates/common.yaml diff --git a/stable/medusa/1.0.12/values.yaml b/stable/logitech-media-server/2.0.16/values.yaml similarity index 100% rename from stable/medusa/1.0.12/values.yaml rename to stable/logitech-media-server/2.0.16/values.yaml diff --git a/stable/lychee/9.0.10/Chart.lock b/stable/lychee/9.0.10/Chart.lock deleted file mode 100644 index bc140776671..00000000000 --- a/stable/lychee/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:23:30.397598813Z" diff --git a/stable/lychee/9.0.10/charts/common-8.6.3.tgz b/stable/lychee/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/lychee/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/lychee/9.0.10/CHANGELOG.md b/stable/lychee/9.0.11/CHANGELOG.md similarity index 92% rename from stable/lychee/9.0.10/CHANGELOG.md rename to stable/lychee/9.0.11/CHANGELOG.md index 287835e4e7c..2ac29e9495f 100644 --- a/stable/lychee/9.0.10/CHANGELOG.md +++ b/stable/lychee/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lychee-9.0.11](https://github.com/truecharts/apps/compare/lychee-9.0.10...lychee-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lychee-9.0.10](https://github.com/truecharts/apps/compare/lychee-9.0.9...lychee-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [lychee-9.0.2](https://github.com/truecharts/apps/compare/lychee-9.0.1...lychee-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/miniflux/4.0.1/CONFIG.md b/stable/lychee/9.0.11/CONFIG.md similarity index 100% rename from stable/miniflux/4.0.1/CONFIG.md rename to stable/lychee/9.0.11/CONFIG.md diff --git a/stable/lychee/9.0.11/Chart.lock b/stable/lychee/9.0.11/Chart.lock new file mode 100644 index 00000000000..1e9a42603a3 --- /dev/null +++ b/stable/lychee/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:56:33.739473025Z" diff --git a/stable/lychee/9.0.10/Chart.yaml b/stable/lychee/9.0.11/Chart.yaml similarity index 95% rename from stable/lychee/9.0.10/Chart.yaml rename to stable/lychee/9.0.11/Chart.yaml index 33a576d6852..a851fdfa981 100644 --- a/stable/lychee/9.0.10/Chart.yaml +++ b/stable/lychee/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Lychee is a free photo-management tool, which runs on your server or web-space @@ -23,7 +23,7 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/lychee/9.0.10/README.md b/stable/lychee/9.0.11/README.md similarity index 96% rename from stable/lychee/9.0.10/README.md rename to stable/lychee/9.0.11/README.md index 626a6568a60..91778f747ec 100644 --- a/stable/lychee/9.0.10/README.md +++ b/stable/lychee/9.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/lychee/9.0.10/app-readme.md b/stable/lychee/9.0.11/app-readme.md similarity index 100% rename from stable/lychee/9.0.10/app-readme.md rename to stable/lychee/9.0.11/app-readme.md diff --git a/stable/lychee/9.0.11/charts/common-8.9.1.tgz b/stable/lychee/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/lychee/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/lychee/9.0.10/helm-values.md b/stable/lychee/9.0.11/helm-values.md similarity index 100% rename from stable/lychee/9.0.10/helm-values.md rename to stable/lychee/9.0.11/helm-values.md diff --git a/stable/lychee/9.0.10/ix_values.yaml b/stable/lychee/9.0.11/ix_values.yaml similarity index 100% rename from stable/lychee/9.0.10/ix_values.yaml rename to stable/lychee/9.0.11/ix_values.yaml diff --git a/stable/lychee/9.0.10/questions.yaml b/stable/lychee/9.0.11/questions.yaml similarity index 100% rename from stable/lychee/9.0.10/questions.yaml rename to stable/lychee/9.0.11/questions.yaml diff --git a/stable/lychee/9.0.10/templates/common.yaml b/stable/lychee/9.0.11/templates/common.yaml similarity index 100% rename from stable/lychee/9.0.10/templates/common.yaml rename to stable/lychee/9.0.11/templates/common.yaml diff --git a/stable/miniflux/4.0.1/values.yaml b/stable/lychee/9.0.11/values.yaml similarity index 100% rename from stable/miniflux/4.0.1/values.yaml rename to stable/lychee/9.0.11/values.yaml diff --git a/stable/mealie/4.0.11/Chart.lock b/stable/mealie/4.0.11/Chart.lock deleted file mode 100644 index 1a1444e5cd0..00000000000 --- a/stable/mealie/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:23:56.629697139Z" diff --git a/stable/mealie/4.0.11/charts/common-8.6.3.tgz b/stable/mealie/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/mealie/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/mealie/4.0.11/CHANGELOG.md b/stable/mealie/4.0.12/CHANGELOG.md similarity index 92% rename from stable/mealie/4.0.11/CHANGELOG.md rename to stable/mealie/4.0.12/CHANGELOG.md index 9c197d4127c..6d9af4e4f7a 100644 --- a/stable/mealie/4.0.11/CHANGELOG.md +++ b/stable/mealie/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mealie-4.0.12](https://github.com/truecharts/apps/compare/mealie-4.0.11...mealie-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mealie-4.0.11](https://github.com/truecharts/apps/compare/mealie-4.0.10...mealie-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [mealie-4.0.3](https://github.com/truecharts/apps/compare/mealie-4.0.2...mealie-4.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - diff --git a/stable/minio-console/1.0.12/CONFIG.md b/stable/mealie/4.0.12/CONFIG.md similarity index 100% rename from stable/minio-console/1.0.12/CONFIG.md rename to stable/mealie/4.0.12/CONFIG.md diff --git a/stable/mealie/4.0.12/Chart.lock b/stable/mealie/4.0.12/Chart.lock new file mode 100644 index 00000000000..544151ffe2c --- /dev/null +++ b/stable/mealie/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:57:06.013592973Z" diff --git a/stable/mealie/4.0.11/Chart.yaml b/stable/mealie/4.0.12/Chart.yaml similarity index 95% rename from stable/mealie/4.0.11/Chart.yaml rename to stable/mealie/4.0.12/Chart.yaml index 9662d93b69b..8d0923a7e11 100644 --- a/stable/mealie/4.0.11/Chart.yaml +++ b/stable/mealie/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png @@ -17,7 +17,7 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/mealie/4.0.11/README.md b/stable/mealie/4.0.12/README.md similarity index 96% rename from stable/mealie/4.0.11/README.md rename to stable/mealie/4.0.12/README.md index b10479c4be2..6cf3b5e23fc 100644 --- a/stable/mealie/4.0.11/README.md +++ b/stable/mealie/4.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/mealie/4.0.11/app-readme.md b/stable/mealie/4.0.12/app-readme.md similarity index 100% rename from stable/mealie/4.0.11/app-readme.md rename to stable/mealie/4.0.12/app-readme.md diff --git a/stable/mealie/4.0.12/charts/common-8.9.1.tgz b/stable/mealie/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/mealie/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/mealie/4.0.11/helm-values.md b/stable/mealie/4.0.12/helm-values.md similarity index 100% rename from stable/mealie/4.0.11/helm-values.md rename to stable/mealie/4.0.12/helm-values.md diff --git a/stable/mealie/4.0.11/ix_values.yaml b/stable/mealie/4.0.12/ix_values.yaml similarity index 100% rename from stable/mealie/4.0.11/ix_values.yaml rename to stable/mealie/4.0.12/ix_values.yaml diff --git a/stable/mealie/4.0.11/questions.yaml b/stable/mealie/4.0.12/questions.yaml similarity index 100% rename from stable/mealie/4.0.11/questions.yaml rename to stable/mealie/4.0.12/questions.yaml diff --git a/stable/mealie/4.0.11/templates/common.yaml b/stable/mealie/4.0.12/templates/common.yaml similarity index 100% rename from stable/mealie/4.0.11/templates/common.yaml rename to stable/mealie/4.0.12/templates/common.yaml diff --git a/stable/minio-console/1.0.12/values.yaml b/stable/mealie/4.0.12/values.yaml similarity index 100% rename from stable/minio-console/1.0.12/values.yaml rename to stable/mealie/4.0.12/values.yaml diff --git a/stable/medusa/1.0.12/Chart.lock b/stable/medusa/1.0.12/Chart.lock deleted file mode 100644 index 525826e8f55..00000000000 --- a/stable/medusa/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:06:02.48471709Z" diff --git a/stable/medusa/1.0.12/charts/common-8.6.3.tgz b/stable/medusa/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/medusa/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/medusa/1.0.12/CHANGELOG.md b/stable/medusa/1.0.13/CHANGELOG.md similarity index 92% rename from stable/medusa/1.0.12/CHANGELOG.md rename to stable/medusa/1.0.13/CHANGELOG.md index 7be29a234db..a32d5a2029e 100644 --- a/stable/medusa/1.0.12/CHANGELOG.md +++ b/stable/medusa/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [medusa-1.0.13](https://github.com/truecharts/apps/compare/medusa-1.0.12...medusa-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [medusa-1.0.12](https://github.com/truecharts/apps/compare/medusa-1.0.11...medusa-1.0.12) (2021-11-22) @@ -88,12 +97,3 @@ * Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - -### [medusa-1.0.4](https://github.com/truecharts/apps/compare/medusa-1.0.3...medusa-1.0.4) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - diff --git a/stable/mosquitto/4.0.12/CONFIG.md b/stable/medusa/1.0.13/CONFIG.md similarity index 100% rename from stable/mosquitto/4.0.12/CONFIG.md rename to stable/medusa/1.0.13/CONFIG.md diff --git a/stable/medusa/1.0.13/Chart.lock b/stable/medusa/1.0.13/Chart.lock new file mode 100644 index 00000000000..7db27d73db5 --- /dev/null +++ b/stable/medusa/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:57:38.159422881Z" diff --git a/stable/medusa/1.0.12/Chart.yaml b/stable/medusa/1.0.13/Chart.yaml similarity index 95% rename from stable/medusa/1.0.12/Chart.yaml rename to stable/medusa/1.0.13/Chart.yaml index c7ddbbe0fa7..5e64da171f0 100644 --- a/stable/medusa/1.0.12/Chart.yaml +++ b/stable/medusa/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.20" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An automatic Video Library Manager for TV Shows home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/medusa/1.0.12/README.md b/stable/medusa/1.0.13/README.md similarity index 96% rename from stable/medusa/1.0.12/README.md rename to stable/medusa/1.0.13/README.md index 7fa49b2ded6..f844cd979bd 100644 --- a/stable/medusa/1.0.12/README.md +++ b/stable/medusa/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/medusa/1.0.12/app-readme.md b/stable/medusa/1.0.13/app-readme.md similarity index 100% rename from stable/medusa/1.0.12/app-readme.md rename to stable/medusa/1.0.13/app-readme.md diff --git a/stable/medusa/1.0.13/charts/common-8.9.1.tgz b/stable/medusa/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/medusa/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/medusa/1.0.12/helm-values.md b/stable/medusa/1.0.13/helm-values.md similarity index 100% rename from stable/medusa/1.0.12/helm-values.md rename to stable/medusa/1.0.13/helm-values.md diff --git a/stable/medusa/1.0.12/ix_values.yaml b/stable/medusa/1.0.13/ix_values.yaml similarity index 100% rename from stable/medusa/1.0.12/ix_values.yaml rename to stable/medusa/1.0.13/ix_values.yaml diff --git a/stable/medusa/1.0.12/questions.yaml b/stable/medusa/1.0.13/questions.yaml similarity index 100% rename from stable/medusa/1.0.12/questions.yaml rename to stable/medusa/1.0.13/questions.yaml diff --git a/stable/medusa/1.0.12/templates/common.yaml b/stable/medusa/1.0.13/templates/common.yaml similarity index 100% rename from stable/medusa/1.0.12/templates/common.yaml rename to stable/medusa/1.0.13/templates/common.yaml diff --git a/stable/mosquitto/4.0.12/values.yaml b/stable/medusa/1.0.13/values.yaml similarity index 100% rename from stable/mosquitto/4.0.12/values.yaml rename to stable/medusa/1.0.13/values.yaml diff --git a/stable/miniflux/4.0.1/Chart.lock b/stable/miniflux/4.0.1/Chart.lock deleted file mode 100644 index 9f079304569..00000000000 --- a/stable/miniflux/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:24:50.509773969Z" diff --git a/stable/miniflux/4.0.1/charts/common-8.6.3.tgz b/stable/miniflux/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/miniflux/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/miniflux/4.0.1/charts/postgresql-6.0.3.tgz b/stable/miniflux/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/miniflux/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/miniflux/4.0.1/CHANGELOG.md b/stable/miniflux/4.0.2/CHANGELOG.md similarity index 87% rename from stable/miniflux/4.0.1/CHANGELOG.md rename to stable/miniflux/4.0.2/CHANGELOG.md index cf8747008f8..399ed579e62 100644 --- a/stable/miniflux/4.0.1/CHANGELOG.md +++ b/stable/miniflux/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [miniflux-4.0.2](https://github.com/truecharts/apps/compare/miniflux-4.0.1...miniflux-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [miniflux-4.0.1](https://github.com/truecharts/apps/compare/miniflux-4.0.0...miniflux-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ * prevent duplicate port use and fix some questions.yaml mistakes - - -### [miniflux-3.0.5](https://github.com/truecharts/apps/compare/miniflux-3.0.4...miniflux-3.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [miniflux-3.0.4](https://github.com/truecharts/apps/compare/miniflux-3.0.3...miniflux-3.0.4) (2021-11-01) - diff --git a/stable/mstream/1.0.10/CONFIG.md b/stable/miniflux/4.0.2/CONFIG.md similarity index 100% rename from stable/mstream/1.0.10/CONFIG.md rename to stable/miniflux/4.0.2/CONFIG.md diff --git a/stable/miniflux/4.0.2/Chart.lock b/stable/miniflux/4.0.2/Chart.lock new file mode 100644 index 00000000000..137425b9b3b --- /dev/null +++ b/stable/miniflux/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T22:58:12.221371474Z" diff --git a/stable/miniflux/4.0.1/Chart.yaml b/stable/miniflux/4.0.2/Chart.yaml similarity index 93% rename from stable/miniflux/4.0.1/Chart.yaml rename to stable/miniflux/4.0.2/Chart.yaml index 3cf9a721412..5e5f6e35370 100644 --- a/stable/miniflux/4.0.1/Chart.yaml +++ b/stable/miniflux/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.33" description: Miniflux is a minimalist and opinionated feed reader. name: miniflux -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - miniflux @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/miniflux/4.0.1/README.md b/stable/miniflux/4.0.2/README.md similarity index 92% rename from stable/miniflux/4.0.1/README.md rename to stable/miniflux/4.0.2/README.md index 79962c711c8..f1a12541efb 100644 --- a/stable/miniflux/4.0.1/README.md +++ b/stable/miniflux/4.0.2/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/miniflux/4.0.1/app-readme.md b/stable/miniflux/4.0.2/app-readme.md similarity index 100% rename from stable/miniflux/4.0.1/app-readme.md rename to stable/miniflux/4.0.2/app-readme.md diff --git a/stable/miniflux/4.0.2/charts/common-8.9.1.tgz b/stable/miniflux/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/miniflux/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/miniflux/4.0.2/charts/postgresql-6.0.7.tgz b/stable/miniflux/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/miniflux/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/miniflux/4.0.1/helm-values.md b/stable/miniflux/4.0.2/helm-values.md similarity index 100% rename from stable/miniflux/4.0.1/helm-values.md rename to stable/miniflux/4.0.2/helm-values.md diff --git a/stable/miniflux/4.0.1/ix_values.yaml b/stable/miniflux/4.0.2/ix_values.yaml similarity index 100% rename from stable/miniflux/4.0.1/ix_values.yaml rename to stable/miniflux/4.0.2/ix_values.yaml diff --git a/stable/miniflux/4.0.1/questions.yaml b/stable/miniflux/4.0.2/questions.yaml similarity index 99% rename from stable/miniflux/4.0.1/questions.yaml rename to stable/miniflux/4.0.2/questions.yaml index a79f78a4019..7fd3b30f075 100644 --- a/stable/miniflux/4.0.1/questions.yaml +++ b/stable/miniflux/4.0.2/questions.yaml @@ -466,7 +466,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/miniflux/4.0.1/templates/common.yaml b/stable/miniflux/4.0.2/templates/common.yaml similarity index 100% rename from stable/miniflux/4.0.1/templates/common.yaml rename to stable/miniflux/4.0.2/templates/common.yaml diff --git a/stable/mstream/1.0.10/values.yaml b/stable/miniflux/4.0.2/values.yaml similarity index 100% rename from stable/mstream/1.0.10/values.yaml rename to stable/miniflux/4.0.2/values.yaml diff --git a/stable/minio-console/1.0.12/Chart.lock b/stable/minio-console/1.0.12/Chart.lock deleted file mode 100644 index b882c970cd5..00000000000 --- a/stable/minio-console/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:06:30.551370558Z" diff --git a/stable/minio-console/1.0.12/charts/common-8.6.3.tgz b/stable/minio-console/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/minio-console/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/minio-console/1.0.12/CHANGELOG.md b/stable/minio-console/1.0.13/CHANGELOG.md similarity index 92% rename from stable/minio-console/1.0.12/CHANGELOG.md rename to stable/minio-console/1.0.13/CHANGELOG.md index 867fdfd00e1..2e1396c9802 100644 --- a/stable/minio-console/1.0.12/CHANGELOG.md +++ b/stable/minio-console/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-console-1.0.13](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-console-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-console-1.0.12](https://github.com/truecharts/apps/compare/minio-console-1.0.11...minio-console-1.0.12) (2021-11-22) @@ -88,12 +97,3 @@ #### Feat -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [minio-console-1.0.4](https://github.com/truecharts/apps/compare/minio-console-1.0.3...minio-console-1.0.4) (2021-11-02) - -#### Chore - diff --git a/stable/muximux/1.0.12/CONFIG.md b/stable/minio-console/1.0.13/CONFIG.md similarity index 100% rename from stable/muximux/1.0.12/CONFIG.md rename to stable/minio-console/1.0.13/CONFIG.md diff --git a/stable/minio-console/1.0.13/Chart.lock b/stable/minio-console/1.0.13/Chart.lock new file mode 100644 index 00000000000..0a2cd1e2ba1 --- /dev/null +++ b/stable/minio-console/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:58:55.393949093Z" diff --git a/stable/minio-console/1.0.12/Chart.yaml b/stable/minio-console/1.0.13/Chart.yaml similarity index 95% rename from stable/minio-console/1.0.12/Chart.yaml rename to stable/minio-console/1.0.13/Chart.yaml index e08d8b828cc..091b584a525 100644 --- a/stable/minio-console/1.0.12/Chart.yaml +++ b/stable/minio-console/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.12.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A management console for minio server and operator home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console icon: https://min.io/resources/img/logo/MINIO_wordmark.png @@ -19,7 +19,7 @@ maintainers: name: minio-console sources: - https://github.com/minio/console -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/minio-console/1.0.12/README.md b/stable/minio-console/1.0.13/README.md similarity index 96% rename from stable/minio-console/1.0.12/README.md rename to stable/minio-console/1.0.13/README.md index daa7549b9ea..6b50070c083 100644 --- a/stable/minio-console/1.0.12/README.md +++ b/stable/minio-console/1.0.13/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/minio-console/1.0.12/app-readme.md b/stable/minio-console/1.0.13/app-readme.md similarity index 100% rename from stable/minio-console/1.0.12/app-readme.md rename to stable/minio-console/1.0.13/app-readme.md diff --git a/stable/minio-console/1.0.13/charts/common-8.9.1.tgz b/stable/minio-console/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/minio-console/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/minio-console/1.0.12/helm-values.md b/stable/minio-console/1.0.13/helm-values.md similarity index 100% rename from stable/minio-console/1.0.12/helm-values.md rename to stable/minio-console/1.0.13/helm-values.md diff --git a/stable/minio-console/1.0.12/ix_values.yaml b/stable/minio-console/1.0.13/ix_values.yaml similarity index 100% rename from stable/minio-console/1.0.12/ix_values.yaml rename to stable/minio-console/1.0.13/ix_values.yaml diff --git a/stable/minio-console/1.0.12/questions.yaml b/stable/minio-console/1.0.13/questions.yaml similarity index 100% rename from stable/minio-console/1.0.12/questions.yaml rename to stable/minio-console/1.0.13/questions.yaml diff --git a/stable/minio-console/1.0.12/templates/common.yaml b/stable/minio-console/1.0.13/templates/common.yaml similarity index 100% rename from stable/minio-console/1.0.12/templates/common.yaml rename to stable/minio-console/1.0.13/templates/common.yaml diff --git a/stable/muximux/1.0.12/values.yaml b/stable/minio-console/1.0.13/values.yaml similarity index 100% rename from stable/muximux/1.0.12/values.yaml rename to stable/minio-console/1.0.13/values.yaml diff --git a/stable/mosquitto/4.0.12/Chart.lock b/stable/mosquitto/4.0.12/Chart.lock deleted file mode 100644 index 9c93bfe1433..00000000000 --- a/stable/mosquitto/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:06:13.960059939Z" diff --git a/stable/mosquitto/4.0.12/charts/common-8.6.3.tgz b/stable/mosquitto/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/mosquitto/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/mosquitto/4.0.12/CHANGELOG.md b/stable/mosquitto/4.0.13/CHANGELOG.md similarity index 88% rename from stable/mosquitto/4.0.12/CHANGELOG.md rename to stable/mosquitto/4.0.13/CHANGELOG.md index 96cfaef9aca..336e78e88e9 100644 --- a/stable/mosquitto/4.0.12/CHANGELOG.md +++ b/stable/mosquitto/4.0.13/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [mosquitto-4.0.13](https://github.com/truecharts/apps/compare/mosquitto-4.0.12...mosquitto-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [mosquitto-4.0.12](https://github.com/truecharts/apps/compare/mosquitto-4.0.11...mosquitto-4.0.12) (2021-11-18) @@ -84,16 +97,3 @@ -### [mosquitto-4.0.5](https://github.com/truecharts/apps/compare/mosquitto-4.0.4...mosquitto-4.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [mosquitto-4.0.4](https://github.com/truecharts/apps/compare/mosquitto-4.0.3...mosquitto-4.0.4) (2021-11-01) - -#### Chore - diff --git a/stable/mylar/4.0.10/CONFIG.md b/stable/mosquitto/4.0.13/CONFIG.md similarity index 100% rename from stable/mylar/4.0.10/CONFIG.md rename to stable/mosquitto/4.0.13/CONFIG.md diff --git a/stable/mosquitto/4.0.13/Chart.lock b/stable/mosquitto/4.0.13/Chart.lock new file mode 100644 index 00000000000..f2714e63bef --- /dev/null +++ b/stable/mosquitto/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T22:59:27.878622761Z" diff --git a/stable/mosquitto/4.0.12/Chart.yaml b/stable/mosquitto/4.0.13/Chart.yaml similarity index 95% rename from stable/mosquitto/4.0.12/Chart.yaml rename to stable/mosquitto/4.0.13/Chart.yaml index fd3577f5549..d1090844933 100644 --- a/stable/mosquitto/4.0.12/Chart.yaml +++ b/stable/mosquitto/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.14" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Eclipse Mosquitto - An open source MQTT broker home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto @@ -21,7 +21,7 @@ name: mosquitto sources: - https://github.com/eclipse/mosquitto type: application -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - homeautomation diff --git a/stable/mosquitto/4.0.12/README.md b/stable/mosquitto/4.0.13/README.md similarity index 96% rename from stable/mosquitto/4.0.12/README.md rename to stable/mosquitto/4.0.13/README.md index cd8b9dbcaca..11863db612a 100644 --- a/stable/mosquitto/4.0.12/README.md +++ b/stable/mosquitto/4.0.13/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/mosquitto/4.0.12/app-readme.md b/stable/mosquitto/4.0.13/app-readme.md similarity index 100% rename from stable/mosquitto/4.0.12/app-readme.md rename to stable/mosquitto/4.0.13/app-readme.md diff --git a/stable/mosquitto/4.0.13/charts/common-8.9.1.tgz b/stable/mosquitto/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/mosquitto/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/mosquitto/4.0.12/helm-values.md b/stable/mosquitto/4.0.13/helm-values.md similarity index 100% rename from stable/mosquitto/4.0.12/helm-values.md rename to stable/mosquitto/4.0.13/helm-values.md diff --git a/stable/mosquitto/4.0.12/ix_values.yaml b/stable/mosquitto/4.0.13/ix_values.yaml similarity index 96% rename from stable/mosquitto/4.0.12/ix_values.yaml rename to stable/mosquitto/4.0.13/ix_values.yaml index a28d86f2522..29656732158 100644 --- a/stable/mosquitto/4.0.12/ix_values.yaml +++ b/stable/mosquitto/4.0.13/ix_values.yaml @@ -14,8 +14,6 @@ service: main: ports: main: - protocol: TCP - enabled: true port: 1883 targetPort: 1883 diff --git a/stable/mosquitto/4.0.12/questions.yaml b/stable/mosquitto/4.0.13/questions.yaml similarity index 100% rename from stable/mosquitto/4.0.12/questions.yaml rename to stable/mosquitto/4.0.13/questions.yaml diff --git a/stable/mosquitto/4.0.12/templates/common.yaml b/stable/mosquitto/4.0.13/templates/common.yaml similarity index 100% rename from stable/mosquitto/4.0.12/templates/common.yaml rename to stable/mosquitto/4.0.13/templates/common.yaml diff --git a/stable/mosquitto/4.0.12/templates/configmap.yaml b/stable/mosquitto/4.0.13/templates/configmap.yaml similarity index 100% rename from stable/mosquitto/4.0.12/templates/configmap.yaml rename to stable/mosquitto/4.0.13/templates/configmap.yaml diff --git a/stable/mylar/4.0.10/values.yaml b/stable/mosquitto/4.0.13/values.yaml similarity index 100% rename from stable/mylar/4.0.10/values.yaml rename to stable/mosquitto/4.0.13/values.yaml diff --git a/stable/mstream/1.0.10/Chart.lock b/stable/mstream/1.0.10/Chart.lock deleted file mode 100644 index 8048d136bc9..00000000000 --- a/stable/mstream/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:26:18.071103786Z" diff --git a/stable/mstream/1.0.10/charts/common-8.6.3.tgz b/stable/mstream/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/mstream/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/mstream/1.0.10/CHANGELOG.md b/stable/mstream/1.0.11/CHANGELOG.md similarity index 92% rename from stable/mstream/1.0.10/CHANGELOG.md rename to stable/mstream/1.0.11/CHANGELOG.md index ff50b8b5be0..0927594853c 100644 --- a/stable/mstream/1.0.10/CHANGELOG.md +++ b/stable/mstream/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mstream-1.0.11](https://github.com/truecharts/apps/compare/mstream-1.0.10...mstream-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mstream-1.0.10](https://github.com/truecharts/apps/compare/mstream-1.0.9...mstream-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [mstream-1.0.2](https://github.com/truecharts/apps/compare/mstream-1.0.1...mstream-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/navidrome/9.0.11/CONFIG.md b/stable/mstream/1.0.11/CONFIG.md similarity index 100% rename from stable/navidrome/9.0.11/CONFIG.md rename to stable/mstream/1.0.11/CONFIG.md diff --git a/stable/mstream/1.0.11/Chart.lock b/stable/mstream/1.0.11/Chart.lock new file mode 100644 index 00000000000..1a68320a130 --- /dev/null +++ b/stable/mstream/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:00:00.270825625Z" diff --git a/stable/mstream/1.0.10/Chart.yaml b/stable/mstream/1.0.11/Chart.yaml similarity index 95% rename from stable/mstream/1.0.10/Chart.yaml rename to stable/mstream/1.0.11/Chart.yaml index 5b62b47457e..997c849463b 100644 --- a/stable/mstream/1.0.10/Chart.yaml +++ b/stable/mstream/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.2.5" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A personal music streaming server home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png @@ -21,7 +21,7 @@ sources: - https://github.com/linuxserver/docker-mstream - https://mstream.io/ type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/mstream/1.0.10/README.md b/stable/mstream/1.0.11/README.md similarity index 96% rename from stable/mstream/1.0.10/README.md rename to stable/mstream/1.0.11/README.md index 1fc232651ac..5f2466db820 100644 --- a/stable/mstream/1.0.10/README.md +++ b/stable/mstream/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/mstream/1.0.10/app-readme.md b/stable/mstream/1.0.11/app-readme.md similarity index 100% rename from stable/mstream/1.0.10/app-readme.md rename to stable/mstream/1.0.11/app-readme.md diff --git a/stable/mstream/1.0.11/charts/common-8.9.1.tgz b/stable/mstream/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/mstream/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/mstream/1.0.10/helm-values.md b/stable/mstream/1.0.11/helm-values.md similarity index 100% rename from stable/mstream/1.0.10/helm-values.md rename to stable/mstream/1.0.11/helm-values.md diff --git a/stable/mstream/1.0.10/ix_values.yaml b/stable/mstream/1.0.11/ix_values.yaml similarity index 100% rename from stable/mstream/1.0.10/ix_values.yaml rename to stable/mstream/1.0.11/ix_values.yaml diff --git a/stable/mstream/1.0.10/questions.yaml b/stable/mstream/1.0.11/questions.yaml similarity index 100% rename from stable/mstream/1.0.10/questions.yaml rename to stable/mstream/1.0.11/questions.yaml diff --git a/stable/mstream/1.0.10/templates/common.yaml b/stable/mstream/1.0.11/templates/common.yaml similarity index 100% rename from stable/mstream/1.0.10/templates/common.yaml rename to stable/mstream/1.0.11/templates/common.yaml diff --git a/stable/navidrome/9.0.11/values.yaml b/stable/mstream/1.0.11/values.yaml similarity index 100% rename from stable/navidrome/9.0.11/values.yaml rename to stable/mstream/1.0.11/values.yaml diff --git a/stable/muximux/1.0.12/Chart.lock b/stable/muximux/1.0.12/Chart.lock deleted file mode 100644 index 422120d7816..00000000000 --- a/stable/muximux/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:26:46.606842531Z" diff --git a/stable/muximux/1.0.12/charts/common-8.6.3.tgz b/stable/muximux/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/muximux/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/muximux/1.0.12/CHANGELOG.md b/stable/muximux/1.0.13/CHANGELOG.md similarity index 92% rename from stable/muximux/1.0.12/CHANGELOG.md rename to stable/muximux/1.0.13/CHANGELOG.md index 4dd0eacaa43..fdf89555583 100644 --- a/stable/muximux/1.0.12/CHANGELOG.md +++ b/stable/muximux/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [muximux-1.0.13](https://github.com/truecharts/apps/compare/muximux-1.0.12...muximux-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [muximux-1.0.12](https://github.com/truecharts/apps/compare/muximux-1.0.11...muximux-1.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [muximux-1.0.4](https://github.com/truecharts/apps/compare/muximux-1.0.3...muximux-1.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/node-red/9.0.10/CONFIG.md b/stable/muximux/1.0.13/CONFIG.md similarity index 100% rename from stable/node-red/9.0.10/CONFIG.md rename to stable/muximux/1.0.13/CONFIG.md diff --git a/stable/muximux/1.0.13/Chart.lock b/stable/muximux/1.0.13/Chart.lock new file mode 100644 index 00000000000..05e8213799c --- /dev/null +++ b/stable/muximux/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:00:32.490686327Z" diff --git a/stable/muximux/1.0.12/Chart.yaml b/stable/muximux/1.0.13/Chart.yaml similarity index 96% rename from stable/muximux/1.0.12/Chart.yaml rename to stable/muximux/1.0.13/Chart.yaml index a671e5033db..880a83f6c20 100644 --- a/stable/muximux/1.0.12/Chart.yaml +++ b/stable/muximux/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "057352e8" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-muximux - https://github.com/mescon/Muximux type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/muximux/1.0.12/README.md b/stable/muximux/1.0.13/README.md similarity index 96% rename from stable/muximux/1.0.12/README.md rename to stable/muximux/1.0.13/README.md index b168e60cf8d..716c41de213 100644 --- a/stable/muximux/1.0.12/README.md +++ b/stable/muximux/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/muximux/1.0.12/app-readme.md b/stable/muximux/1.0.13/app-readme.md similarity index 100% rename from stable/muximux/1.0.12/app-readme.md rename to stable/muximux/1.0.13/app-readme.md diff --git a/stable/muximux/1.0.13/charts/common-8.9.1.tgz b/stable/muximux/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/muximux/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/muximux/1.0.12/helm-values.md b/stable/muximux/1.0.13/helm-values.md similarity index 100% rename from stable/muximux/1.0.12/helm-values.md rename to stable/muximux/1.0.13/helm-values.md diff --git a/stable/muximux/1.0.12/ix_values.yaml b/stable/muximux/1.0.13/ix_values.yaml similarity index 100% rename from stable/muximux/1.0.12/ix_values.yaml rename to stable/muximux/1.0.13/ix_values.yaml diff --git a/stable/muximux/1.0.12/questions.yaml b/stable/muximux/1.0.13/questions.yaml similarity index 100% rename from stable/muximux/1.0.12/questions.yaml rename to stable/muximux/1.0.13/questions.yaml diff --git a/stable/muximux/1.0.12/templates/common.yaml b/stable/muximux/1.0.13/templates/common.yaml similarity index 100% rename from stable/muximux/1.0.12/templates/common.yaml rename to stable/muximux/1.0.13/templates/common.yaml diff --git a/stable/node-red/9.0.10/values.yaml b/stable/muximux/1.0.13/values.yaml similarity index 100% rename from stable/node-red/9.0.10/values.yaml rename to stable/muximux/1.0.13/values.yaml diff --git a/stable/mylar/4.0.10/Chart.lock b/stable/mylar/4.0.10/Chart.lock deleted file mode 100644 index 06fc5ec86c5..00000000000 --- a/stable/mylar/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:27:12.893466077Z" diff --git a/stable/mylar/4.0.10/charts/common-8.6.3.tgz b/stable/mylar/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/mylar/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/mylar/4.0.10/CHANGELOG.md b/stable/mylar/4.0.11/CHANGELOG.md similarity index 92% rename from stable/mylar/4.0.10/CHANGELOG.md rename to stable/mylar/4.0.11/CHANGELOG.md index 6464529ca63..d688ec9554b 100644 --- a/stable/mylar/4.0.10/CHANGELOG.md +++ b/stable/mylar/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mylar-4.0.11](https://github.com/truecharts/apps/compare/mylar-4.0.10...mylar-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mylar-4.0.10](https://github.com/truecharts/apps/compare/mylar-4.0.9...mylar-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [mylar-4.0.2](https://github.com/truecharts/apps/compare/mylar-4.0.1...mylar-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/novnc/1.0.10/CONFIG.md b/stable/mylar/4.0.11/CONFIG.md similarity index 100% rename from stable/novnc/1.0.10/CONFIG.md rename to stable/mylar/4.0.11/CONFIG.md diff --git a/stable/mylar/4.0.11/Chart.lock b/stable/mylar/4.0.11/Chart.lock new file mode 100644 index 00000000000..6190a0aed97 --- /dev/null +++ b/stable/mylar/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:01:04.5114187Z" diff --git a/stable/mylar/4.0.10/Chart.yaml b/stable/mylar/4.0.11/Chart.yaml similarity index 95% rename from stable/mylar/4.0.10/Chart.yaml rename to stable/mylar/4.0.11/Chart.yaml index cb80982e6a0..e815aa47d5d 100644 --- a/stable/mylar/4.0.10/Chart.yaml +++ b/stable/mylar/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Mylar is a automated Comic Book downloader home: https://github.com/truechartsapps/tree/master/charts/stable/mylar icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png @@ -19,7 +19,7 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truechartsapps/tree/master/charts/mylar -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/mylar/4.0.10/README.md b/stable/mylar/4.0.11/README.md similarity index 96% rename from stable/mylar/4.0.10/README.md rename to stable/mylar/4.0.11/README.md index fef5f2ac625..808cb07ec5a 100644 --- a/stable/mylar/4.0.10/README.md +++ b/stable/mylar/4.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/mylar/4.0.10/app-readme.md b/stable/mylar/4.0.11/app-readme.md similarity index 100% rename from stable/mylar/4.0.10/app-readme.md rename to stable/mylar/4.0.11/app-readme.md diff --git a/stable/mylar/4.0.11/charts/common-8.9.1.tgz b/stable/mylar/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/mylar/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/mylar/4.0.10/helm-values.md b/stable/mylar/4.0.11/helm-values.md similarity index 100% rename from stable/mylar/4.0.10/helm-values.md rename to stable/mylar/4.0.11/helm-values.md diff --git a/stable/mylar/4.0.10/ix_values.yaml b/stable/mylar/4.0.11/ix_values.yaml similarity index 100% rename from stable/mylar/4.0.10/ix_values.yaml rename to stable/mylar/4.0.11/ix_values.yaml diff --git a/stable/mylar/4.0.10/questions.yaml b/stable/mylar/4.0.11/questions.yaml similarity index 100% rename from stable/mylar/4.0.10/questions.yaml rename to stable/mylar/4.0.11/questions.yaml diff --git a/stable/mylar/4.0.10/templates/common.yaml b/stable/mylar/4.0.11/templates/common.yaml similarity index 100% rename from stable/mylar/4.0.10/templates/common.yaml rename to stable/mylar/4.0.11/templates/common.yaml diff --git a/stable/novnc/1.0.10/values.yaml b/stable/mylar/4.0.11/values.yaml similarity index 100% rename from stable/novnc/1.0.10/values.yaml rename to stable/mylar/4.0.11/values.yaml diff --git a/stable/navidrome/9.0.11/Chart.lock b/stable/navidrome/9.0.11/Chart.lock deleted file mode 100644 index 1426647c010..00000000000 --- a/stable/navidrome/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:06:58.468131869Z" diff --git a/stable/navidrome/9.0.11/charts/common-8.6.3.tgz b/stable/navidrome/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/navidrome/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/navidrome/9.0.11/CHANGELOG.md b/stable/navidrome/9.0.12/CHANGELOG.md similarity index 92% rename from stable/navidrome/9.0.11/CHANGELOG.md rename to stable/navidrome/9.0.12/CHANGELOG.md index 1372b7dcb38..1e21edc0480 100644 --- a/stable/navidrome/9.0.11/CHANGELOG.md +++ b/stable/navidrome/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [navidrome-9.0.12](https://github.com/truecharts/apps/compare/navidrome-9.0.11...navidrome-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [navidrome-9.0.11](https://github.com/truecharts/apps/compare/navidrome-9.0.10...navidrome-9.0.11) (2021-11-22) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [navidrome-9.0.3](https://github.com/truecharts/apps/compare/navidrome-9.0.2...navidrome-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/nullserv/4.0.10/CONFIG.md b/stable/navidrome/9.0.12/CONFIG.md similarity index 100% rename from stable/nullserv/4.0.10/CONFIG.md rename to stable/navidrome/9.0.12/CONFIG.md diff --git a/stable/navidrome/9.0.12/Chart.lock b/stable/navidrome/9.0.12/Chart.lock new file mode 100644 index 00000000000..c91b0719c50 --- /dev/null +++ b/stable/navidrome/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:01:36.769532055Z" diff --git a/stable/navidrome/9.0.11/Chart.yaml b/stable/navidrome/9.0.12/Chart.yaml similarity index 96% rename from stable/navidrome/9.0.11/Chart.yaml rename to stable/navidrome/9.0.12/Chart.yaml index 8b6c83893a5..2f7e1f2ed87 100644 --- a/stable/navidrome/9.0.11/Chart.yaml +++ b/stable/navidrome/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.47.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Navidrome is an open source web-based music collection server and streamer home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome @@ -22,7 +22,7 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/navidrome/9.0.11/README.md b/stable/navidrome/9.0.12/README.md similarity index 96% rename from stable/navidrome/9.0.11/README.md rename to stable/navidrome/9.0.12/README.md index aa015bbbc43..46e72b1b6c8 100644 --- a/stable/navidrome/9.0.11/README.md +++ b/stable/navidrome/9.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/navidrome/9.0.11/app-readme.md b/stable/navidrome/9.0.12/app-readme.md similarity index 100% rename from stable/navidrome/9.0.11/app-readme.md rename to stable/navidrome/9.0.12/app-readme.md diff --git a/stable/navidrome/9.0.12/charts/common-8.9.1.tgz b/stable/navidrome/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/navidrome/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/navidrome/9.0.11/helm-values.md b/stable/navidrome/9.0.12/helm-values.md similarity index 100% rename from stable/navidrome/9.0.11/helm-values.md rename to stable/navidrome/9.0.12/helm-values.md diff --git a/stable/navidrome/9.0.11/ix_values.yaml b/stable/navidrome/9.0.12/ix_values.yaml similarity index 100% rename from stable/navidrome/9.0.11/ix_values.yaml rename to stable/navidrome/9.0.12/ix_values.yaml diff --git a/stable/navidrome/9.0.11/questions.yaml b/stable/navidrome/9.0.12/questions.yaml similarity index 100% rename from stable/navidrome/9.0.11/questions.yaml rename to stable/navidrome/9.0.12/questions.yaml diff --git a/stable/navidrome/9.0.11/templates/common.yaml b/stable/navidrome/9.0.12/templates/common.yaml similarity index 100% rename from stable/navidrome/9.0.11/templates/common.yaml rename to stable/navidrome/9.0.12/templates/common.yaml diff --git a/stable/nullserv/4.0.10/values.yaml b/stable/navidrome/9.0.12/values.yaml similarity index 100% rename from stable/nullserv/4.0.10/values.yaml rename to stable/navidrome/9.0.12/values.yaml diff --git a/stable/nextcloud/10.0.6/CHANGELOG.md b/stable/nextcloud/10.0.6/CHANGELOG.md new file mode 100644 index 00000000000..f8966adb0d8 --- /dev/null +++ b/stable/nextcloud/10.0.6/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [nextcloud-10.0.6](https://github.com/truecharts/apps/compare/nextcloud-10.0.5...nextcloud-10.0.6) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + + +### [nextcloud-10.0.5](https://github.com/truecharts/apps/compare/nextcloud-10.0.4...nextcloud-10.0.5) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + + +### [nextcloud-10.0.4](https://github.com/truecharts/apps/compare/nextcloud-10.0.3...nextcloud-10.0.4) (2021-11-21) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) +* remove specific times for nextcloud startup probes + + + + +### [nextcloud-10.0.3](https://github.com/truecharts/apps/compare/nextcloud-10.0.2...nextcloud-10.0.3) (2021-11-18) + +#### Chore + +* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350)) + + + + +### [nextcloud-10.0.2](https://github.com/truecharts/apps/compare/nextcloud-10.0.1...nextcloud-10.0.2) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [nextcloud-10.0.1](https://github.com/truecharts/apps/compare/nextcloud-10.0.0...nextcloud-10.0.1) (2021-11-16) + +#### Chore + +* bump postgresql again + + + + +### [nextcloud-10.0.0](https://github.com/truecharts/apps/compare/nextcloud-9.0.12...nextcloud-10.0.0) (2021-11-16) + +#### Chore + +* bump postgresql on some Apps + + + + +### [nextcloud-9.0.12](https://github.com/truecharts/apps/compare/nextcloud-9.0.11...nextcloud-9.0.12) (2021-11-15) + +#### Chore + +* update non-major docker tags ([#1339](https://github.com/truecharts/apps/issues/1339)) + + + + +### [nextcloud-9.0.11](https://github.com/truecharts/apps/compare/nextcloud-9.0.10...nextcloud-9.0.11) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [nextcloud-9.0.10](https://github.com/truecharts/apps/compare/nextcloud-9.0.9...nextcloud-9.0.10) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Feat + diff --git a/stable/nzbget/9.0.11/CONFIG.md b/stable/nextcloud/10.0.6/CONFIG.md similarity index 100% rename from stable/nzbget/9.0.11/CONFIG.md rename to stable/nextcloud/10.0.6/CONFIG.md diff --git a/stable/nextcloud/10.0.6/Chart.lock b/stable/nextcloud/10.0.6/Chart.lock new file mode 100644 index 00000000000..2b873eca3ce --- /dev/null +++ b/stable/nextcloud/10.0.6/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +- name: redis + repository: https://truecharts.org + version: 1.0.11 +digest: sha256:dbb3698121537661d5d66cbbe986770874b7357e3679152a42d2a82621d67523 +generated: "2021-11-22T23:02:12.01783176Z" diff --git a/stable/nextcloud/10.0.6/Chart.yaml b/stable/nextcloud/10.0.6/Chart.yaml new file mode 100644 index 00000000000..03ec31b7964 --- /dev/null +++ b/stable/nextcloud/10.0.6/Chart.yaml @@ -0,0 +1,41 @@ +apiVersion: v2 +appVersion: "22.2.3" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +- condition: redis.enabled + name: redis + repository: https://truecharts.org + version: 1.0.11 +deprecated: false +description: A private cloud server that puts the control and security of your own + data back into your hands. +home: https://nextcloud.com/ +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png +keywords: +- nextcloud +- storage +- http +- web +- php +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nextcloud +sources: +- https://github.com/nextcloud/docker +- https://github.com/nextcloud/helm +type: application +version: 10.0.6 +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nextcloud/10.0.6/README.md b/stable/nextcloud/10.0.6/README.md new file mode 100644 index 00000000000..c9447fc2902 --- /dev/null +++ b/stable/nextcloud/10.0.6/README.md @@ -0,0 +1,40 @@ +# Introduction + +A private cloud server that puts the control and security of your own data back into your hands. + +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 + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | redis | 1.0.11 | + +## 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 diff --git a/stable/nextcloud/10.0.6/app-readme.md b/stable/nextcloud/10.0.6/app-readme.md new file mode 100644 index 00000000000..28094fc642d --- /dev/null +++ b/stable/nextcloud/10.0.6/app-readme.md @@ -0,0 +1,3 @@ +A private cloud server that puts the control and security of your own data back into your hands. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/nextcloud/10.0.6/charts/common-8.9.1.tgz b/stable/nextcloud/10.0.6/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/nextcloud/10.0.6/charts/common-8.9.1.tgz differ diff --git a/stable/nextcloud/10.0.6/charts/postgresql-6.0.7.tgz b/stable/nextcloud/10.0.6/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/nextcloud/10.0.6/charts/postgresql-6.0.7.tgz differ diff --git a/stable/nextcloud/10.0.6/charts/redis-1.0.11.tgz b/stable/nextcloud/10.0.6/charts/redis-1.0.11.tgz new file mode 100644 index 00000000000..97d922f1c4d Binary files /dev/null and b/stable/nextcloud/10.0.6/charts/redis-1.0.11.tgz differ diff --git a/stable/nextcloud/10.0.6/helm-values.md b/stable/nextcloud/10.0.6/helm-values.md new file mode 100644 index 00000000000..8c0b04d916b --- /dev/null +++ b/stable/nextcloud/10.0.6/helm-values.md @@ -0,0 +1,62 @@ +# 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 | +|-----|------|---------|-------------| +| cronjob.annotations | object | `{}` | | +| cronjob.failedJobsHistoryLimit | int | `5` | | +| cronjob.schedule | string | `"*/5 * * * *"` | | +| cronjob.successfulJobsHistoryLimit | int | `2` | | +| env.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | | +| env.NEXTCLOUD_ADMIN_USER | string | `"admin"` | | +| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | +| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | +| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | +| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainporthost"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"docker.io/nextcloud"` | | +| image.tag | string | `"22.2.3@sha256:5512b02fca6533626ed0a1799b2090255357de9b269d0a04d8f7a6d582438ccc"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/www/html"` | | +| podSecurityContext.fsGroup | int | `33` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"nextcloud"` | | +| postgresql.postgresqlUsername | string | `"nextcloud"` | | +| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | +| probes.liveness | object | See below | Liveness probe configuration | +| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.readiness | object | See below | Redainess probe configuration | +| probes.readiness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.startup | object | See below | Startup probe configuration | +| probes.startup.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| redis.enabled | bool | `true` | | +| redis.existingSecret | string | `"rediscreds"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.port | int | `7867` | | +| service.hpb.ports.hpb.targetPort | int | `7867` | | +| service.main.ports.main.port | int | `80` | | +| service.main.ports.main.targetPort | int | `80` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nextcloud/10.0.6/ix_values.yaml b/stable/nextcloud/10.0.6/ix_values.yaml new file mode 100644 index 00000000000..795d1cf91d4 --- /dev/null +++ b/stable/nextcloud/10.0.6/ix_values.yaml @@ -0,0 +1,135 @@ +# Default values for Bitwarden. + +image: + repository: docker.io/nextcloud + pullPolicy: IfNotPresent + tag: 22.2.3@sha256:5512b02fca6533626ed0a1799b2090255357de9b269d0a04d8f7a6d582438ccc + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 33 + +service: + main: + ports: + main: + port: 80 + targetPort: 80 + hpb: + enabled: true + ports: + hpb: + enabled: true + port: 7867 + targetPort: 7867 + +env: + NEXTCLOUD_ADMIN_USER: "admin" + NEXTCLOUD_ADMIN_PASSWORD: "adminpass" + TRUSTED_PROXIES: "172.16.0.0/16" + +envTpl: + POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" + POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + +envFrom: + - configMapRef: + name: nextcloudconfig + +envValueFrom: + POSTGRES_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + POSTGRES_HOST: + secretKeyRef: + name: dbcreds + key: plainporthost + REDIS_HOST: + secretKeyRef: + name: rediscreds + key: plainhost + REDIS_HOST_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + +persistence: + data: + enabled: true + mountPath: "/var/www/html" +# -- Probe configuration +# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +# @default -- See below +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + +## Cronjob to execute Nextcloud background tasks +## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron +## +cronjob: + # Every 5 minutes + # Note: Setting this to any any other value than 5 minutes might + # cause issues with how nextcloud background jobs are executed + schedule: "*/5 * * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + +# Enabled redis +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis +redis: + enabled: true + existingSecret: "rediscreds" diff --git a/stable/nextcloud/10.0.6/questions.yaml b/stable/nextcloud/10.0.6/questions.yaml new file mode 100644 index 00000000000..404cd4ab5cc --- /dev/null +++ b/stable/nextcloud/10.0.6/questions.yaml @@ -0,0 +1,1869 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: NEXTCLOUD_ADMIN_USER + label: "NEXTCLOUD_ADMIN_USER (First Install Only)" + description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's username" + schema: + type: string + required: true + default: "" + - variable: NEXTCLOUD_ADMIN_PASSWORD + label: "NEXTCLOUD_ADMIN_PASSWORD (First Install Only)" + description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password" + schema: + type: string + private: true + required: true + default: "" + - variable: TRUSTED_PROXIES + label: "Trusted Proxies (Advanced)" + description: "Sets nextcloud Trusted Proxies" + schema: + type: string + default: "172.16.0.0/16" + - variable: NODE_IP + label: "NODE_IP" + description: "Sets nextcloud nodeip for nodeport connections (Ensure this is correct at first install!)" + schema: + type: string + $ref: + - "definitions/nodeIP" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 80 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 80 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/var/www/html" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 33 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/nextcloud/10.0.6/templates/_configmap.tpl b/stable/nextcloud/10.0.6/templates/_configmap.tpl new file mode 100644 index 00000000000..3bb5a51325b --- /dev/null +++ b/stable/nextcloud/10.0.6/templates/_configmap.tpl @@ -0,0 +1,35 @@ +{{/* Define the configmap */}} +{{- define "nextcloud.configmap" -}} + +{{- $hosts := "" }} +{{- if .Values.ingress.main.enabled }} +{{- range .Values.ingress }} +{{- range $index, $host := .hosts }} + {{- if $index }} + {{ $hosts = ( printf "%v %v" $hosts $host.host ) }} + {{- else }} + {{ $hosts = ( printf "%s" $host.host ) }} + {{- end }} +{{- end }} +{{- end }} +{{- end }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: nextcloudconfig +data: + NEXTCLOUD_TRUSTED_DOMAINS: {{ ( printf "%v %v %v %v %v" "test.fakedomain.dns" ( .Values.env.NODE_IP | default "localhost" ) ( printf "%v-%v" .Release.Name "nextcloud" ) ( printf "%v-%v" .Release.Name "nextcloud-hpb" ) $hosts ) | quote }} + {{- if .Values.ingress.main.enabled }} + APACHE_DISABLE_REWRITE_IP: "1" + {{- end }} + +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hpbconfig +data: + NEXTCLOUD_URL: {{ ( printf "%v-%v" .Release.Name "nextcloud" ) | quote }} + +{{- end -}} diff --git a/stable/nextcloud/10.0.6/templates/_cronjob.tpl b/stable/nextcloud/10.0.6/templates/_cronjob.tpl new file mode 100644 index 00000000000..96a0b6145c6 --- /dev/null +++ b/stable/nextcloud/10.0.6/templates/_cronjob.tpl @@ -0,0 +1,51 @@ +{{/* Define the cronjob */}} +{{- define "nextcloud.cronjob" -}} +{{- $jobName := include "common.names.fullname" . }} + +--- +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + name: {{ printf "%s-cronjob" $jobName }} + labels: + {{- include "common.labels" . | nindent 4 }} +spec: + schedule: "{{ .Values.cronjob.schedule }}" + concurrencyPolicy: Forbid + {{- with .Values.cronjob.failedJobsHistoryLimit }} + failedJobsHistoryLimit: {{ . }} + {{- end }} + {{- with .Values.cronjob.successfulJobsHistoryLimit }} + successfulJobsHistoryLimit: {{ . }} + {{- end }} + jobTemplate: + metadata: + spec: + template: + metadata: + spec: + restartPolicy: Never + {{- with (include "common.controller.volumes" . | trim) }} + volumes: + {{- nindent 12 . }} + {{- end }} + containers: + - name: {{ .Chart.Name }} + image: "{{ .Values.image.repository }}:{{ default .Values.image.tag }}" + imagePullPolicy: {{ default .Values.image.pullPolicy }} + command: [ "php" ] + args: + - "-f" + - "/var/www/html/cron.php" + # Will mount configuration files as www-data (id: 33) by default for nextcloud + {{- with (include "common.controller.volumeMounts" . | trim) }} + volumeMounts: + {{ nindent 16 . }} + {{- end }} + securityContext: + runAsUser: 33 + runAsGroup: 33 + resources: +{{ toYaml .Values.resources | indent 16 }} + +{{- end -}} diff --git a/stable/nextcloud/10.0.6/templates/common.yaml b/stable/nextcloud/10.0.6/templates/common.yaml new file mode 100644 index 00000000000..801767a012a --- /dev/null +++ b/stable/nextcloud/10.0.6/templates/common.yaml @@ -0,0 +1,14 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{/* Render configmap for nextcloud */}} +{{- include "nextcloud.configmap" . }} + +{{- $newMiddlewares := append .Values.ingress.main.fixedMiddlewares "tc-nextcloud-chain" }} +{{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}} + +{{/* Render cronjob for nextcloud */}} +{{- include "nextcloud.cronjob" . }} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/nzbget/9.0.11/values.yaml b/stable/nextcloud/10.0.6/values.yaml similarity index 100% rename from stable/nzbget/9.0.11/values.yaml rename to stable/nextcloud/10.0.6/values.yaml diff --git a/stable/node-red/9.0.10/Chart.lock b/stable/node-red/9.0.10/Chart.lock deleted file mode 100644 index efad0fd5ef0..00000000000 --- a/stable/node-red/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:28:52.532789242Z" diff --git a/stable/node-red/9.0.10/charts/common-8.6.3.tgz b/stable/node-red/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/node-red/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/node-red/9.0.10/CHANGELOG.md b/stable/node-red/9.0.11/CHANGELOG.md similarity index 92% rename from stable/node-red/9.0.10/CHANGELOG.md rename to stable/node-red/9.0.11/CHANGELOG.md index c054e598b64..fcde6114e5d 100644 --- a/stable/node-red/9.0.10/CHANGELOG.md +++ b/stable/node-red/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [node-red-9.0.11](https://github.com/truecharts/apps/compare/node-red-9.0.10...node-red-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [node-red-9.0.10](https://github.com/truecharts/apps/compare/node-red-9.0.9...node-red-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [node-red-9.0.2](https://github.com/truecharts/apps/compare/node-red-9.0.1...node-red-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/nzbhydra/9.0.10/CONFIG.md b/stable/node-red/9.0.11/CONFIG.md similarity index 100% rename from stable/nzbhydra/9.0.10/CONFIG.md rename to stable/node-red/9.0.11/CONFIG.md diff --git a/stable/node-red/9.0.11/Chart.lock b/stable/node-red/9.0.11/Chart.lock new file mode 100644 index 00000000000..133fddcf604 --- /dev/null +++ b/stable/node-red/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:03:05.5651703Z" diff --git a/stable/node-red/9.0.10/Chart.yaml b/stable/node-red/9.0.11/Chart.yaml similarity index 95% rename from stable/node-red/9.0.10/Chart.yaml rename to stable/node-red/9.0.11/Chart.yaml index 47b9585c399..59b111959f7 100644 --- a/stable/node-red/9.0.10/Chart.yaml +++ b/stable/node-red/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.1.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Node-RED is low-code programming for event-driven applications home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red @@ -20,7 +20,7 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - tools diff --git a/stable/node-red/9.0.10/README.md b/stable/node-red/9.0.11/README.md similarity index 96% rename from stable/node-red/9.0.10/README.md rename to stable/node-red/9.0.11/README.md index 619a9d9e5ca..dba9ffee193 100644 --- a/stable/node-red/9.0.10/README.md +++ b/stable/node-red/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/node-red/9.0.10/app-readme.md b/stable/node-red/9.0.11/app-readme.md similarity index 100% rename from stable/node-red/9.0.10/app-readme.md rename to stable/node-red/9.0.11/app-readme.md diff --git a/stable/node-red/9.0.11/charts/common-8.9.1.tgz b/stable/node-red/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/node-red/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/node-red/9.0.10/helm-values.md b/stable/node-red/9.0.11/helm-values.md similarity index 100% rename from stable/node-red/9.0.10/helm-values.md rename to stable/node-red/9.0.11/helm-values.md diff --git a/stable/node-red/9.0.10/ix_values.yaml b/stable/node-red/9.0.11/ix_values.yaml similarity index 100% rename from stable/node-red/9.0.10/ix_values.yaml rename to stable/node-red/9.0.11/ix_values.yaml diff --git a/stable/node-red/9.0.10/questions.yaml b/stable/node-red/9.0.11/questions.yaml similarity index 100% rename from stable/node-red/9.0.10/questions.yaml rename to stable/node-red/9.0.11/questions.yaml diff --git a/stable/node-red/9.0.10/templates/common.yaml b/stable/node-red/9.0.11/templates/common.yaml similarity index 100% rename from stable/node-red/9.0.10/templates/common.yaml rename to stable/node-red/9.0.11/templates/common.yaml diff --git a/stable/nzbhydra/9.0.10/values.yaml b/stable/node-red/9.0.11/values.yaml similarity index 100% rename from stable/nzbhydra/9.0.10/values.yaml rename to stable/node-red/9.0.11/values.yaml diff --git a/stable/novnc/1.0.10/Chart.lock b/stable/novnc/1.0.10/Chart.lock deleted file mode 100644 index d1e56357735..00000000000 --- a/stable/novnc/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:29:18.809360873Z" diff --git a/stable/novnc/1.0.10/charts/common-8.6.3.tgz b/stable/novnc/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/novnc/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/novnc/1.0.10/CHANGELOG.md b/stable/novnc/1.0.11/CHANGELOG.md similarity index 92% rename from stable/novnc/1.0.10/CHANGELOG.md rename to stable/novnc/1.0.11/CHANGELOG.md index ad7797c1904..868cc18bb44 100644 --- a/stable/novnc/1.0.10/CHANGELOG.md +++ b/stable/novnc/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [novnc-1.0.11](https://github.com/truecharts/apps/compare/novnc-1.0.10...novnc-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [novnc-1.0.10](https://github.com/truecharts/apps/compare/novnc-1.0.9...novnc-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - -### [novnc-1.0.2](https://github.com/truecharts/apps/compare/novnc-1.0.1...novnc-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - diff --git a/stable/octoprint/4.0.12/CONFIG.md b/stable/novnc/1.0.11/CONFIG.md similarity index 100% rename from stable/octoprint/4.0.12/CONFIG.md rename to stable/novnc/1.0.11/CONFIG.md diff --git a/stable/novnc/1.0.11/Chart.lock b/stable/novnc/1.0.11/Chart.lock new file mode 100644 index 00000000000..fdea418c081 --- /dev/null +++ b/stable/novnc/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:03:37.965077607Z" diff --git a/stable/novnc/1.0.10/Chart.yaml b/stable/novnc/1.0.11/Chart.yaml similarity index 94% rename from stable/novnc/1.0.10/Chart.yaml rename to stable/novnc/1.0.11/Chart.yaml index b8aff2c6af4..c239aff6b9a 100644 --- a/stable/novnc/1.0.10/Chart.yaml +++ b/stable/novnc/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: The open source VNC client home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc icon: https://github.com/truecharts/apps/raw/main/images/novnc.png @@ -21,7 +21,7 @@ name: novnc sources: - https://novnc.com/ type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/novnc/1.0.10/README.md b/stable/novnc/1.0.11/README.md similarity index 96% rename from stable/novnc/1.0.10/README.md rename to stable/novnc/1.0.11/README.md index da1d5599aec..2c9957501da 100644 --- a/stable/novnc/1.0.10/README.md +++ b/stable/novnc/1.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/novnc/1.0.10/app-readme.md b/stable/novnc/1.0.11/app-readme.md similarity index 100% rename from stable/novnc/1.0.10/app-readme.md rename to stable/novnc/1.0.11/app-readme.md diff --git a/stable/novnc/1.0.11/charts/common-8.9.1.tgz b/stable/novnc/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/novnc/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/novnc/1.0.10/helm-values.md b/stable/novnc/1.0.11/helm-values.md similarity index 100% rename from stable/novnc/1.0.10/helm-values.md rename to stable/novnc/1.0.11/helm-values.md diff --git a/stable/novnc/1.0.10/ix_values.yaml b/stable/novnc/1.0.11/ix_values.yaml similarity index 100% rename from stable/novnc/1.0.10/ix_values.yaml rename to stable/novnc/1.0.11/ix_values.yaml diff --git a/stable/novnc/1.0.10/questions.yaml b/stable/novnc/1.0.11/questions.yaml similarity index 100% rename from stable/novnc/1.0.10/questions.yaml rename to stable/novnc/1.0.11/questions.yaml diff --git a/stable/novnc/1.0.10/templates/common.yaml b/stable/novnc/1.0.11/templates/common.yaml similarity index 100% rename from stable/novnc/1.0.10/templates/common.yaml rename to stable/novnc/1.0.11/templates/common.yaml diff --git a/stable/octoprint/4.0.12/values.yaml b/stable/novnc/1.0.11/values.yaml similarity index 100% rename from stable/octoprint/4.0.12/values.yaml rename to stable/novnc/1.0.11/values.yaml diff --git a/stable/nullserv/4.0.10/Chart.lock b/stable/nullserv/4.0.10/Chart.lock deleted file mode 100644 index dcf50f90822..00000000000 --- a/stable/nullserv/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:29:45.527681664Z" diff --git a/stable/nullserv/4.0.10/charts/common-8.6.3.tgz b/stable/nullserv/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/nullserv/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/nullserv/4.0.10/CHANGELOG.md b/stable/nullserv/4.0.11/CHANGELOG.md similarity index 88% rename from stable/nullserv/4.0.10/CHANGELOG.md rename to stable/nullserv/4.0.11/CHANGELOG.md index 3c17ad11463..0e126dbfe0b 100644 --- a/stable/nullserv/4.0.10/CHANGELOG.md +++ b/stable/nullserv/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [nullserv-4.0.11](https://github.com/truecharts/apps/compare/nullserv-4.0.10...nullserv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [nullserv-4.0.10](https://github.com/truecharts/apps/compare/nullserv-4.0.9...nullserv-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [nullserv-4.0.3](https://github.com/truecharts/apps/compare/nullserv-4.0.2...nullserv-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [nullserv-4.0.2](https://github.com/truecharts/apps/compare/nullserv-4.0.1...nullserv-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/odoo/4.0.1/CONFIG.md b/stable/nullserv/4.0.11/CONFIG.md similarity index 100% rename from stable/odoo/4.0.1/CONFIG.md rename to stable/nullserv/4.0.11/CONFIG.md diff --git a/stable/nullserv/4.0.11/Chart.lock b/stable/nullserv/4.0.11/Chart.lock new file mode 100644 index 00000000000..7aedd678fe9 --- /dev/null +++ b/stable/nullserv/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:04:10.912684723Z" diff --git a/stable/nullserv/4.0.10/Chart.yaml b/stable/nullserv/4.0.11/Chart.yaml similarity index 94% rename from stable/nullserv/4.0.10/Chart.yaml rename to stable/nullserv/4.0.11/Chart.yaml index 57bf19ddaad..b24f8add7a3 100644 --- a/stable/nullserv/4.0.10/Chart.yaml +++ b/stable/nullserv/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A simple null file http and https server home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png @@ -17,7 +17,7 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/nullserv/4.0.10/README.md b/stable/nullserv/4.0.11/README.md similarity index 96% rename from stable/nullserv/4.0.10/README.md rename to stable/nullserv/4.0.11/README.md index cea40b2c6ef..04c1ad9632e 100644 --- a/stable/nullserv/4.0.10/README.md +++ b/stable/nullserv/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/nullserv/4.0.10/app-readme.md b/stable/nullserv/4.0.11/app-readme.md similarity index 100% rename from stable/nullserv/4.0.10/app-readme.md rename to stable/nullserv/4.0.11/app-readme.md diff --git a/stable/nullserv/4.0.11/charts/common-8.9.1.tgz b/stable/nullserv/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/nullserv/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/nullserv/4.0.10/helm-values.md b/stable/nullserv/4.0.11/helm-values.md similarity index 100% rename from stable/nullserv/4.0.10/helm-values.md rename to stable/nullserv/4.0.11/helm-values.md diff --git a/stable/nullserv/4.0.10/ix_values.yaml b/stable/nullserv/4.0.11/ix_values.yaml similarity index 97% rename from stable/nullserv/4.0.10/ix_values.yaml rename to stable/nullserv/4.0.11/ix_values.yaml index ae80830bafb..684fb834c6a 100644 --- a/stable/nullserv/4.0.10/ix_values.yaml +++ b/stable/nullserv/4.0.11/ix_values.yaml @@ -34,8 +34,6 @@ env: # @default -- See values.yaml service: main: - primary: true - type: NodePort ports: main: port: 80 diff --git a/stable/nullserv/4.0.10/questions.yaml b/stable/nullserv/4.0.11/questions.yaml similarity index 99% rename from stable/nullserv/4.0.10/questions.yaml rename to stable/nullserv/4.0.11/questions.yaml index 8d8ca7b4d25..8a9e1277ce0 100644 --- a/stable/nullserv/4.0.10/questions.yaml +++ b/stable/nullserv/4.0.11/questions.yaml @@ -435,6 +435,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/nullserv/4.0.10/templates/common.yaml b/stable/nullserv/4.0.11/templates/common.yaml similarity index 100% rename from stable/nullserv/4.0.10/templates/common.yaml rename to stable/nullserv/4.0.11/templates/common.yaml diff --git a/stable/odoo/4.0.1/values.yaml b/stable/nullserv/4.0.11/values.yaml similarity index 100% rename from stable/odoo/4.0.1/values.yaml rename to stable/nullserv/4.0.11/values.yaml diff --git a/stable/nzbget/9.0.11/Chart.lock b/stable/nzbget/9.0.11/Chart.lock deleted file mode 100644 index f2b92241816..00000000000 --- a/stable/nzbget/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:30:11.607996489Z" diff --git a/stable/nzbget/9.0.11/charts/common-8.6.3.tgz b/stable/nzbget/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/nzbget/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/nzbget/9.0.11/CHANGELOG.md b/stable/nzbget/9.0.12/CHANGELOG.md similarity index 92% rename from stable/nzbget/9.0.11/CHANGELOG.md rename to stable/nzbget/9.0.12/CHANGELOG.md index 48edbd2b718..335d074059f 100644 --- a/stable/nzbget/9.0.11/CHANGELOG.md +++ b/stable/nzbget/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbget-9.0.12](https://github.com/truecharts/apps/compare/nzbget-9.0.11...nzbget-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbget-9.0.11](https://github.com/truecharts/apps/compare/nzbget-9.0.10...nzbget-9.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [nzbget-9.0.3](https://github.com/truecharts/apps/compare/nzbget-9.0.2...nzbget-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/ombi/9.0.10/CONFIG.md b/stable/nzbget/9.0.12/CONFIG.md similarity index 100% rename from stable/ombi/9.0.10/CONFIG.md rename to stable/nzbget/9.0.12/CONFIG.md diff --git a/stable/nzbget/9.0.12/Chart.lock b/stable/nzbget/9.0.12/Chart.lock new file mode 100644 index 00000000000..03de1938058 --- /dev/null +++ b/stable/nzbget/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:04:43.480385078Z" diff --git a/stable/nzbget/9.0.11/Chart.yaml b/stable/nzbget/9.0.12/Chart.yaml similarity index 95% rename from stable/nzbget/9.0.11/Chart.yaml rename to stable/nzbget/9.0.12/Chart.yaml index fa2738e1ba1..e9a398c0676 100644 --- a/stable/nzbget/9.0.11/Chart.yaml +++ b/stable/nzbget/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "21.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: NZBGet is a Usenet downloader client home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget @@ -20,7 +20,7 @@ name: nzbget sources: - https://nzbget.net/ type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/nzbget/9.0.11/README.md b/stable/nzbget/9.0.12/README.md similarity index 96% rename from stable/nzbget/9.0.11/README.md rename to stable/nzbget/9.0.12/README.md index 50f1d2a5fbc..acb837a87e0 100644 --- a/stable/nzbget/9.0.11/README.md +++ b/stable/nzbget/9.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/nzbget/9.0.11/app-readme.md b/stable/nzbget/9.0.12/app-readme.md similarity index 100% rename from stable/nzbget/9.0.11/app-readme.md rename to stable/nzbget/9.0.12/app-readme.md diff --git a/stable/nzbget/9.0.12/charts/common-8.9.1.tgz b/stable/nzbget/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/nzbget/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/nzbget/9.0.11/helm-values.md b/stable/nzbget/9.0.12/helm-values.md similarity index 100% rename from stable/nzbget/9.0.11/helm-values.md rename to stable/nzbget/9.0.12/helm-values.md diff --git a/stable/nzbget/9.0.11/ix_values.yaml b/stable/nzbget/9.0.12/ix_values.yaml similarity index 100% rename from stable/nzbget/9.0.11/ix_values.yaml rename to stable/nzbget/9.0.12/ix_values.yaml diff --git a/stable/nzbget/9.0.11/questions.yaml b/stable/nzbget/9.0.12/questions.yaml similarity index 100% rename from stable/nzbget/9.0.11/questions.yaml rename to stable/nzbget/9.0.12/questions.yaml diff --git a/stable/nzbget/9.0.11/templates/common.yaml b/stable/nzbget/9.0.12/templates/common.yaml similarity index 100% rename from stable/nzbget/9.0.11/templates/common.yaml rename to stable/nzbget/9.0.12/templates/common.yaml diff --git a/stable/ombi/9.0.10/values.yaml b/stable/nzbget/9.0.12/values.yaml similarity index 100% rename from stable/ombi/9.0.10/values.yaml rename to stable/nzbget/9.0.12/values.yaml diff --git a/stable/nzbhydra/9.0.10/Chart.lock b/stable/nzbhydra/9.0.10/Chart.lock deleted file mode 100644 index 057a42c2581..00000000000 --- a/stable/nzbhydra/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:30:38.102440135Z" diff --git a/stable/nzbhydra/9.0.10/charts/common-8.6.3.tgz b/stable/nzbhydra/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/nzbhydra/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/nzbhydra/9.0.10/CHANGELOG.md b/stable/nzbhydra/9.0.11/CHANGELOG.md similarity index 92% rename from stable/nzbhydra/9.0.10/CHANGELOG.md rename to stable/nzbhydra/9.0.11/CHANGELOG.md index 0869c254142..6ea1eed7fee 100644 --- a/stable/nzbhydra/9.0.10/CHANGELOG.md +++ b/stable/nzbhydra/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbhydra-9.0.11](https://github.com/truecharts/apps/compare/nzbhydra-9.0.10...nzbhydra-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbhydra-9.0.10](https://github.com/truecharts/apps/compare/nzbhydra-9.0.9...nzbhydra-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [nzbhydra-9.0.2](https://github.com/truecharts/apps/compare/nzbhydra-9.0.1...nzbhydra-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/onlyoffice-document-server/2.0.10/CONFIG.md b/stable/nzbhydra/9.0.11/CONFIG.md similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/CONFIG.md rename to stable/nzbhydra/9.0.11/CONFIG.md diff --git a/stable/nzbhydra/9.0.11/Chart.lock b/stable/nzbhydra/9.0.11/Chart.lock new file mode 100644 index 00000000000..76d411a18f6 --- /dev/null +++ b/stable/nzbhydra/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:05:16.178103026Z" diff --git a/stable/nzbhydra/9.0.10/Chart.yaml b/stable/nzbhydra/9.0.11/Chart.yaml similarity index 94% rename from stable/nzbhydra/9.0.10/Chart.yaml rename to stable/nzbhydra/9.0.11/Chart.yaml index 4fe1464474e..e5c0293e4a7 100644 --- a/stable/nzbhydra/9.0.10/Chart.yaml +++ b/stable/nzbhydra/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.17.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: true description: Usenet meta search home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra @@ -17,7 +17,7 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/nzbhydra/9.0.10/README.md b/stable/nzbhydra/9.0.11/README.md similarity index 96% rename from stable/nzbhydra/9.0.10/README.md rename to stable/nzbhydra/9.0.11/README.md index fbd261c5e92..12e771cafba 100644 --- a/stable/nzbhydra/9.0.10/README.md +++ b/stable/nzbhydra/9.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/nzbhydra/9.0.10/app-readme.md b/stable/nzbhydra/9.0.11/app-readme.md similarity index 100% rename from stable/nzbhydra/9.0.10/app-readme.md rename to stable/nzbhydra/9.0.11/app-readme.md diff --git a/stable/nzbhydra/9.0.11/charts/common-8.9.1.tgz b/stable/nzbhydra/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/nzbhydra/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/nzbhydra/9.0.10/helm-values.md b/stable/nzbhydra/9.0.11/helm-values.md similarity index 100% rename from stable/nzbhydra/9.0.10/helm-values.md rename to stable/nzbhydra/9.0.11/helm-values.md diff --git a/stable/nzbhydra/9.0.10/ix_values.yaml b/stable/nzbhydra/9.0.11/ix_values.yaml similarity index 100% rename from stable/nzbhydra/9.0.10/ix_values.yaml rename to stable/nzbhydra/9.0.11/ix_values.yaml diff --git a/stable/nzbhydra/9.0.10/questions.yaml b/stable/nzbhydra/9.0.11/questions.yaml similarity index 100% rename from stable/nzbhydra/9.0.10/questions.yaml rename to stable/nzbhydra/9.0.11/questions.yaml diff --git a/stable/nzbhydra/9.0.10/templates/common.yaml b/stable/nzbhydra/9.0.11/templates/common.yaml similarity index 100% rename from stable/nzbhydra/9.0.10/templates/common.yaml rename to stable/nzbhydra/9.0.11/templates/common.yaml diff --git a/stable/onlyoffice-document-server/2.0.10/values.yaml b/stable/nzbhydra/9.0.11/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/values.yaml rename to stable/nzbhydra/9.0.11/values.yaml diff --git a/stable/octoprint/4.0.12/Chart.lock b/stable/octoprint/4.0.12/Chart.lock deleted file mode 100644 index 819b5b24794..00000000000 --- a/stable/octoprint/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:31:04.605717152Z" diff --git a/stable/octoprint/4.0.12/charts/common-8.6.3.tgz b/stable/octoprint/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/octoprint/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/octoprint/4.0.12/CHANGELOG.md b/stable/octoprint/4.0.13/CHANGELOG.md similarity index 92% rename from stable/octoprint/4.0.12/CHANGELOG.md rename to stable/octoprint/4.0.13/CHANGELOG.md index 40039e48144..eadcb1957f7 100644 --- a/stable/octoprint/4.0.12/CHANGELOG.md +++ b/stable/octoprint/4.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [octoprint-4.0.13](https://github.com/truecharts/apps/compare/octoprint-4.0.12...octoprint-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [octoprint-4.0.12](https://github.com/truecharts/apps/compare/octoprint-4.0.11...octoprint-4.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [octoprint-4.0.4](https://github.com/truecharts/apps/compare/octoprint-4.0.3...octoprint-4.0.4) (2021-11-02) - -#### Chore - -* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) - diff --git a/stable/openkm/4.0.1/CONFIG.md b/stable/octoprint/4.0.13/CONFIG.md similarity index 100% rename from stable/openkm/4.0.1/CONFIG.md rename to stable/octoprint/4.0.13/CONFIG.md diff --git a/stable/octoprint/4.0.13/Chart.lock b/stable/octoprint/4.0.13/Chart.lock new file mode 100644 index 00000000000..fd5b8ee6ba9 --- /dev/null +++ b/stable/octoprint/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:05:48.349688438Z" diff --git a/stable/octoprint/4.0.12/Chart.yaml b/stable/octoprint/4.0.13/Chart.yaml similarity index 95% rename from stable/octoprint/4.0.12/Chart.yaml rename to stable/octoprint/4.0.13/Chart.yaml index a4b90e9a02e..445aee3320e 100644 --- a/stable/octoprint/4.0.12/Chart.yaml +++ b/stable/octoprint/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: OctoPrint is the snappy web interface for your 3D printer home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4 @@ -20,7 +20,7 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/octoprint/4.0.12/README.md b/stable/octoprint/4.0.13/README.md similarity index 96% rename from stable/octoprint/4.0.12/README.md rename to stable/octoprint/4.0.13/README.md index 66421a28dfc..a25086fd02f 100644 --- a/stable/octoprint/4.0.12/README.md +++ b/stable/octoprint/4.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/octoprint/4.0.12/app-readme.md b/stable/octoprint/4.0.13/app-readme.md similarity index 100% rename from stable/octoprint/4.0.12/app-readme.md rename to stable/octoprint/4.0.13/app-readme.md diff --git a/stable/octoprint/4.0.13/charts/common-8.9.1.tgz b/stable/octoprint/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/octoprint/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/octoprint/4.0.12/helm-values.md b/stable/octoprint/4.0.13/helm-values.md similarity index 100% rename from stable/octoprint/4.0.12/helm-values.md rename to stable/octoprint/4.0.13/helm-values.md diff --git a/stable/octoprint/4.0.12/ix_values.yaml b/stable/octoprint/4.0.13/ix_values.yaml similarity index 100% rename from stable/octoprint/4.0.12/ix_values.yaml rename to stable/octoprint/4.0.13/ix_values.yaml diff --git a/stable/octoprint/4.0.12/questions.yaml b/stable/octoprint/4.0.13/questions.yaml similarity index 100% rename from stable/octoprint/4.0.12/questions.yaml rename to stable/octoprint/4.0.13/questions.yaml diff --git a/stable/octoprint/4.0.12/templates/common.yaml b/stable/octoprint/4.0.13/templates/common.yaml similarity index 100% rename from stable/octoprint/4.0.12/templates/common.yaml rename to stable/octoprint/4.0.13/templates/common.yaml diff --git a/stable/openkm/4.0.1/values.yaml b/stable/octoprint/4.0.13/values.yaml similarity index 100% rename from stable/openkm/4.0.1/values.yaml rename to stable/octoprint/4.0.13/values.yaml diff --git a/stable/odoo/4.0.1/Chart.lock b/stable/odoo/4.0.1/Chart.lock deleted file mode 100644 index 9628563b58c..00000000000 --- a/stable/odoo/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:31:32.37110526Z" diff --git a/stable/odoo/4.0.1/charts/common-8.6.3.tgz b/stable/odoo/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/odoo/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/odoo/4.0.1/charts/postgresql-6.0.3.tgz b/stable/odoo/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/odoo/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/odoo/4.0.1/CHANGELOG.md b/stable/odoo/4.0.2/CHANGELOG.md similarity index 88% rename from stable/odoo/4.0.1/CHANGELOG.md rename to stable/odoo/4.0.2/CHANGELOG.md index a171d8ff13b..5e9df433be4 100644 --- a/stable/odoo/4.0.1/CHANGELOG.md +++ b/stable/odoo/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [odoo-4.0.2](https://github.com/truecharts/apps/compare/odoo-4.0.1...odoo-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [odoo-4.0.1](https://github.com/truecharts/apps/compare/odoo-4.0.0...odoo-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [odoo-3.0.5](https://github.com/truecharts/apps/compare/odoo-3.0.4...odoo-3.0.5) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [odoo-3.0.4](https://github.com/truecharts/apps/compare/odoo-3.0.3...odoo-3.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/openldap/4.0.15/CONFIG.md b/stable/odoo/4.0.2/CONFIG.md similarity index 100% rename from stable/openldap/4.0.15/CONFIG.md rename to stable/odoo/4.0.2/CONFIG.md diff --git a/stable/odoo/4.0.2/Chart.lock b/stable/odoo/4.0.2/Chart.lock new file mode 100644 index 00000000000..d05c7e1114e --- /dev/null +++ b/stable/odoo/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:06:22.247988114Z" diff --git a/stable/odoo/4.0.1/Chart.yaml b/stable/odoo/4.0.2/Chart.yaml similarity index 94% rename from stable/odoo/4.0.1/Chart.yaml rename to stable/odoo/4.0.2/Chart.yaml index f3dbe149c80..aed27bf23e9 100644 --- a/stable/odoo/4.0.1/Chart.yaml +++ b/stable/odoo/4.0.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "14.0" -version: 4.0.1 +version: 4.0.2 kubeVersion: '>=1.16.0-0' name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. @@ -21,11 +21,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/odoo/4.0.1/README.md b/stable/odoo/4.0.2/README.md similarity index 93% rename from stable/odoo/4.0.1/README.md rename to stable/odoo/4.0.2/README.md index d9bcb43b555..0ef46ec4475 100644 --- a/stable/odoo/4.0.1/README.md +++ b/stable/odoo/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/odoo/4.0.1/app-readme.md b/stable/odoo/4.0.2/app-readme.md similarity index 100% rename from stable/odoo/4.0.1/app-readme.md rename to stable/odoo/4.0.2/app-readme.md diff --git a/stable/odoo/4.0.2/charts/common-8.9.1.tgz b/stable/odoo/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/odoo/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/odoo/4.0.2/charts/postgresql-6.0.7.tgz b/stable/odoo/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/odoo/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/odoo/4.0.1/helm-values.md b/stable/odoo/4.0.2/helm-values.md similarity index 93% rename from stable/odoo/4.0.1/helm-values.md rename to stable/odoo/4.0.2/helm-values.md index 289265532de..b82636e3079 100644 --- a/stable/odoo/4.0.1/helm-values.md +++ b/stable/odoo/4.0.2/helm-values.md @@ -31,11 +31,12 @@ You will, however, be able to use all values referenced in the common chart here | secret | object | `{}` | | | service.main.ports.main.port | int | `8069` | | | service.main.ports.main.targetPort | int | `8069` | | +| service.odoo.enabled | bool | `true` | | +| service.odoo.ports.odoo-1.enabled | bool | `true` | | | service.odoo.ports.odoo-1.port | int | `8071` | | -| service.odoo.ports.odoo-1.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-1.targetPort | int | `8071` | | +| service.odoo.ports.odoo-2.enabled | bool | `true` | | | service.odoo.ports.odoo-2.port | int | `8072` | | -| service.odoo.ports.odoo-2.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-2.targetPort | int | `8072` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/odoo/4.0.1/ix_values.yaml b/stable/odoo/4.0.2/ix_values.yaml similarity index 94% rename from stable/odoo/4.0.1/ix_values.yaml rename to stable/odoo/4.0.2/ix_values.yaml index 891a9591793..a1051e99008 100644 --- a/stable/odoo/4.0.1/ix_values.yaml +++ b/stable/odoo/4.0.2/ix_values.yaml @@ -32,15 +32,16 @@ service: port: 8069 targetPort: 8069 odoo: + enabled: true ports: odoo-1: + enabled: true port: 8071 targetPort: 8071 - protocol: TCP odoo-2: + enabled: true port: 8072 targetPort: 8072 - protocol: TCP persistence: odoo: diff --git a/stable/odoo/4.0.1/questions.yaml b/stable/odoo/4.0.2/questions.yaml similarity index 98% rename from stable/odoo/4.0.1/questions.yaml rename to stable/odoo/4.0.2/questions.yaml index 35defc8b4c5..3af3d2a4599 100644 --- a/stable/odoo/4.0.1/questions.yaml +++ b/stable/odoo/4.0.2/questions.yaml @@ -437,6 +437,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -479,13 +485,17 @@ questions: schema: type: int default: 8071 - - - variable: odoo-2 label: "Odoo-2 Service Port Configuration" schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -586,7 +596,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/odoo/4.0.1/templates/common.yaml b/stable/odoo/4.0.2/templates/common.yaml similarity index 100% rename from stable/odoo/4.0.1/templates/common.yaml rename to stable/odoo/4.0.2/templates/common.yaml diff --git a/stable/openldap/4.0.15/values.yaml b/stable/odoo/4.0.2/values.yaml similarity index 100% rename from stable/openldap/4.0.15/values.yaml rename to stable/odoo/4.0.2/values.yaml diff --git a/stable/ombi/9.0.10/Chart.lock b/stable/ombi/9.0.10/Chart.lock deleted file mode 100644 index 8b913126f0b..00000000000 --- a/stable/ombi/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:32:07.896007672Z" diff --git a/stable/ombi/9.0.10/charts/common-8.6.3.tgz b/stable/ombi/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/ombi/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/ombi/9.0.10/CHANGELOG.md b/stable/ombi/9.0.11/CHANGELOG.md similarity index 92% rename from stable/ombi/9.0.10/CHANGELOG.md rename to stable/ombi/9.0.11/CHANGELOG.md index 65a49715ac7..42464a84bc8 100644 --- a/stable/ombi/9.0.10/CHANGELOG.md +++ b/stable/ombi/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [ombi-9.0.11](https://github.com/truecharts/apps/compare/ombi-9.0.10...ombi-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [ombi-9.0.10](https://github.com/truecharts/apps/compare/ombi-9.0.9...ombi-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [ombi-9.0.2](https://github.com/truecharts/apps/compare/ombi-9.0.1...ombi-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/organizr/9.0.11/CONFIG.md b/stable/ombi/9.0.11/CONFIG.md similarity index 100% rename from stable/organizr/9.0.11/CONFIG.md rename to stable/ombi/9.0.11/CONFIG.md diff --git a/stable/ombi/9.0.11/Chart.lock b/stable/ombi/9.0.11/Chart.lock new file mode 100644 index 00000000000..30d4ad52eae --- /dev/null +++ b/stable/ombi/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:07:05.123016403Z" diff --git a/stable/ombi/9.0.10/Chart.yaml b/stable/ombi/9.0.11/Chart.yaml similarity index 95% rename from stable/ombi/9.0.10/Chart.yaml rename to stable/ombi/9.0.11/Chart.yaml index 72ea588a6f7..c90867c10b7 100644 --- a/stable/ombi/9.0.10/Chart.yaml +++ b/stable/ombi/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.1482" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi @@ -24,7 +24,7 @@ name: ombi sources: - https://github.com/tidusjar/Ombi type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/ombi/9.0.10/README.md b/stable/ombi/9.0.11/README.md similarity index 96% rename from stable/ombi/9.0.10/README.md rename to stable/ombi/9.0.11/README.md index 8a1ffe62c95..c4724447f4b 100644 --- a/stable/ombi/9.0.10/README.md +++ b/stable/ombi/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/ombi/9.0.10/app-readme.md b/stable/ombi/9.0.11/app-readme.md similarity index 100% rename from stable/ombi/9.0.10/app-readme.md rename to stable/ombi/9.0.11/app-readme.md diff --git a/stable/ombi/9.0.11/charts/common-8.9.1.tgz b/stable/ombi/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/ombi/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/ombi/9.0.10/helm-values.md b/stable/ombi/9.0.11/helm-values.md similarity index 100% rename from stable/ombi/9.0.10/helm-values.md rename to stable/ombi/9.0.11/helm-values.md diff --git a/stable/ombi/9.0.10/ix_values.yaml b/stable/ombi/9.0.11/ix_values.yaml similarity index 100% rename from stable/ombi/9.0.10/ix_values.yaml rename to stable/ombi/9.0.11/ix_values.yaml diff --git a/stable/ombi/9.0.10/questions.yaml b/stable/ombi/9.0.11/questions.yaml similarity index 100% rename from stable/ombi/9.0.10/questions.yaml rename to stable/ombi/9.0.11/questions.yaml diff --git a/stable/ombi/9.0.10/templates/common.yaml b/stable/ombi/9.0.11/templates/common.yaml similarity index 100% rename from stable/ombi/9.0.10/templates/common.yaml rename to stable/ombi/9.0.11/templates/common.yaml diff --git a/stable/organizr/9.0.11/values.yaml b/stable/ombi/9.0.11/values.yaml similarity index 100% rename from stable/organizr/9.0.11/values.yaml rename to stable/ombi/9.0.11/values.yaml diff --git a/stable/onlyoffice-document-server/2.0.10/Chart.lock b/stable/onlyoffice-document-server/2.0.10/Chart.lock deleted file mode 100644 index 093c591d7cc..00000000000 --- a/stable/onlyoffice-document-server/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:32:34.551175691Z" diff --git a/stable/onlyoffice-document-server/2.0.10/charts/common-8.6.3.tgz b/stable/onlyoffice-document-server/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/onlyoffice-document-server/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/2.0.10/CHANGELOG.md b/stable/onlyoffice-document-server/2.0.11/CHANGELOG.md similarity index 91% rename from stable/onlyoffice-document-server/2.0.10/CHANGELOG.md rename to stable/onlyoffice-document-server/2.0.11/CHANGELOG.md index cfc97928fd8..3d9e469bae8 100644 --- a/stable/onlyoffice-document-server/2.0.10/CHANGELOG.md +++ b/stable/onlyoffice-document-server/2.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [onlyoffice-document-server-2.0.11](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.10...onlyoffice-document-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [onlyoffice-document-server-2.0.10](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.9...onlyoffice-document-server-2.0.10) (2021-11-16) @@ -88,12 +97,3 @@ ### [onlyoffice-document-server-2.0.2](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.1...onlyoffice-document-server-2.0.2) (2021-10-26) #### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - - - -### [onlyoffice-document-server-2.0.1](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.0...onlyoffice-document-server-2.0.1) (2021-10-26) - -#### Chore diff --git a/stable/oscam/4.0.10/CONFIG.md b/stable/onlyoffice-document-server/2.0.11/CONFIG.md similarity index 100% rename from stable/oscam/4.0.10/CONFIG.md rename to stable/onlyoffice-document-server/2.0.11/CONFIG.md diff --git a/stable/onlyoffice-document-server/2.0.11/Chart.lock b/stable/onlyoffice-document-server/2.0.11/Chart.lock new file mode 100644 index 00000000000..a9ed85d6b24 --- /dev/null +++ b/stable/onlyoffice-document-server/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:07:37.454252477Z" diff --git a/stable/onlyoffice-document-server/2.0.10/Chart.yaml b/stable/onlyoffice-document-server/2.0.11/Chart.yaml similarity index 96% rename from stable/onlyoffice-document-server/2.0.10/Chart.yaml rename to stable/onlyoffice-document-server/2.0.11/Chart.yaml index 7b3c3fdd75f..7b418748d5c 100644 --- a/stable/onlyoffice-document-server/2.0.10/Chart.yaml +++ b/stable/onlyoffice-document-server/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.4.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real @@ -22,7 +22,7 @@ sources: - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - office diff --git a/stable/onlyoffice-document-server/2.0.10/README.md b/stable/onlyoffice-document-server/2.0.11/README.md similarity index 97% rename from stable/onlyoffice-document-server/2.0.10/README.md rename to stable/onlyoffice-document-server/2.0.11/README.md index 7a057ae206b..fa296166c2a 100644 --- a/stable/onlyoffice-document-server/2.0.10/README.md +++ b/stable/onlyoffice-document-server/2.0.11/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/onlyoffice-document-server/2.0.10/app-readme.md b/stable/onlyoffice-document-server/2.0.11/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/app-readme.md rename to stable/onlyoffice-document-server/2.0.11/app-readme.md diff --git a/stable/onlyoffice-document-server/2.0.11/charts/common-8.9.1.tgz b/stable/onlyoffice-document-server/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/onlyoffice-document-server/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/onlyoffice-document-server/2.0.10/helm-values.md b/stable/onlyoffice-document-server/2.0.11/helm-values.md similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/helm-values.md rename to stable/onlyoffice-document-server/2.0.11/helm-values.md diff --git a/stable/onlyoffice-document-server/2.0.10/ix_values.yaml b/stable/onlyoffice-document-server/2.0.11/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/ix_values.yaml rename to stable/onlyoffice-document-server/2.0.11/ix_values.yaml diff --git a/stable/onlyoffice-document-server/2.0.10/questions.yaml b/stable/onlyoffice-document-server/2.0.11/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/questions.yaml rename to stable/onlyoffice-document-server/2.0.11/questions.yaml diff --git a/stable/onlyoffice-document-server/2.0.10/templates/common.yaml b/stable/onlyoffice-document-server/2.0.11/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/2.0.10/templates/common.yaml rename to stable/onlyoffice-document-server/2.0.11/templates/common.yaml diff --git a/stable/oscam/4.0.10/values.yaml b/stable/onlyoffice-document-server/2.0.11/values.yaml similarity index 100% rename from stable/oscam/4.0.10/values.yaml rename to stable/onlyoffice-document-server/2.0.11/values.yaml diff --git a/stable/openkm/4.0.1/Chart.lock b/stable/openkm/4.0.1/Chart.lock deleted file mode 100644 index 77d3db18a4e..00000000000 --- a/stable/openkm/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:33:02.556834399Z" diff --git a/stable/openkm/4.0.1/charts/common-8.6.3.tgz b/stable/openkm/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/openkm/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/openkm/4.0.1/charts/postgresql-6.0.3.tgz b/stable/openkm/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/openkm/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/openkm/4.0.1/CHANGELOG.md b/stable/openkm/4.0.2/CHANGELOG.md similarity index 87% rename from stable/openkm/4.0.1/CHANGELOG.md rename to stable/openkm/4.0.2/CHANGELOG.md index 0fe3a0d08cb..96e7731a722 100644 --- a/stable/openkm/4.0.1/CHANGELOG.md +++ b/stable/openkm/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openkm-4.0.2](https://github.com/truecharts/apps/compare/openkm-4.0.1...openkm-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openkm-4.0.1](https://github.com/truecharts/apps/compare/openkm-4.0.0...openkm-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ - -### [openkm-3.0.5](https://github.com/truecharts/apps/compare/openkm-3.0.4...openkm-3.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [openkm-3.0.4](https://github.com/truecharts/apps/compare/openkm-3.0.3...openkm-3.0.4) (2021-11-01) - -#### Chore diff --git a/stable/overseerr/4.0.10/CONFIG.md b/stable/openkm/4.0.2/CONFIG.md similarity index 100% rename from stable/overseerr/4.0.10/CONFIG.md rename to stable/openkm/4.0.2/CONFIG.md diff --git a/stable/openkm/4.0.2/Chart.lock b/stable/openkm/4.0.2/Chart.lock new file mode 100644 index 00000000000..12861ac55ad --- /dev/null +++ b/stable/openkm/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:08:11.481134811Z" diff --git a/stable/openkm/4.0.1/Chart.yaml b/stable/openkm/4.0.2/Chart.yaml similarity index 94% rename from stable/openkm/4.0.1/Chart.yaml rename to stable/openkm/4.0.2/Chart.yaml index bf72b26433f..709ed00fc3a 100644 --- a/stable/openkm/4.0.1/Chart.yaml +++ b/stable/openkm/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "6.3.11" description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. name: openkm -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - openkm @@ -16,11 +16,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/openkm/4.0.1/README.md b/stable/openkm/4.0.2/README.md similarity index 93% rename from stable/openkm/4.0.1/README.md rename to stable/openkm/4.0.2/README.md index c1096f296b7..eb2c85013be 100644 --- a/stable/openkm/4.0.1/README.md +++ b/stable/openkm/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/openkm/4.0.1/app-readme.md b/stable/openkm/4.0.2/app-readme.md similarity index 100% rename from stable/openkm/4.0.1/app-readme.md rename to stable/openkm/4.0.2/app-readme.md diff --git a/stable/openkm/4.0.2/charts/common-8.9.1.tgz b/stable/openkm/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/openkm/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/openkm/4.0.2/charts/postgresql-6.0.7.tgz b/stable/openkm/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/openkm/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/openkm/4.0.1/helm-values.md b/stable/openkm/4.0.2/helm-values.md similarity index 100% rename from stable/openkm/4.0.1/helm-values.md rename to stable/openkm/4.0.2/helm-values.md diff --git a/stable/openkm/4.0.1/ix_values.yaml b/stable/openkm/4.0.2/ix_values.yaml similarity index 98% rename from stable/openkm/4.0.1/ix_values.yaml rename to stable/openkm/4.0.2/ix_values.yaml index 413ca8bfbe8..50fc3fc410c 100644 --- a/stable/openkm/4.0.1/ix_values.yaml +++ b/stable/openkm/4.0.2/ix_values.yaml @@ -34,7 +34,6 @@ env: # @default -- See values.yaml service: main: - enabled: true ports: main: port: 8080 diff --git a/stable/openkm/4.0.1/questions.yaml b/stable/openkm/4.0.2/questions.yaml similarity index 99% rename from stable/openkm/4.0.1/questions.yaml rename to stable/openkm/4.0.2/questions.yaml index 376a8d1ca83..787ea52743f 100644 --- a/stable/openkm/4.0.1/questions.yaml +++ b/stable/openkm/4.0.2/questions.yaml @@ -437,7 +437,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/openkm/4.0.1/templates/_configmap.tpl b/stable/openkm/4.0.2/templates/_configmap.tpl similarity index 100% rename from stable/openkm/4.0.1/templates/_configmap.tpl rename to stable/openkm/4.0.2/templates/_configmap.tpl diff --git a/stable/openkm/4.0.1/templates/common.yaml b/stable/openkm/4.0.2/templates/common.yaml similarity index 100% rename from stable/openkm/4.0.1/templates/common.yaml rename to stable/openkm/4.0.2/templates/common.yaml diff --git a/stable/overseerr/4.0.10/values.yaml b/stable/openkm/4.0.2/values.yaml similarity index 100% rename from stable/overseerr/4.0.10/values.yaml rename to stable/openkm/4.0.2/values.yaml diff --git a/stable/openldap/4.0.15/Chart.lock b/stable/openldap/4.0.15/Chart.lock deleted file mode 100644 index 4d94a11d81a..00000000000 --- a/stable/openldap/4.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:33:37.253732808Z" diff --git a/stable/openldap/4.0.15/charts/common-8.6.3.tgz b/stable/openldap/4.0.15/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/openldap/4.0.15/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/openldap/4.0.15/CHANGELOG.md b/stable/openldap/4.0.16/CHANGELOG.md similarity index 86% rename from stable/openldap/4.0.15/CHANGELOG.md rename to stable/openldap/4.0.16/CHANGELOG.md index a1b2484cf1e..957f0500abd 100644 --- a/stable/openldap/4.0.15/CHANGELOG.md +++ b/stable/openldap/4.0.16/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openldap-4.0.16](https://github.com/truecharts/apps/compare/openldap-4.0.15...openldap-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openldap-4.0.15](https://github.com/truecharts/apps/compare/openldap-4.0.14...openldap-4.0.15) (2021-11-16) @@ -84,16 +97,3 @@ * Correctly enable ports by default on some more Apps - - - -### [openldap-4.0.6](https://github.com/truecharts/apps/compare/openldap-4.0.5...openldap-4.0.6) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [openldap-4.0.5](https://github.com/truecharts/apps/compare/openldap-4.0.4...openldap-4.0.5) (2021-11-07) diff --git a/stable/owncast/4.0.10/CONFIG.md b/stable/openldap/4.0.16/CONFIG.md similarity index 100% rename from stable/owncast/4.0.10/CONFIG.md rename to stable/openldap/4.0.16/CONFIG.md diff --git a/stable/openldap/4.0.16/Chart.lock b/stable/openldap/4.0.16/Chart.lock new file mode 100644 index 00000000000..f62547964ae --- /dev/null +++ b/stable/openldap/4.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:08:53.762823679Z" diff --git a/stable/openldap/4.0.15/Chart.yaml b/stable/openldap/4.0.16/Chart.yaml similarity index 95% rename from stable/openldap/4.0.15/Chart.yaml rename to stable/openldap/4.0.16/Chart.yaml index ae0d437da08..a40d6f86d00 100644 --- a/stable/openldap/4.0.15/Chart.yaml +++ b/stable/openldap/4.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Community developed LDAP software home: https://www.openldap.org @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/catagories: | - cloud diff --git a/stable/openldap/4.0.15/README.md b/stable/openldap/4.0.16/README.md similarity index 96% rename from stable/openldap/4.0.15/README.md rename to stable/openldap/4.0.16/README.md index 785ba5f59b5..2d5a982f184 100644 --- a/stable/openldap/4.0.15/README.md +++ b/stable/openldap/4.0.16/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/openldap/4.0.15/app-readme.md b/stable/openldap/4.0.16/app-readme.md similarity index 100% rename from stable/openldap/4.0.15/app-readme.md rename to stable/openldap/4.0.16/app-readme.md diff --git a/stable/openldap/4.0.16/charts/common-8.9.1.tgz b/stable/openldap/4.0.16/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/openldap/4.0.16/charts/common-8.9.1.tgz differ diff --git a/stable/openldap/4.0.15/helm-values.md b/stable/openldap/4.0.16/helm-values.md similarity index 100% rename from stable/openldap/4.0.15/helm-values.md rename to stable/openldap/4.0.16/helm-values.md diff --git a/stable/openldap/4.0.15/ix_values.yaml b/stable/openldap/4.0.16/ix_values.yaml similarity index 100% rename from stable/openldap/4.0.15/ix_values.yaml rename to stable/openldap/4.0.16/ix_values.yaml diff --git a/stable/openldap/4.0.15/questions.yaml b/stable/openldap/4.0.16/questions.yaml similarity index 99% rename from stable/openldap/4.0.15/questions.yaml rename to stable/openldap/4.0.16/questions.yaml index 460144a5091..3fd6f43b930 100644 --- a/stable/openldap/4.0.15/questions.yaml +++ b/stable/openldap/4.0.16/questions.yaml @@ -556,6 +556,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/openldap/4.0.15/templates/_configmap.tpl b/stable/openldap/4.0.16/templates/_configmap.tpl similarity index 100% rename from stable/openldap/4.0.15/templates/_configmap.tpl rename to stable/openldap/4.0.16/templates/_configmap.tpl diff --git a/stable/openldap/4.0.15/templates/common.yaml b/stable/openldap/4.0.16/templates/common.yaml similarity index 100% rename from stable/openldap/4.0.15/templates/common.yaml rename to stable/openldap/4.0.16/templates/common.yaml diff --git a/stable/owncast/4.0.10/values.yaml b/stable/openldap/4.0.16/values.yaml similarity index 100% rename from stable/owncast/4.0.10/values.yaml rename to stable/openldap/4.0.16/values.yaml diff --git a/stable/organizr/9.0.11/Chart.lock b/stable/organizr/9.0.11/Chart.lock deleted file mode 100644 index 1503899837a..00000000000 --- a/stable/organizr/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:34:03.325646359Z" diff --git a/stable/organizr/9.0.11/charts/common-8.6.3.tgz b/stable/organizr/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/organizr/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/organizr/9.0.11/CHANGELOG.md b/stable/organizr/9.0.12/CHANGELOG.md similarity index 92% rename from stable/organizr/9.0.11/CHANGELOG.md rename to stable/organizr/9.0.12/CHANGELOG.md index 523c4cbbb59..46c643b7495 100644 --- a/stable/organizr/9.0.11/CHANGELOG.md +++ b/stable/organizr/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [organizr-9.0.12](https://github.com/truecharts/apps/compare/organizr-9.0.11...organizr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [organizr-9.0.11](https://github.com/truecharts/apps/compare/organizr-9.0.10...organizr-9.0.11) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [organizr-9.0.3](https://github.com/truecharts/apps/compare/organizr-9.0.2...organizr-9.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) diff --git a/stable/owncloud-ocis/4.0.11/CONFIG.md b/stable/organizr/9.0.12/CONFIG.md similarity index 100% rename from stable/owncloud-ocis/4.0.11/CONFIG.md rename to stable/organizr/9.0.12/CONFIG.md diff --git a/stable/organizr/9.0.12/Chart.lock b/stable/organizr/9.0.12/Chart.lock new file mode 100644 index 00000000000..b7b95d0cf6a --- /dev/null +++ b/stable/organizr/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:09:26.205313936Z" diff --git a/stable/organizr/9.0.11/Chart.yaml b/stable/organizr/9.0.12/Chart.yaml similarity index 95% rename from stable/organizr/9.0.11/Chart.yaml rename to stable/organizr/9.0.12/Chart.yaml index 1cc9a7b4eb6..d1d89cfc329 100644 --- a/stable/organizr/9.0.11/Chart.yaml +++ b/stable/organizr/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: HTPC/Homelab Services Organizer home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr @@ -20,7 +20,7 @@ sources: - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - organizers diff --git a/stable/organizr/9.0.11/README.md b/stable/organizr/9.0.12/README.md similarity index 96% rename from stable/organizr/9.0.11/README.md rename to stable/organizr/9.0.12/README.md index c5ceff5a947..fb723de1b19 100644 --- a/stable/organizr/9.0.11/README.md +++ b/stable/organizr/9.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/organizr/9.0.11/app-readme.md b/stable/organizr/9.0.12/app-readme.md similarity index 100% rename from stable/organizr/9.0.11/app-readme.md rename to stable/organizr/9.0.12/app-readme.md diff --git a/stable/organizr/9.0.12/charts/common-8.9.1.tgz b/stable/organizr/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/organizr/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/organizr/9.0.11/helm-values.md b/stable/organizr/9.0.12/helm-values.md similarity index 100% rename from stable/organizr/9.0.11/helm-values.md rename to stable/organizr/9.0.12/helm-values.md diff --git a/stable/organizr/9.0.11/ix_values.yaml b/stable/organizr/9.0.12/ix_values.yaml similarity index 100% rename from stable/organizr/9.0.11/ix_values.yaml rename to stable/organizr/9.0.12/ix_values.yaml diff --git a/stable/organizr/9.0.11/questions.yaml b/stable/organizr/9.0.12/questions.yaml similarity index 100% rename from stable/organizr/9.0.11/questions.yaml rename to stable/organizr/9.0.12/questions.yaml diff --git a/stable/organizr/9.0.11/templates/common.yaml b/stable/organizr/9.0.12/templates/common.yaml similarity index 100% rename from stable/organizr/9.0.11/templates/common.yaml rename to stable/organizr/9.0.12/templates/common.yaml diff --git a/stable/owncloud-ocis/4.0.11/values.yaml b/stable/organizr/9.0.12/values.yaml similarity index 100% rename from stable/owncloud-ocis/4.0.11/values.yaml rename to stable/organizr/9.0.12/values.yaml diff --git a/stable/oscam/4.0.10/Chart.lock b/stable/oscam/4.0.10/Chart.lock deleted file mode 100644 index 0e2d7e2cd54..00000000000 --- a/stable/oscam/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:34:30.599712186Z" diff --git a/stable/oscam/4.0.10/charts/common-8.6.3.tgz b/stable/oscam/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/oscam/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/oscam/4.0.10/CHANGELOG.md b/stable/oscam/4.0.11/CHANGELOG.md similarity index 88% rename from stable/oscam/4.0.10/CHANGELOG.md rename to stable/oscam/4.0.11/CHANGELOG.md index e77c9b4d9cb..f18c81aa7f5 100644 --- a/stable/oscam/4.0.10/CHANGELOG.md +++ b/stable/oscam/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [oscam-4.0.11](https://github.com/truecharts/apps/compare/oscam-4.0.10...oscam-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [oscam-4.0.10](https://github.com/truecharts/apps/compare/oscam-4.0.9...oscam-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [oscam-4.0.3](https://github.com/truecharts/apps/compare/oscam-4.0.2...oscam-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [oscam-4.0.2](https://github.com/truecharts/apps/compare/oscam-4.0.1...oscam-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/pgadmin/4.0.11/CONFIG.md b/stable/oscam/4.0.11/CONFIG.md similarity index 100% rename from stable/pgadmin/4.0.11/CONFIG.md rename to stable/oscam/4.0.11/CONFIG.md diff --git a/stable/oscam/4.0.11/Chart.lock b/stable/oscam/4.0.11/Chart.lock new file mode 100644 index 00000000000..221e0b7734a --- /dev/null +++ b/stable/oscam/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:09:58.244231247Z" diff --git a/stable/oscam/4.0.10/Chart.yaml b/stable/oscam/4.0.11/Chart.yaml similarity index 95% rename from stable/oscam/4.0.10/Chart.yaml rename to stable/oscam/4.0.11/Chart.yaml index 644b5313a20..c484fe31677 100644 --- a/stable/oscam/4.0.10/Chart.yaml +++ b/stable/oscam/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11693" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Open Source Conditional Access Module software home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam @@ -19,7 +19,7 @@ name: oscam sources: - https://trac.streamboard.tv/oscam/browser/trunk type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - DIY diff --git a/stable/oscam/4.0.10/README.md b/stable/oscam/4.0.11/README.md similarity index 96% rename from stable/oscam/4.0.10/README.md rename to stable/oscam/4.0.11/README.md index 7990349cf5d..22cdf5f1f21 100644 --- a/stable/oscam/4.0.10/README.md +++ b/stable/oscam/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/oscam/4.0.10/app-readme.md b/stable/oscam/4.0.11/app-readme.md similarity index 100% rename from stable/oscam/4.0.10/app-readme.md rename to stable/oscam/4.0.11/app-readme.md diff --git a/stable/oscam/4.0.11/charts/common-8.9.1.tgz b/stable/oscam/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/oscam/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/oscam/4.0.10/helm-values.md b/stable/oscam/4.0.11/helm-values.md similarity index 97% rename from stable/oscam/4.0.10/helm-values.md rename to stable/oscam/4.0.11/helm-values.md index fc2209fa8e8..7c608511262 100644 --- a/stable/oscam/4.0.10/helm-values.md +++ b/stable/oscam/4.0.11/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `20` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8888` | | | service.main.ports.main.targetPort | int | `8888` | | diff --git a/stable/oscam/4.0.10/ix_values.yaml b/stable/oscam/4.0.11/ix_values.yaml similarity index 96% rename from stable/oscam/4.0.10/ix_values.yaml rename to stable/oscam/4.0.11/ix_values.yaml index 467a4d14860..d80703269a8 100644 --- a/stable/oscam/4.0.10/ix_values.yaml +++ b/stable/oscam/4.0.11/ix_values.yaml @@ -18,7 +18,6 @@ env: service: main: - enabled: true ports: main: port: 8888 diff --git a/stable/oscam/4.0.10/questions.yaml b/stable/oscam/4.0.11/questions.yaml similarity index 99% rename from stable/oscam/4.0.10/questions.yaml rename to stable/oscam/4.0.11/questions.yaml index d900dc433f6..bdf0586b6a5 100644 --- a/stable/oscam/4.0.10/questions.yaml +++ b/stable/oscam/4.0.11/questions.yaml @@ -391,7 +391,6 @@ questions: description: "This port gets exposed to the node. Only considered when service type is NodePort" schema: type: int - min: 9000 max: 65535 diff --git a/stable/oscam/4.0.10/templates/common.yaml b/stable/oscam/4.0.11/templates/common.yaml similarity index 100% rename from stable/oscam/4.0.10/templates/common.yaml rename to stable/oscam/4.0.11/templates/common.yaml diff --git a/stable/pgadmin/4.0.11/values.yaml b/stable/oscam/4.0.11/values.yaml similarity index 100% rename from stable/pgadmin/4.0.11/values.yaml rename to stable/oscam/4.0.11/values.yaml diff --git a/stable/overseerr/4.0.10/Chart.lock b/stable/overseerr/4.0.10/Chart.lock deleted file mode 100644 index e7bcc65fae9..00000000000 --- a/stable/overseerr/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:34:57.37749841Z" diff --git a/stable/overseerr/4.0.10/charts/common-8.6.3.tgz b/stable/overseerr/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/overseerr/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/overseerr/4.0.10/CHANGELOG.md b/stable/overseerr/4.0.11/CHANGELOG.md similarity index 92% rename from stable/overseerr/4.0.10/CHANGELOG.md rename to stable/overseerr/4.0.11/CHANGELOG.md index 4dfe24f8013..697e70f09eb 100644 --- a/stable/overseerr/4.0.10/CHANGELOG.md +++ b/stable/overseerr/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [overseerr-4.0.11](https://github.com/truecharts/apps/compare/overseerr-4.0.10...overseerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [overseerr-4.0.10](https://github.com/truecharts/apps/compare/overseerr-4.0.9...overseerr-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [overseerr-4.0.2](https://github.com/truecharts/apps/compare/overseerr-4.0.1...overseerr-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/photoprism/5.0.10/CONFIG.md b/stable/overseerr/4.0.11/CONFIG.md similarity index 100% rename from stable/photoprism/5.0.10/CONFIG.md rename to stable/overseerr/4.0.11/CONFIG.md diff --git a/stable/overseerr/4.0.11/Chart.lock b/stable/overseerr/4.0.11/Chart.lock new file mode 100644 index 00000000000..f19e29dcd87 --- /dev/null +++ b/stable/overseerr/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:10:30.890910688Z" diff --git a/stable/overseerr/4.0.10/Chart.yaml b/stable/overseerr/4.0.11/Chart.yaml similarity index 96% rename from stable/overseerr/4.0.10/Chart.yaml rename to stable/overseerr/4.0.11/Chart.yaml index ed11651883d..7fdfa897655 100644 --- a/stable/overseerr/4.0.10/Chart.yaml +++ b/stable/overseerr/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.27.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! @@ -23,7 +23,7 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/overseerr/4.0.10/README.md b/stable/overseerr/4.0.11/README.md similarity index 96% rename from stable/overseerr/4.0.10/README.md rename to stable/overseerr/4.0.11/README.md index 78e9e06a59c..3e4a1456bf8 100644 --- a/stable/overseerr/4.0.10/README.md +++ b/stable/overseerr/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/overseerr/4.0.10/app-readme.md b/stable/overseerr/4.0.11/app-readme.md similarity index 100% rename from stable/overseerr/4.0.10/app-readme.md rename to stable/overseerr/4.0.11/app-readme.md diff --git a/stable/overseerr/4.0.11/charts/common-8.9.1.tgz b/stable/overseerr/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/overseerr/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/overseerr/4.0.10/helm-values.md b/stable/overseerr/4.0.11/helm-values.md similarity index 100% rename from stable/overseerr/4.0.10/helm-values.md rename to stable/overseerr/4.0.11/helm-values.md diff --git a/stable/overseerr/4.0.10/ix_values.yaml b/stable/overseerr/4.0.11/ix_values.yaml similarity index 100% rename from stable/overseerr/4.0.10/ix_values.yaml rename to stable/overseerr/4.0.11/ix_values.yaml diff --git a/stable/overseerr/4.0.10/questions.yaml b/stable/overseerr/4.0.11/questions.yaml similarity index 100% rename from stable/overseerr/4.0.10/questions.yaml rename to stable/overseerr/4.0.11/questions.yaml diff --git a/stable/overseerr/4.0.10/templates/common.yaml b/stable/overseerr/4.0.11/templates/common.yaml similarity index 100% rename from stable/overseerr/4.0.10/templates/common.yaml rename to stable/overseerr/4.0.11/templates/common.yaml diff --git a/stable/photoprism/5.0.10/values.yaml b/stable/overseerr/4.0.11/values.yaml similarity index 100% rename from stable/photoprism/5.0.10/values.yaml rename to stable/overseerr/4.0.11/values.yaml diff --git a/stable/owncast/4.0.10/Chart.lock b/stable/owncast/4.0.10/Chart.lock deleted file mode 100644 index 717d2444db0..00000000000 --- a/stable/owncast/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:35:23.58720996Z" diff --git a/stable/owncast/4.0.10/charts/common-8.6.3.tgz b/stable/owncast/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/owncast/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/owncast/4.0.10/CHANGELOG.md b/stable/owncast/4.0.11/CHANGELOG.md similarity index 87% rename from stable/owncast/4.0.10/CHANGELOG.md rename to stable/owncast/4.0.11/CHANGELOG.md index d63269064dd..8a64e7cddd2 100644 --- a/stable/owncast/4.0.10/CHANGELOG.md +++ b/stable/owncast/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [owncast-4.0.11](https://github.com/truecharts/apps/compare/owncast-4.0.10...owncast-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [owncast-4.0.10](https://github.com/truecharts/apps/compare/owncast-4.0.9...owncast-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - -### [owncast-4.0.3](https://github.com/truecharts/apps/compare/owncast-4.0.2...owncast-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [owncast-4.0.2](https://github.com/truecharts/apps/compare/owncast-4.0.1...owncast-4.0.2) (2021-10-26) - diff --git a/stable/photoshow/1.0.12/CONFIG.md b/stable/owncast/4.0.11/CONFIG.md similarity index 100% rename from stable/photoshow/1.0.12/CONFIG.md rename to stable/owncast/4.0.11/CONFIG.md diff --git a/stable/owncast/4.0.11/Chart.lock b/stable/owncast/4.0.11/Chart.lock new file mode 100644 index 00000000000..049909e89ee --- /dev/null +++ b/stable/owncast/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:11:03.240379978Z" diff --git a/stable/owncast/4.0.10/Chart.yaml b/stable/owncast/4.0.11/Chart.yaml similarity index 95% rename from stable/owncast/4.0.10/Chart.yaml rename to stable/owncast/4.0.11/Chart.yaml index 41bc475b8fe..cd038f5263b 100644 --- a/stable/owncast/4.0.10/Chart.yaml +++ b/stable/owncast/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.0.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. home: https://github.com/truechartsapps/tree/master/charts/stable/owncast @@ -22,7 +22,7 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/owncast/4.0.10/README.md b/stable/owncast/4.0.11/README.md similarity index 96% rename from stable/owncast/4.0.10/README.md rename to stable/owncast/4.0.11/README.md index 5c0cba8ebdd..9ef3310cc06 100644 --- a/stable/owncast/4.0.10/README.md +++ b/stable/owncast/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/owncast/4.0.10/app-readme.md b/stable/owncast/4.0.11/app-readme.md similarity index 100% rename from stable/owncast/4.0.10/app-readme.md rename to stable/owncast/4.0.11/app-readme.md diff --git a/stable/owncast/4.0.11/charts/common-8.9.1.tgz b/stable/owncast/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/owncast/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/owncast/4.0.10/helm-values.md b/stable/owncast/4.0.11/helm-values.md similarity index 100% rename from stable/owncast/4.0.10/helm-values.md rename to stable/owncast/4.0.11/helm-values.md diff --git a/stable/owncast/4.0.10/ix_values.yaml b/stable/owncast/4.0.11/ix_values.yaml similarity index 96% rename from stable/owncast/4.0.10/ix_values.yaml rename to stable/owncast/4.0.11/ix_values.yaml index fcd89e728cb..39bbd0f5ba0 100644 --- a/stable/owncast/4.0.10/ix_values.yaml +++ b/stable/owncast/4.0.11/ix_values.yaml @@ -31,14 +31,13 @@ service: targetPort: 8080 rtmp: enabled: true - type: NodePort externalTrafficPolicy: Local ports: rtmp: enabled: true port: 1935 targetPort: 1935 - protocol: TCP + # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml diff --git a/stable/owncast/4.0.10/questions.yaml b/stable/owncast/4.0.11/questions.yaml similarity index 99% rename from stable/owncast/4.0.10/questions.yaml rename to stable/owncast/4.0.11/questions.yaml index 3dbbc589a07..0cd55c81d15 100644 --- a/stable/owncast/4.0.10/questions.yaml +++ b/stable/owncast/4.0.11/questions.yaml @@ -436,6 +436,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/owncast/4.0.10/templates/common.yaml b/stable/owncast/4.0.11/templates/common.yaml similarity index 100% rename from stable/owncast/4.0.10/templates/common.yaml rename to stable/owncast/4.0.11/templates/common.yaml diff --git a/stable/photoshow/1.0.12/values.yaml b/stable/owncast/4.0.11/values.yaml similarity index 100% rename from stable/photoshow/1.0.12/values.yaml rename to stable/owncast/4.0.11/values.yaml diff --git a/stable/owncloud-ocis/4.0.11/Chart.lock b/stable/owncloud-ocis/4.0.11/Chart.lock deleted file mode 100644 index 3c724f4c993..00000000000 --- a/stable/owncloud-ocis/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:35:49.736380472Z" diff --git a/stable/owncloud-ocis/4.0.11/charts/common-8.6.3.tgz b/stable/owncloud-ocis/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/owncloud-ocis/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/owncloud-ocis/4.0.11/CHANGELOG.md b/stable/owncloud-ocis/4.0.12/CHANGELOG.md similarity index 91% rename from stable/owncloud-ocis/4.0.11/CHANGELOG.md rename to stable/owncloud-ocis/4.0.12/CHANGELOG.md index b4ea37eafe2..b685ba4bc66 100644 --- a/stable/owncloud-ocis/4.0.11/CHANGELOG.md +++ b/stable/owncloud-ocis/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncloud-ocis-4.0.12](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.11...owncloud-ocis-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [owncloud-ocis-4.0.11](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.10...owncloud-ocis-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [owncloud-ocis-4.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.2...owncloud-ocis-4.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - diff --git a/stable/phpldapadmin/4.0.10/CONFIG.md b/stable/owncloud-ocis/4.0.12/CONFIG.md similarity index 100% rename from stable/phpldapadmin/4.0.10/CONFIG.md rename to stable/owncloud-ocis/4.0.12/CONFIG.md diff --git a/stable/owncloud-ocis/4.0.12/Chart.lock b/stable/owncloud-ocis/4.0.12/Chart.lock new file mode 100644 index 00000000000..b583345c90a --- /dev/null +++ b/stable/owncloud-ocis/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:11:34.788130338Z" diff --git a/stable/owncloud-ocis/4.0.11/Chart.yaml b/stable/owncloud-ocis/4.0.12/Chart.yaml similarity index 95% rename from stable/owncloud-ocis/4.0.11/Chart.yaml rename to stable/owncloud-ocis/4.0.12/Chart.yaml index 1a6fa625739..39944324981 100644 --- a/stable/owncloud-ocis/4.0.11/Chart.yaml +++ b/stable/owncloud-ocis/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.14.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: ownCloud Infinite Scale is a self-hosted file sync and share server. home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4 @@ -25,7 +25,7 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/owncloud-ocis/4.0.11/README.md b/stable/owncloud-ocis/4.0.12/README.md similarity index 96% rename from stable/owncloud-ocis/4.0.11/README.md rename to stable/owncloud-ocis/4.0.12/README.md index 454344343a2..2b67d5a836a 100644 --- a/stable/owncloud-ocis/4.0.11/README.md +++ b/stable/owncloud-ocis/4.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/owncloud-ocis/4.0.11/app-readme.md b/stable/owncloud-ocis/4.0.12/app-readme.md similarity index 100% rename from stable/owncloud-ocis/4.0.11/app-readme.md rename to stable/owncloud-ocis/4.0.12/app-readme.md diff --git a/stable/owncloud-ocis/4.0.12/charts/common-8.9.1.tgz b/stable/owncloud-ocis/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/owncloud-ocis/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/owncloud-ocis/4.0.11/helm-values.md b/stable/owncloud-ocis/4.0.12/helm-values.md similarity index 100% rename from stable/owncloud-ocis/4.0.11/helm-values.md rename to stable/owncloud-ocis/4.0.12/helm-values.md diff --git a/stable/owncloud-ocis/4.0.11/ix_values.yaml b/stable/owncloud-ocis/4.0.12/ix_values.yaml similarity index 100% rename from stable/owncloud-ocis/4.0.11/ix_values.yaml rename to stable/owncloud-ocis/4.0.12/ix_values.yaml diff --git a/stable/owncloud-ocis/4.0.11/questions.yaml b/stable/owncloud-ocis/4.0.12/questions.yaml similarity index 100% rename from stable/owncloud-ocis/4.0.11/questions.yaml rename to stable/owncloud-ocis/4.0.12/questions.yaml diff --git a/stable/owncloud-ocis/4.0.11/templates/common.yaml b/stable/owncloud-ocis/4.0.12/templates/common.yaml similarity index 100% rename from stable/owncloud-ocis/4.0.11/templates/common.yaml rename to stable/owncloud-ocis/4.0.12/templates/common.yaml diff --git a/stable/phpldapadmin/4.0.10/values.yaml b/stable/owncloud-ocis/4.0.12/values.yaml similarity index 100% rename from stable/phpldapadmin/4.0.10/values.yaml rename to stable/owncloud-ocis/4.0.12/values.yaml diff --git a/stable/pgadmin/4.0.11/Chart.lock b/stable/pgadmin/4.0.11/Chart.lock deleted file mode 100644 index 4b150b21653..00000000000 --- a/stable/pgadmin/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:07:33.340346419Z" diff --git a/stable/pgadmin/4.0.11/charts/common-8.6.3.tgz b/stable/pgadmin/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/pgadmin/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/pgadmin/4.0.11/CHANGELOG.md b/stable/pgadmin/4.0.12/CHANGELOG.md similarity index 88% rename from stable/pgadmin/4.0.11/CHANGELOG.md rename to stable/pgadmin/4.0.12/CHANGELOG.md index 774734e6101..0b1d2d78e64 100644 --- a/stable/pgadmin/4.0.11/CHANGELOG.md +++ b/stable/pgadmin/4.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pgadmin-4.0.12](https://github.com/truecharts/apps/compare/pgadmin-4.0.11...pgadmin-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pgadmin-4.0.11](https://github.com/truecharts/apps/compare/pgadmin-4.0.10...pgadmin-4.0.11) (2021-11-18) @@ -84,16 +97,3 @@ ### [pgadmin-4.0.4](https://github.com/truecharts/apps/compare/pgadmin-4.0.3...pgadmin-4.0.4) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [pgadmin-4.0.3](https://github.com/truecharts/apps/compare/pgadmin-4.0.2...pgadmin-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/piaware/4.0.10/CONFIG.md b/stable/pgadmin/4.0.12/CONFIG.md similarity index 100% rename from stable/piaware/4.0.10/CONFIG.md rename to stable/pgadmin/4.0.12/CONFIG.md diff --git a/stable/pgadmin/4.0.12/Chart.lock b/stable/pgadmin/4.0.12/Chart.lock new file mode 100644 index 00000000000..cc86fc69842 --- /dev/null +++ b/stable/pgadmin/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:12:06.129006163Z" diff --git a/stable/pgadmin/4.0.11/Chart.yaml b/stable/pgadmin/4.0.12/Chart.yaml similarity index 95% rename from stable/pgadmin/4.0.11/Chart.yaml rename to stable/pgadmin/4.0.12/Chart.yaml index 8e15ca2ccb0..051926431a2 100644 --- a/stable/pgadmin/4.0.11/Chart.yaml +++ b/stable/pgadmin/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Web-Based postgresql database management utility home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin @@ -21,7 +21,7 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - management diff --git a/stable/pgadmin/4.0.11/README.md b/stable/pgadmin/4.0.12/README.md similarity index 96% rename from stable/pgadmin/4.0.11/README.md rename to stable/pgadmin/4.0.12/README.md index 33b89c4572c..11f710e6013 100644 --- a/stable/pgadmin/4.0.11/README.md +++ b/stable/pgadmin/4.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/pgadmin/4.0.11/app-readme.md b/stable/pgadmin/4.0.12/app-readme.md similarity index 100% rename from stable/pgadmin/4.0.11/app-readme.md rename to stable/pgadmin/4.0.12/app-readme.md diff --git a/stable/pgadmin/4.0.12/charts/common-8.9.1.tgz b/stable/pgadmin/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/pgadmin/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/pgadmin/4.0.11/helm-values.md b/stable/pgadmin/4.0.12/helm-values.md similarity index 97% rename from stable/pgadmin/4.0.11/helm-values.md rename to stable/pgadmin/4.0.12/helm-values.md index cdf63dba37e..a83ef4d892c 100644 --- a/stable/pgadmin/4.0.11/helm-values.md +++ b/stable/pgadmin/4.0.12/helm-values.md @@ -23,7 +23,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/stable/pgadmin/4.0.11/ix_values.yaml b/stable/pgadmin/4.0.12/ix_values.yaml similarity index 96% rename from stable/pgadmin/4.0.11/ix_values.yaml rename to stable/pgadmin/4.0.12/ix_values.yaml index 3c75e78a71f..c5270af1c5c 100644 --- a/stable/pgadmin/4.0.11/ix_values.yaml +++ b/stable/pgadmin/4.0.12/ix_values.yaml @@ -16,7 +16,6 @@ podSecurityContext: service: main: - enabled: true ports: main: port: 80 diff --git a/stable/pgadmin/4.0.11/questions.yaml b/stable/pgadmin/4.0.12/questions.yaml similarity index 100% rename from stable/pgadmin/4.0.11/questions.yaml rename to stable/pgadmin/4.0.12/questions.yaml diff --git a/stable/pgadmin/4.0.11/templates/common.yaml b/stable/pgadmin/4.0.12/templates/common.yaml similarity index 100% rename from stable/pgadmin/4.0.11/templates/common.yaml rename to stable/pgadmin/4.0.12/templates/common.yaml diff --git a/stable/piaware/4.0.10/values.yaml b/stable/pgadmin/4.0.12/values.yaml similarity index 100% rename from stable/piaware/4.0.10/values.yaml rename to stable/pgadmin/4.0.12/values.yaml diff --git a/stable/photoprism/5.0.10/Chart.lock b/stable/photoprism/5.0.10/Chart.lock deleted file mode 100644 index 71556cde492..00000000000 --- a/stable/photoprism/5.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:36:42.336003145Z" diff --git a/stable/photoprism/5.0.10/charts/common-8.6.3.tgz b/stable/photoprism/5.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/photoprism/5.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/photoprism/5.0.10/CHANGELOG.md b/stable/photoprism/5.0.11/CHANGELOG.md similarity index 92% rename from stable/photoprism/5.0.10/CHANGELOG.md rename to stable/photoprism/5.0.11/CHANGELOG.md index 43a6837584c..0a2f46c24ee 100644 --- a/stable/photoprism/5.0.10/CHANGELOG.md +++ b/stable/photoprism/5.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-5.0.11](https://github.com/truecharts/apps/compare/photoprism-5.0.10...photoprism-5.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoprism-5.0.10](https://github.com/truecharts/apps/compare/photoprism-5.0.9...photoprism-5.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [photoprism-5.0.2](https://github.com/truecharts/apps/compare/photoprism-5.0.1...photoprism-5.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/pihole/4.0.12/CONFIG.md b/stable/photoprism/5.0.11/CONFIG.md similarity index 100% rename from stable/pihole/4.0.12/CONFIG.md rename to stable/photoprism/5.0.11/CONFIG.md diff --git a/stable/photoprism/5.0.11/Chart.lock b/stable/photoprism/5.0.11/Chart.lock new file mode 100644 index 00000000000..9ff60fcb2bb --- /dev/null +++ b/stable/photoprism/5.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:12:37.318653631Z" diff --git a/stable/photoprism/5.0.10/Chart.yaml b/stable/photoprism/5.0.11/Chart.yaml similarity index 95% rename from stable/photoprism/5.0.10/Chart.yaml rename to stable/photoprism/5.0.11/Chart.yaml index 4cb3d06d6b9..ca119b49a7c 100644 --- a/stable/photoprism/5.0.10/Chart.yaml +++ b/stable/photoprism/5.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "20211018" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\ \ and sharing your personal photo collection" home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism @@ -22,7 +22,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 5.0.10 +version: 5.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/photoprism/5.0.10/README.md b/stable/photoprism/5.0.11/README.md similarity index 96% rename from stable/photoprism/5.0.10/README.md rename to stable/photoprism/5.0.11/README.md index 0950fedbb8d..73269387811 100644 --- a/stable/photoprism/5.0.10/README.md +++ b/stable/photoprism/5.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/photoprism/5.0.10/app-readme.md b/stable/photoprism/5.0.11/app-readme.md similarity index 100% rename from stable/photoprism/5.0.10/app-readme.md rename to stable/photoprism/5.0.11/app-readme.md diff --git a/stable/photoprism/5.0.11/charts/common-8.9.1.tgz b/stable/photoprism/5.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/photoprism/5.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/photoprism/5.0.10/helm-values.md b/stable/photoprism/5.0.11/helm-values.md similarity index 100% rename from stable/photoprism/5.0.10/helm-values.md rename to stable/photoprism/5.0.11/helm-values.md diff --git a/stable/photoprism/5.0.10/ix_values.yaml b/stable/photoprism/5.0.11/ix_values.yaml similarity index 100% rename from stable/photoprism/5.0.10/ix_values.yaml rename to stable/photoprism/5.0.11/ix_values.yaml diff --git a/stable/photoprism/5.0.10/questions.yaml b/stable/photoprism/5.0.11/questions.yaml similarity index 100% rename from stable/photoprism/5.0.10/questions.yaml rename to stable/photoprism/5.0.11/questions.yaml diff --git a/stable/photoprism/5.0.10/templates/common.yaml b/stable/photoprism/5.0.11/templates/common.yaml similarity index 100% rename from stable/photoprism/5.0.10/templates/common.yaml rename to stable/photoprism/5.0.11/templates/common.yaml diff --git a/stable/pihole/4.0.12/values.yaml b/stable/photoprism/5.0.11/values.yaml similarity index 100% rename from stable/pihole/4.0.12/values.yaml rename to stable/photoprism/5.0.11/values.yaml diff --git a/stable/photoshow/1.0.12/Chart.lock b/stable/photoshow/1.0.12/Chart.lock deleted file mode 100644 index a3a3f33c43b..00000000000 --- a/stable/photoshow/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:08:13.550288933Z" diff --git a/stable/photoshow/1.0.12/charts/common-8.6.3.tgz b/stable/photoshow/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/photoshow/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/photoshow/1.0.12/CHANGELOG.md b/stable/photoshow/1.0.13/CHANGELOG.md similarity index 92% rename from stable/photoshow/1.0.12/CHANGELOG.md rename to stable/photoshow/1.0.13/CHANGELOG.md index 3efa6714dd0..b6134bf02a5 100644 --- a/stable/photoshow/1.0.12/CHANGELOG.md +++ b/stable/photoshow/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoshow-1.0.13](https://github.com/truecharts/apps/compare/photoshow-1.0.12...photoshow-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoshow-1.0.12](https://github.com/truecharts/apps/compare/photoshow-1.0.11...photoshow-1.0.12) (2021-11-22) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [photoshow-1.0.4](https://github.com/truecharts/apps/compare/photoshow-1.0.3...photoshow-1.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/pixapop/1.0.10/CONFIG.md b/stable/photoshow/1.0.13/CONFIG.md similarity index 100% rename from stable/pixapop/1.0.10/CONFIG.md rename to stable/photoshow/1.0.13/CONFIG.md diff --git a/stable/photoshow/1.0.13/Chart.lock b/stable/photoshow/1.0.13/Chart.lock new file mode 100644 index 00000000000..b7c8f7e80af --- /dev/null +++ b/stable/photoshow/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:13:08.772321038Z" diff --git a/stable/photoshow/1.0.12/Chart.yaml b/stable/photoshow/1.0.13/Chart.yaml similarity index 96% rename from stable/photoshow/1.0.12/Chart.yaml rename to stable/photoshow/1.0.13/Chart.yaml index 68195b8d415..c8cafb6d3da 100644 --- a/stable/photoshow/1.0.12/Chart.yaml +++ b/stable/photoshow/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "48aabb98" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A gallery software at its easiest, it doesn't even require a database. home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png @@ -23,7 +23,7 @@ sources: - https://github.com/thibaud-rohmer/PhotoShow - https://github.com/linuxserver/docker-photoshow type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/photoshow/1.0.12/README.md b/stable/photoshow/1.0.13/README.md similarity index 96% rename from stable/photoshow/1.0.12/README.md rename to stable/photoshow/1.0.13/README.md index 941fa84993b..3fafbc6dd93 100644 --- a/stable/photoshow/1.0.12/README.md +++ b/stable/photoshow/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/photoshow/1.0.12/app-readme.md b/stable/photoshow/1.0.13/app-readme.md similarity index 100% rename from stable/photoshow/1.0.12/app-readme.md rename to stable/photoshow/1.0.13/app-readme.md diff --git a/stable/photoshow/1.0.13/charts/common-8.9.1.tgz b/stable/photoshow/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/photoshow/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/photoshow/1.0.12/helm-values.md b/stable/photoshow/1.0.13/helm-values.md similarity index 100% rename from stable/photoshow/1.0.12/helm-values.md rename to stable/photoshow/1.0.13/helm-values.md diff --git a/stable/photoshow/1.0.12/ix_values.yaml b/stable/photoshow/1.0.13/ix_values.yaml similarity index 100% rename from stable/photoshow/1.0.12/ix_values.yaml rename to stable/photoshow/1.0.13/ix_values.yaml diff --git a/stable/photoshow/1.0.12/questions.yaml b/stable/photoshow/1.0.13/questions.yaml similarity index 100% rename from stable/photoshow/1.0.12/questions.yaml rename to stable/photoshow/1.0.13/questions.yaml diff --git a/stable/photoshow/1.0.12/templates/common.yaml b/stable/photoshow/1.0.13/templates/common.yaml similarity index 100% rename from stable/photoshow/1.0.12/templates/common.yaml rename to stable/photoshow/1.0.13/templates/common.yaml diff --git a/stable/pixapop/1.0.10/values.yaml b/stable/photoshow/1.0.13/values.yaml similarity index 100% rename from stable/pixapop/1.0.10/values.yaml rename to stable/photoshow/1.0.13/values.yaml diff --git a/stable/phpldapadmin/4.0.10/Chart.lock b/stable/phpldapadmin/4.0.10/Chart.lock deleted file mode 100644 index 26962505c36..00000000000 --- a/stable/phpldapadmin/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:37:35.015331741Z" diff --git a/stable/phpldapadmin/4.0.10/charts/common-8.6.3.tgz b/stable/phpldapadmin/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/phpldapadmin/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/phpldapadmin/4.0.10/CHANGELOG.md b/stable/phpldapadmin/4.0.11/CHANGELOG.md similarity index 88% rename from stable/phpldapadmin/4.0.10/CHANGELOG.md rename to stable/phpldapadmin/4.0.11/CHANGELOG.md index ff8d1bf6217..b6a97015b40 100644 --- a/stable/phpldapadmin/4.0.10/CHANGELOG.md +++ b/stable/phpldapadmin/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [phpldapadmin-4.0.11](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.10...phpldapadmin-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [phpldapadmin-4.0.10](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.9...phpldapadmin-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [phpldapadmin-4.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.1...phpldapadmin-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - - diff --git a/stable/plex/8.0.11/CONFIG.md b/stable/phpldapadmin/4.0.11/CONFIG.md similarity index 100% rename from stable/plex/8.0.11/CONFIG.md rename to stable/phpldapadmin/4.0.11/CONFIG.md diff --git a/stable/phpldapadmin/4.0.11/Chart.lock b/stable/phpldapadmin/4.0.11/Chart.lock new file mode 100644 index 00000000000..99d7678c388 --- /dev/null +++ b/stable/phpldapadmin/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:13:40.129621991Z" diff --git a/stable/phpldapadmin/4.0.10/Chart.yaml b/stable/phpldapadmin/4.0.11/Chart.yaml similarity index 95% rename from stable/phpldapadmin/4.0.10/Chart.yaml rename to stable/phpldapadmin/4.0.11/Chart.yaml index b83fb9659fc..bb8cbfd8fcd 100644 --- a/stable/phpldapadmin/4.0.10/Chart.yaml +++ b/stable/phpldapadmin/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Web-based LDAP browser to manage your LDAP server home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin @@ -21,7 +21,7 @@ name: phpldapadmin sources: - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - management diff --git a/stable/phpldapadmin/4.0.10/README.md b/stable/phpldapadmin/4.0.11/README.md similarity index 96% rename from stable/phpldapadmin/4.0.10/README.md rename to stable/phpldapadmin/4.0.11/README.md index b3e8a626484..a76db52f808 100644 --- a/stable/phpldapadmin/4.0.10/README.md +++ b/stable/phpldapadmin/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/phpldapadmin/4.0.10/app-readme.md b/stable/phpldapadmin/4.0.11/app-readme.md similarity index 100% rename from stable/phpldapadmin/4.0.10/app-readme.md rename to stable/phpldapadmin/4.0.11/app-readme.md diff --git a/stable/phpldapadmin/4.0.11/charts/common-8.9.1.tgz b/stable/phpldapadmin/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/phpldapadmin/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/phpldapadmin/4.0.10/helm-values.md b/stable/phpldapadmin/4.0.11/helm-values.md similarity index 97% rename from stable/phpldapadmin/4.0.10/helm-values.md rename to stable/phpldapadmin/4.0.11/helm-values.md index 1bccb458ace..29bd0cf721f 100644 --- a/stable/phpldapadmin/4.0.10/helm-values.md +++ b/stable/phpldapadmin/4.0.11/helm-values.md @@ -21,7 +21,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/stable/phpldapadmin/4.0.10/ix_values.yaml b/stable/phpldapadmin/4.0.11/ix_values.yaml similarity index 96% rename from stable/phpldapadmin/4.0.10/ix_values.yaml rename to stable/phpldapadmin/4.0.11/ix_values.yaml index acc4ac085e2..31830daa182 100644 --- a/stable/phpldapadmin/4.0.10/ix_values.yaml +++ b/stable/phpldapadmin/4.0.11/ix_values.yaml @@ -15,7 +15,6 @@ podSecurityContext: service: main: - enabled: true ports: main: port: 80 diff --git a/stable/phpldapadmin/4.0.10/questions.yaml b/stable/phpldapadmin/4.0.11/questions.yaml similarity index 100% rename from stable/phpldapadmin/4.0.10/questions.yaml rename to stable/phpldapadmin/4.0.11/questions.yaml diff --git a/stable/phpldapadmin/4.0.10/templates/common.yaml b/stable/phpldapadmin/4.0.11/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/4.0.10/templates/common.yaml rename to stable/phpldapadmin/4.0.11/templates/common.yaml diff --git a/stable/plex/8.0.11/values.yaml b/stable/phpldapadmin/4.0.11/values.yaml similarity index 100% rename from stable/plex/8.0.11/values.yaml rename to stable/phpldapadmin/4.0.11/values.yaml diff --git a/stable/piaware/4.0.10/Chart.lock b/stable/piaware/4.0.10/Chart.lock deleted file mode 100644 index ae89e5d4a30..00000000000 --- a/stable/piaware/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:38:01.604060145Z" diff --git a/stable/piaware/4.0.10/charts/common-8.6.3.tgz b/stable/piaware/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/piaware/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/piaware/4.0.10/CHANGELOG.md b/stable/piaware/4.0.11/CHANGELOG.md similarity index 92% rename from stable/piaware/4.0.10/CHANGELOG.md rename to stable/piaware/4.0.11/CHANGELOG.md index 4a45f001f79..3d16d37707a 100644 --- a/stable/piaware/4.0.10/CHANGELOG.md +++ b/stable/piaware/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piaware-4.0.11](https://github.com/truecharts/apps/compare/piaware-4.0.10...piaware-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piaware-4.0.10](https://github.com/truecharts/apps/compare/piaware-4.0.9...piaware-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ ### [piaware-4.0.3](https://github.com/truecharts/apps/compare/piaware-4.0.2...piaware-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [piaware-4.0.2](https://github.com/truecharts/apps/compare/piaware-4.0.1...piaware-4.0.2) (2021-10-26) - diff --git a/stable/podgrab/7.0.10/CONFIG.md b/stable/piaware/4.0.11/CONFIG.md similarity index 100% rename from stable/podgrab/7.0.10/CONFIG.md rename to stable/piaware/4.0.11/CONFIG.md diff --git a/stable/piaware/4.0.11/Chart.lock b/stable/piaware/4.0.11/Chart.lock new file mode 100644 index 00000000000..d03b731f3f4 --- /dev/null +++ b/stable/piaware/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:14:11.228604703Z" diff --git a/stable/piaware/4.0.10/Chart.yaml b/stable/piaware/4.0.11/Chart.yaml similarity index 95% rename from stable/piaware/4.0.10/Chart.yaml rename to stable/piaware/4.0.11/Chart.yaml index 948c7d5e06d..49ddbd6cc18 100644 --- a/stable/piaware/4.0.10/Chart.yaml +++ b/stable/piaware/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Program for forwarding ADS-B data to FlightAware home: https://github.com/truechartsapps/tree/master/charts/stable/piaware icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg @@ -19,7 +19,7 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/piaware/4.0.10/README.md b/stable/piaware/4.0.11/README.md similarity index 96% rename from stable/piaware/4.0.10/README.md rename to stable/piaware/4.0.11/README.md index 3715b7e60b4..65c73714ea7 100644 --- a/stable/piaware/4.0.10/README.md +++ b/stable/piaware/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/piaware/4.0.10/app-readme.md b/stable/piaware/4.0.11/app-readme.md similarity index 100% rename from stable/piaware/4.0.10/app-readme.md rename to stable/piaware/4.0.11/app-readme.md diff --git a/stable/piaware/4.0.11/charts/common-8.9.1.tgz b/stable/piaware/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/piaware/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/piaware/4.0.10/ci/ct-values.yaml b/stable/piaware/4.0.11/ci/ct-values.yaml similarity index 100% rename from stable/piaware/4.0.10/ci/ct-values.yaml rename to stable/piaware/4.0.11/ci/ct-values.yaml diff --git a/stable/piaware/4.0.10/helm-values.md b/stable/piaware/4.0.11/helm-values.md similarity index 100% rename from stable/piaware/4.0.10/helm-values.md rename to stable/piaware/4.0.11/helm-values.md diff --git a/stable/piaware/4.0.10/ix_values.yaml b/stable/piaware/4.0.11/ix_values.yaml similarity index 100% rename from stable/piaware/4.0.10/ix_values.yaml rename to stable/piaware/4.0.11/ix_values.yaml diff --git a/stable/piaware/4.0.10/questions.yaml b/stable/piaware/4.0.11/questions.yaml similarity index 100% rename from stable/piaware/4.0.10/questions.yaml rename to stable/piaware/4.0.11/questions.yaml diff --git a/stable/piaware/4.0.10/templates/common.yaml b/stable/piaware/4.0.11/templates/common.yaml similarity index 100% rename from stable/piaware/4.0.10/templates/common.yaml rename to stable/piaware/4.0.11/templates/common.yaml diff --git a/stable/podgrab/7.0.10/values.yaml b/stable/piaware/4.0.11/values.yaml similarity index 100% rename from stable/podgrab/7.0.10/values.yaml rename to stable/piaware/4.0.11/values.yaml diff --git a/stable/pihole/4.0.12/Chart.lock b/stable/pihole/4.0.12/Chart.lock deleted file mode 100644 index 5b33d71a71b..00000000000 --- a/stable/pihole/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-19T20:08:48.057381375Z" diff --git a/stable/pihole/4.0.12/charts/common-8.6.3.tgz b/stable/pihole/4.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/pihole/4.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/pihole/4.0.12/CHANGELOG.md b/stable/pihole/4.0.13/CHANGELOG.md similarity index 88% rename from stable/pihole/4.0.12/CHANGELOG.md rename to stable/pihole/4.0.13/CHANGELOG.md index 6850d228524..216980a61e8 100644 --- a/stable/pihole/4.0.12/CHANGELOG.md +++ b/stable/pihole/4.0.13/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pihole-4.0.13](https://github.com/truecharts/apps/compare/pihole-4.0.12...pihole-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pihole-4.0.12](https://github.com/truecharts/apps/compare/pihole-4.0.11...pihole-4.0.12) (2021-11-19) @@ -84,16 +97,3 @@ * Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) #### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [pihole-4.0.4](https://github.com/truecharts/apps/compare/pihole-4.0.3...pihole-4.0.4) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - diff --git a/stable/pretend-youre-xyzzy/4.0.10/CONFIG.md b/stable/pihole/4.0.13/CONFIG.md similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/CONFIG.md rename to stable/pihole/4.0.13/CONFIG.md diff --git a/stable/pihole/4.0.13/Chart.lock b/stable/pihole/4.0.13/Chart.lock new file mode 100644 index 00000000000..9cbda6227ed --- /dev/null +++ b/stable/pihole/4.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:14:42.629601934Z" diff --git a/stable/pihole/4.0.12/Chart.yaml b/stable/pihole/4.0.13/Chart.yaml similarity index 95% rename from stable/pihole/4.0.12/Chart.yaml rename to stable/pihole/4.0.13/Chart.yaml index e6c35101d7d..690b9456dda 100644 --- a/stable/pihole/4.0.12/Chart.yaml +++ b/stable/pihole/4.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: DNS and Ad-filtering for your network home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole @@ -21,7 +21,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - networking diff --git a/stable/pihole/4.0.12/README.md b/stable/pihole/4.0.13/README.md similarity index 96% rename from stable/pihole/4.0.12/README.md rename to stable/pihole/4.0.13/README.md index fe300c81db2..fdfaf14ac2e 100644 --- a/stable/pihole/4.0.12/README.md +++ b/stable/pihole/4.0.13/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/pihole/4.0.12/app-readme.md b/stable/pihole/4.0.13/app-readme.md similarity index 100% rename from stable/pihole/4.0.12/app-readme.md rename to stable/pihole/4.0.13/app-readme.md diff --git a/stable/pihole/4.0.13/charts/common-8.9.1.tgz b/stable/pihole/4.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/pihole/4.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/pihole/4.0.12/helm-values.md b/stable/pihole/4.0.13/helm-values.md similarity index 95% rename from stable/pihole/4.0.12/helm-values.md rename to stable/pihole/4.0.13/helm-values.md index 729e1357321..d0ca28ed1ad 100644 --- a/stable/pihole/4.0.12/helm-values.md +++ b/stable/pihole/4.0.13/helm-values.md @@ -30,14 +30,12 @@ You will, however, be able to use all values referenced in the common chart here | service.dns-tcp.enabled | bool | `true` | | | service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | | | service.dns-tcp.ports.dns-tcp.port | int | `53` | | -| service.dns-tcp.ports.dns-tcp.protocol | string | `"TCP"` | | | service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | | | service.dns.enabled | bool | `true` | | | service.dns.ports.dns.enabled | bool | `true` | | | service.dns.ports.dns.port | int | `53` | | | service.dns.ports.dns.protocol | string | `"UDP"` | | | service.dns.ports.dns.targetPort | int | `53` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `9089` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/stable/pihole/4.0.12/ix_values.yaml b/stable/pihole/4.0.13/ix_values.yaml similarity index 95% rename from stable/pihole/4.0.12/ix_values.yaml rename to stable/pihole/4.0.13/ix_values.yaml index ffc73f6dcb9..81e5deb48e2 100644 --- a/stable/pihole/4.0.12/ix_values.yaml +++ b/stable/pihole/4.0.13/ix_values.yaml @@ -20,7 +20,6 @@ envFrom: service: main: - enabled: true ports: main: port: 9089 @@ -29,7 +28,6 @@ service: enabled: true ports: dns-tcp: - protocol: TCP enabled: true port: 53 targetPort: 53 @@ -37,8 +35,8 @@ service: enabled: true ports: dns: - protocol: UDP enabled: true + protocol: UDP port: 53 targetPort: 53 diff --git a/stable/pihole/4.0.12/questions.yaml b/stable/pihole/4.0.13/questions.yaml similarity index 99% rename from stable/pihole/4.0.12/questions.yaml rename to stable/pihole/4.0.13/questions.yaml index 7f1ff4acc66..c0778e44d69 100644 --- a/stable/pihole/4.0.12/questions.yaml +++ b/stable/pihole/4.0.13/questions.yaml @@ -473,6 +473,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -572,6 +578,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -615,7 +627,6 @@ questions: type: int default: 53 - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" diff --git a/stable/pihole/4.0.12/templates/_configmap.tpl b/stable/pihole/4.0.13/templates/_configmap.tpl similarity index 100% rename from stable/pihole/4.0.12/templates/_configmap.tpl rename to stable/pihole/4.0.13/templates/_configmap.tpl diff --git a/stable/pihole/4.0.12/templates/common.yaml b/stable/pihole/4.0.13/templates/common.yaml similarity index 100% rename from stable/pihole/4.0.12/templates/common.yaml rename to stable/pihole/4.0.13/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/4.0.10/values.yaml b/stable/pihole/4.0.13/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/values.yaml rename to stable/pihole/4.0.13/values.yaml diff --git a/stable/pixapop/1.0.10/Chart.lock b/stable/pixapop/1.0.10/Chart.lock deleted file mode 100644 index c4120ba0b67..00000000000 --- a/stable/pixapop/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:38:54.07722269Z" diff --git a/stable/pixapop/1.0.10/charts/common-8.6.3.tgz b/stable/pixapop/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/pixapop/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/pixapop/1.0.10/CHANGELOG.md b/stable/pixapop/1.0.11/CHANGELOG.md similarity index 92% rename from stable/pixapop/1.0.10/CHANGELOG.md rename to stable/pixapop/1.0.11/CHANGELOG.md index 2cf09c4b3e4..36c3ac48292 100644 --- a/stable/pixapop/1.0.10/CHANGELOG.md +++ b/stable/pixapop/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pixapop-1.0.11](https://github.com/truecharts/apps/compare/pixapop-1.0.10...pixapop-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pixapop-1.0.10](https://github.com/truecharts/apps/compare/pixapop-1.0.9...pixapop-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [pixapop-1.0.2](https://github.com/truecharts/apps/compare/pixapop-1.0.1...pixapop-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/protonmail-bridge/4.0.10/CONFIG.md b/stable/pixapop/1.0.11/CONFIG.md similarity index 100% rename from stable/protonmail-bridge/4.0.10/CONFIG.md rename to stable/pixapop/1.0.11/CONFIG.md diff --git a/stable/pixapop/1.0.11/Chart.lock b/stable/pixapop/1.0.11/Chart.lock new file mode 100644 index 00000000000..9795c301d96 --- /dev/null +++ b/stable/pixapop/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:15:14.031187459Z" diff --git a/stable/pixapop/1.0.10/Chart.yaml b/stable/pixapop/1.0.11/Chart.yaml similarity index 96% rename from stable/pixapop/1.0.10/Chart.yaml rename to stable/pixapop/1.0.11/Chart.yaml index 4bec6e3940c..cd55c193c7c 100644 --- a/stable/pixapop/1.0.10/Chart.yaml +++ b/stable/pixapop/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An open-source single page application to view your photos in the easiest way possible. home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-pixapop - https://github.com/bierdok/pixapop type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/pixapop/1.0.10/README.md b/stable/pixapop/1.0.11/README.md similarity index 96% rename from stable/pixapop/1.0.10/README.md rename to stable/pixapop/1.0.11/README.md index 8e4ff3be5ab..59cd09a826e 100644 --- a/stable/pixapop/1.0.10/README.md +++ b/stable/pixapop/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/pixapop/1.0.10/app-readme.md b/stable/pixapop/1.0.11/app-readme.md similarity index 100% rename from stable/pixapop/1.0.10/app-readme.md rename to stable/pixapop/1.0.11/app-readme.md diff --git a/stable/pixapop/1.0.11/charts/common-8.9.1.tgz b/stable/pixapop/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/pixapop/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/pixapop/1.0.10/helm-values.md b/stable/pixapop/1.0.11/helm-values.md similarity index 100% rename from stable/pixapop/1.0.10/helm-values.md rename to stable/pixapop/1.0.11/helm-values.md diff --git a/stable/pixapop/1.0.10/ix_values.yaml b/stable/pixapop/1.0.11/ix_values.yaml similarity index 100% rename from stable/pixapop/1.0.10/ix_values.yaml rename to stable/pixapop/1.0.11/ix_values.yaml diff --git a/stable/pixapop/1.0.10/questions.yaml b/stable/pixapop/1.0.11/questions.yaml similarity index 100% rename from stable/pixapop/1.0.10/questions.yaml rename to stable/pixapop/1.0.11/questions.yaml diff --git a/stable/pixapop/1.0.10/templates/common.yaml b/stable/pixapop/1.0.11/templates/common.yaml similarity index 100% rename from stable/pixapop/1.0.10/templates/common.yaml rename to stable/pixapop/1.0.11/templates/common.yaml diff --git a/stable/protonmail-bridge/4.0.10/values.yaml b/stable/pixapop/1.0.11/values.yaml similarity index 100% rename from stable/protonmail-bridge/4.0.10/values.yaml rename to stable/pixapop/1.0.11/values.yaml diff --git a/stable/plex/8.0.11/Chart.lock b/stable/plex/8.0.11/Chart.lock deleted file mode 100644 index 0a0e63cf1b8..00000000000 --- a/stable/plex/8.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:39:20.423424635Z" diff --git a/stable/plex/8.0.11/charts/common-8.6.3.tgz b/stable/plex/8.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/plex/8.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/plex/8.0.11/CHANGELOG.md b/stable/plex/8.0.12/CHANGELOG.md similarity index 92% rename from stable/plex/8.0.11/CHANGELOG.md rename to stable/plex/8.0.12/CHANGELOG.md index 503838a596d..3d8fa39cfc3 100644 --- a/stable/plex/8.0.11/CHANGELOG.md +++ b/stable/plex/8.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [plex-8.0.12](https://github.com/truecharts/apps/compare/plex-8.0.11...plex-8.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [plex-8.0.11](https://github.com/truecharts/apps/compare/plex-8.0.10...plex-8.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - -### [plex-8.0.3](https://github.com/truecharts/apps/compare/plex-8.0.2...plex-8.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - - diff --git a/stable/prowlarr/4.0.15/CONFIG.md b/stable/plex/8.0.12/CONFIG.md similarity index 100% rename from stable/prowlarr/4.0.15/CONFIG.md rename to stable/plex/8.0.12/CONFIG.md diff --git a/stable/plex/8.0.12/Chart.lock b/stable/plex/8.0.12/Chart.lock new file mode 100644 index 00000000000..e1e75883799 --- /dev/null +++ b/stable/plex/8.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:15:45.88046567Z" diff --git a/stable/plex/8.0.11/Chart.yaml b/stable/plex/8.0.12/Chart.yaml similarity index 95% rename from stable/plex/8.0.11/Chart.yaml rename to stable/plex/8.0.12/Chart.yaml index 3d41aa5d097..b69170505cd 100644 --- a/stable/plex/8.0.11/Chart.yaml +++ b/stable/plex/8.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.24.5.517" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/plex @@ -20,7 +20,7 @@ name: plex sources: - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/plex/8.0.11/README.md b/stable/plex/8.0.12/README.md similarity index 96% rename from stable/plex/8.0.11/README.md rename to stable/plex/8.0.12/README.md index 56a57a0b4f1..e09ef704196 100644 --- a/stable/plex/8.0.11/README.md +++ b/stable/plex/8.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/plex/8.0.11/app-readme.md b/stable/plex/8.0.12/app-readme.md similarity index 100% rename from stable/plex/8.0.11/app-readme.md rename to stable/plex/8.0.12/app-readme.md diff --git a/stable/plex/8.0.12/charts/common-8.9.1.tgz b/stable/plex/8.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/plex/8.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/plex/8.0.11/helm-values.md b/stable/plex/8.0.12/helm-values.md similarity index 100% rename from stable/plex/8.0.11/helm-values.md rename to stable/plex/8.0.12/helm-values.md diff --git a/stable/plex/8.0.11/ix_values.yaml b/stable/plex/8.0.12/ix_values.yaml similarity index 100% rename from stable/plex/8.0.11/ix_values.yaml rename to stable/plex/8.0.12/ix_values.yaml diff --git a/stable/plex/8.0.11/questions.yaml b/stable/plex/8.0.12/questions.yaml similarity index 100% rename from stable/plex/8.0.11/questions.yaml rename to stable/plex/8.0.12/questions.yaml diff --git a/stable/plex/8.0.11/templates/common.yaml b/stable/plex/8.0.12/templates/common.yaml similarity index 100% rename from stable/plex/8.0.11/templates/common.yaml rename to stable/plex/8.0.12/templates/common.yaml diff --git a/stable/prowlarr/4.0.15/values.yaml b/stable/plex/8.0.12/values.yaml similarity index 100% rename from stable/prowlarr/4.0.15/values.yaml rename to stable/plex/8.0.12/values.yaml diff --git a/stable/podgrab/7.0.10/Chart.lock b/stable/podgrab/7.0.10/Chart.lock deleted file mode 100644 index 681d5d083b4..00000000000 --- a/stable/podgrab/7.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:39:47.233933146Z" diff --git a/stable/podgrab/7.0.10/charts/common-8.6.3.tgz b/stable/podgrab/7.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/podgrab/7.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/podgrab/7.0.10/CHANGELOG.md b/stable/podgrab/7.0.11/CHANGELOG.md similarity index 88% rename from stable/podgrab/7.0.10/CHANGELOG.md rename to stable/podgrab/7.0.11/CHANGELOG.md index e5d107cbe86..cefb91b85f2 100644 --- a/stable/podgrab/7.0.10/CHANGELOG.md +++ b/stable/podgrab/7.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [podgrab-7.0.11](https://github.com/truecharts/apps/compare/podgrab-7.0.10...podgrab-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [podgrab-7.0.10](https://github.com/truecharts/apps/compare/podgrab-7.0.9...podgrab-7.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [podgrab-7.0.3](https://github.com/truecharts/apps/compare/podgrab-7.0.2...podgrab-7.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [podgrab-7.0.2](https://github.com/truecharts/apps/compare/podgrab-7.0.1...podgrab-7.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/pyload/4.0.10/CONFIG.md b/stable/podgrab/7.0.11/CONFIG.md similarity index 100% rename from stable/pyload/4.0.10/CONFIG.md rename to stable/podgrab/7.0.11/CONFIG.md diff --git a/stable/podgrab/7.0.11/Chart.lock b/stable/podgrab/7.0.11/Chart.lock new file mode 100644 index 00000000000..dee06e4aefd --- /dev/null +++ b/stable/podgrab/7.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:16:17.111928882Z" diff --git a/stable/podgrab/7.0.10/Chart.yaml b/stable/podgrab/7.0.11/Chart.yaml similarity index 96% rename from stable/podgrab/7.0.10/Chart.yaml rename to stable/podgrab/7.0.11/Chart.yaml index afcbb19ea12..5849e0dd355 100644 --- a/stable/podgrab/7.0.10/Chart.yaml +++ b/stable/podgrab/7.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: A self-hosted podcast manager to download episodes as soon as they become live. @@ -21,7 +21,7 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - mutlimedia diff --git a/stable/podgrab/7.0.10/README.md b/stable/podgrab/7.0.11/README.md similarity index 96% rename from stable/podgrab/7.0.10/README.md rename to stable/podgrab/7.0.11/README.md index 7438247597d..6f7d753d0ef 100644 --- a/stable/podgrab/7.0.10/README.md +++ b/stable/podgrab/7.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/podgrab/7.0.10/app-readme.md b/stable/podgrab/7.0.11/app-readme.md similarity index 100% rename from stable/podgrab/7.0.10/app-readme.md rename to stable/podgrab/7.0.11/app-readme.md diff --git a/stable/podgrab/7.0.11/charts/common-8.9.1.tgz b/stable/podgrab/7.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/podgrab/7.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/podgrab/7.0.10/helm-values.md b/stable/podgrab/7.0.11/helm-values.md similarity index 93% rename from stable/podgrab/7.0.10/helm-values.md rename to stable/podgrab/7.0.11/helm-values.md index fb20d819ba0..fecc068aee0 100644 --- a/stable/podgrab/7.0.10/helm-values.md +++ b/stable/podgrab/7.0.11/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51080` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51080` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/podgrab/7.0.10/ix_values.yaml b/stable/podgrab/7.0.11/ix_values.yaml similarity index 88% rename from stable/podgrab/7.0.10/ix_values.yaml rename to stable/podgrab/7.0.11/ix_values.yaml index b750f01e6cf..598ee8572f1 100644 --- a/stable/podgrab/7.0.10/ix_values.yaml +++ b/stable/podgrab/7.0.11/ix_values.yaml @@ -13,16 +13,14 @@ service: targetPort: 8080 tcp: enabled: true - type: ClusterIP ports: tcp: enabled: true port: 51080 targetPort: 51080 - protocol: TCP env: - PASSWORD: secretpasswordgoeshere + PASSWORD: "secretpasswordgoeshere" CHECK_FREQUENCY: 240 persistence: diff --git a/stable/podgrab/7.0.10/questions.yaml b/stable/podgrab/7.0.11/questions.yaml similarity index 100% rename from stable/podgrab/7.0.10/questions.yaml rename to stable/podgrab/7.0.11/questions.yaml diff --git a/stable/podgrab/7.0.10/templates/common.yaml b/stable/podgrab/7.0.11/templates/common.yaml similarity index 100% rename from stable/podgrab/7.0.10/templates/common.yaml rename to stable/podgrab/7.0.11/templates/common.yaml diff --git a/stable/pyload/4.0.10/values.yaml b/stable/podgrab/7.0.11/values.yaml similarity index 100% rename from stable/pyload/4.0.10/values.yaml rename to stable/podgrab/7.0.11/values.yaml diff --git a/stable/pretend-youre-xyzzy/4.0.10/Chart.lock b/stable/pretend-youre-xyzzy/4.0.10/Chart.lock deleted file mode 100644 index e7d796c5680..00000000000 --- a/stable/pretend-youre-xyzzy/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:40:13.739155402Z" diff --git a/stable/pretend-youre-xyzzy/4.0.10/charts/common-8.6.3.tgz b/stable/pretend-youre-xyzzy/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/pretend-youre-xyzzy/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/4.0.10/CHANGELOG.md b/stable/pretend-youre-xyzzy/4.0.11/CHANGELOG.md similarity index 91% rename from stable/pretend-youre-xyzzy/4.0.10/CHANGELOG.md rename to stable/pretend-youre-xyzzy/4.0.11/CHANGELOG.md index e51d142a1aa..2883849f97f 100644 --- a/stable/pretend-youre-xyzzy/4.0.10/CHANGELOG.md +++ b/stable/pretend-youre-xyzzy/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pretend-youre-xyzzy-4.0.11](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.10...pretend-youre-xyzzy-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pretend-youre-xyzzy-4.0.10](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.9...pretend-youre-xyzzy-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [pretend-youre-xyzzy-4.0.2](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.1...pretend-youre-xyzzy-4.0.2) (2021-10-26) - -#### Chore - diff --git a/stable/qbittorrent/9.0.13/CONFIG.md b/stable/pretend-youre-xyzzy/4.0.11/CONFIG.md similarity index 100% rename from stable/qbittorrent/9.0.13/CONFIG.md rename to stable/pretend-youre-xyzzy/4.0.11/CONFIG.md diff --git a/stable/pretend-youre-xyzzy/4.0.11/Chart.lock b/stable/pretend-youre-xyzzy/4.0.11/Chart.lock new file mode 100644 index 00000000000..dbe92dba12c --- /dev/null +++ b/stable/pretend-youre-xyzzy/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:16:49.707936481Z" diff --git a/stable/pretend-youre-xyzzy/4.0.10/Chart.yaml b/stable/pretend-youre-xyzzy/4.0.11/Chart.yaml similarity index 95% rename from stable/pretend-youre-xyzzy/4.0.10/Chart.yaml rename to stable/pretend-youre-xyzzy/4.0.11/Chart.yaml index 7c8af988b09..9235c1754af 100644 --- a/stable/pretend-youre-xyzzy/4.0.10/Chart.yaml +++ b/stable/pretend-youre-xyzzy/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: pretend-youre-xyzzy, a cards against humanity clone home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png @@ -21,7 +21,7 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/pretend-youre-xyzzy/4.0.10/README.md b/stable/pretend-youre-xyzzy/4.0.11/README.md similarity index 96% rename from stable/pretend-youre-xyzzy/4.0.10/README.md rename to stable/pretend-youre-xyzzy/4.0.11/README.md index a5533543ae4..ceaa9257955 100644 --- a/stable/pretend-youre-xyzzy/4.0.10/README.md +++ b/stable/pretend-youre-xyzzy/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/pretend-youre-xyzzy/4.0.10/app-readme.md b/stable/pretend-youre-xyzzy/4.0.11/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/app-readme.md rename to stable/pretend-youre-xyzzy/4.0.11/app-readme.md diff --git a/stable/pretend-youre-xyzzy/4.0.11/charts/common-8.9.1.tgz b/stable/pretend-youre-xyzzy/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/pretend-youre-xyzzy/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/pretend-youre-xyzzy/4.0.10/helm-values.md b/stable/pretend-youre-xyzzy/4.0.11/helm-values.md similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/helm-values.md rename to stable/pretend-youre-xyzzy/4.0.11/helm-values.md diff --git a/stable/pretend-youre-xyzzy/4.0.10/ix_values.yaml b/stable/pretend-youre-xyzzy/4.0.11/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/ix_values.yaml rename to stable/pretend-youre-xyzzy/4.0.11/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/4.0.10/questions.yaml b/stable/pretend-youre-xyzzy/4.0.11/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/questions.yaml rename to stable/pretend-youre-xyzzy/4.0.11/questions.yaml diff --git a/stable/pretend-youre-xyzzy/4.0.10/templates/common.yaml b/stable/pretend-youre-xyzzy/4.0.11/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/4.0.10/templates/common.yaml rename to stable/pretend-youre-xyzzy/4.0.11/templates/common.yaml diff --git a/stable/qbittorrent/9.0.13/values.yaml b/stable/pretend-youre-xyzzy/4.0.11/values.yaml similarity index 100% rename from stable/qbittorrent/9.0.13/values.yaml rename to stable/pretend-youre-xyzzy/4.0.11/values.yaml diff --git a/stable/protonmail-bridge/4.0.10/Chart.lock b/stable/protonmail-bridge/4.0.10/Chart.lock deleted file mode 100644 index ef7272a30ea..00000000000 --- a/stable/protonmail-bridge/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:40:40.057204606Z" diff --git a/stable/protonmail-bridge/4.0.10/charts/common-8.6.3.tgz b/stable/protonmail-bridge/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/protonmail-bridge/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/4.0.10/CHANGELOG.md b/stable/protonmail-bridge/4.0.11/CHANGELOG.md similarity index 88% rename from stable/protonmail-bridge/4.0.10/CHANGELOG.md rename to stable/protonmail-bridge/4.0.11/CHANGELOG.md index ec4d8a7b898..89e739ff38c 100644 --- a/stable/protonmail-bridge/4.0.10/CHANGELOG.md +++ b/stable/protonmail-bridge/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [protonmail-bridge-4.0.11](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.10...protonmail-bridge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [protonmail-bridge-4.0.10](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.9...protonmail-bridge-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [protonmail-bridge-4.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.2...protonmail-bridge-4.0.3) (2021-11-01) #### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [protonmail-bridge-4.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.1...protonmail-bridge-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - diff --git a/stable/radarr/9.0.10/CONFIG.md b/stable/protonmail-bridge/4.0.11/CONFIG.md similarity index 100% rename from stable/radarr/9.0.10/CONFIG.md rename to stable/protonmail-bridge/4.0.11/CONFIG.md diff --git a/stable/protonmail-bridge/4.0.11/Chart.lock b/stable/protonmail-bridge/4.0.11/Chart.lock new file mode 100644 index 00000000000..34b1a9bf4a8 --- /dev/null +++ b/stable/protonmail-bridge/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:17:21.112033643Z" diff --git a/stable/protonmail-bridge/4.0.10/Chart.yaml b/stable/protonmail-bridge/4.0.11/Chart.yaml similarity index 95% rename from stable/protonmail-bridge/4.0.10/Chart.yaml rename to stable/protonmail-bridge/4.0.11/Chart.yaml index d7826807c08..5d7b59bd677 100644 --- a/stable/protonmail-bridge/4.0.10/Chart.yaml +++ b/stable/protonmail-bridge/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.8.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Container for protonmail bridge to work on the network. home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png @@ -19,7 +19,7 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/protonmail-bridge/4.0.10/README.md b/stable/protonmail-bridge/4.0.11/README.md similarity index 96% rename from stable/protonmail-bridge/4.0.10/README.md rename to stable/protonmail-bridge/4.0.11/README.md index 22a74e4f75e..03128bdbbff 100644 --- a/stable/protonmail-bridge/4.0.10/README.md +++ b/stable/protonmail-bridge/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/protonmail-bridge/4.0.10/app-readme.md b/stable/protonmail-bridge/4.0.11/app-readme.md similarity index 100% rename from stable/protonmail-bridge/4.0.10/app-readme.md rename to stable/protonmail-bridge/4.0.11/app-readme.md diff --git a/stable/protonmail-bridge/4.0.11/charts/common-8.9.1.tgz b/stable/protonmail-bridge/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/protonmail-bridge/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/protonmail-bridge/4.0.10/helm-values.md b/stable/protonmail-bridge/4.0.11/helm-values.md similarity index 100% rename from stable/protonmail-bridge/4.0.10/helm-values.md rename to stable/protonmail-bridge/4.0.11/helm-values.md diff --git a/stable/protonmail-bridge/4.0.10/ix_values.yaml b/stable/protonmail-bridge/4.0.11/ix_values.yaml similarity index 94% rename from stable/protonmail-bridge/4.0.10/ix_values.yaml rename to stable/protonmail-bridge/4.0.11/ix_values.yaml index bf37a4e06b4..002c6aa677f 100644 --- a/stable/protonmail-bridge/4.0.10/ix_values.yaml +++ b/stable/protonmail-bridge/4.0.11/ix_values.yaml @@ -31,12 +31,15 @@ env: # @default -- See values.yaml service: main: + enabled: false ports: main: enabled: false + smtp: + enabled: true + ports: smtp: enabled: true - protocol: TCP port: 25 targetPort: 25 diff --git a/stable/protonmail-bridge/4.0.10/questions.yaml b/stable/protonmail-bridge/4.0.11/questions.yaml similarity index 100% rename from stable/protonmail-bridge/4.0.10/questions.yaml rename to stable/protonmail-bridge/4.0.11/questions.yaml diff --git a/stable/protonmail-bridge/4.0.10/templates/common.yaml b/stable/protonmail-bridge/4.0.11/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/4.0.10/templates/common.yaml rename to stable/protonmail-bridge/4.0.11/templates/common.yaml diff --git a/stable/radarr/9.0.10/values.yaml b/stable/protonmail-bridge/4.0.11/values.yaml similarity index 100% rename from stable/radarr/9.0.10/values.yaml rename to stable/protonmail-bridge/4.0.11/values.yaml diff --git a/stable/prowlarr/4.0.15/Chart.lock b/stable/prowlarr/4.0.15/Chart.lock deleted file mode 100644 index 35191d93c0d..00000000000 --- a/stable/prowlarr/4.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:08:40.643004213Z" diff --git a/stable/prowlarr/4.0.15/charts/common-8.6.3.tgz b/stable/prowlarr/4.0.15/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/prowlarr/4.0.15/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/prowlarr/4.0.15/CHANGELOG.md b/stable/prowlarr/4.0.16/CHANGELOG.md similarity index 92% rename from stable/prowlarr/4.0.15/CHANGELOG.md rename to stable/prowlarr/4.0.16/CHANGELOG.md index 2e00f7b28a6..ce2689bec17 100644 --- a/stable/prowlarr/4.0.15/CHANGELOG.md +++ b/stable/prowlarr/4.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.16](https://github.com/truecharts/apps/compare/prowlarr-4.0.15...prowlarr-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [prowlarr-4.0.15](https://github.com/truecharts/apps/compare/prowlarr-4.0.14...prowlarr-4.0.15) (2021-11-22) @@ -88,12 +97,3 @@ #### Chore -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - - - - -### [prowlarr-4.0.6](https://github.com/truecharts/apps/compare/prowlarr-4.0.5...prowlarr-4.0.6) (2021-11-07) - -#### Chore - diff --git a/stable/readarr/9.0.16/CONFIG.md b/stable/prowlarr/4.0.16/CONFIG.md similarity index 100% rename from stable/readarr/9.0.16/CONFIG.md rename to stable/prowlarr/4.0.16/CONFIG.md diff --git a/stable/prowlarr/4.0.16/Chart.lock b/stable/prowlarr/4.0.16/Chart.lock new file mode 100644 index 00000000000..062e6320434 --- /dev/null +++ b/stable/prowlarr/4.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:17:52.463422873Z" diff --git a/stable/prowlarr/4.0.15/Chart.yaml b/stable/prowlarr/4.0.16/Chart.yaml similarity index 95% rename from stable/prowlarr/4.0.15/Chart.yaml rename to stable/prowlarr/4.0.16/Chart.yaml index 174c7b8bad0..3dd492fbb95 100644 --- a/stable/prowlarr/4.0.15/Chart.yaml +++ b/stable/prowlarr/4.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.4.1127" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr @@ -21,7 +21,7 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/catagories: | - media diff --git a/stable/prowlarr/4.0.15/README.md b/stable/prowlarr/4.0.16/README.md similarity index 96% rename from stable/prowlarr/4.0.15/README.md rename to stable/prowlarr/4.0.16/README.md index f832b29891f..305416e6bc1 100644 --- a/stable/prowlarr/4.0.15/README.md +++ b/stable/prowlarr/4.0.16/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/prowlarr/4.0.15/app-readme.md b/stable/prowlarr/4.0.16/app-readme.md similarity index 100% rename from stable/prowlarr/4.0.15/app-readme.md rename to stable/prowlarr/4.0.16/app-readme.md diff --git a/stable/prowlarr/4.0.16/charts/common-8.9.1.tgz b/stable/prowlarr/4.0.16/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/prowlarr/4.0.16/charts/common-8.9.1.tgz differ diff --git a/stable/prowlarr/4.0.15/helm-values.md b/stable/prowlarr/4.0.16/helm-values.md similarity index 100% rename from stable/prowlarr/4.0.15/helm-values.md rename to stable/prowlarr/4.0.16/helm-values.md diff --git a/stable/prowlarr/4.0.15/ix_values.yaml b/stable/prowlarr/4.0.16/ix_values.yaml similarity index 100% rename from stable/prowlarr/4.0.15/ix_values.yaml rename to stable/prowlarr/4.0.16/ix_values.yaml diff --git a/stable/prowlarr/4.0.15/questions.yaml b/stable/prowlarr/4.0.16/questions.yaml similarity index 100% rename from stable/prowlarr/4.0.15/questions.yaml rename to stable/prowlarr/4.0.16/questions.yaml diff --git a/stable/prowlarr/4.0.15/templates/common.yaml b/stable/prowlarr/4.0.16/templates/common.yaml similarity index 100% rename from stable/prowlarr/4.0.15/templates/common.yaml rename to stable/prowlarr/4.0.16/templates/common.yaml diff --git a/stable/readarr/9.0.16/values.yaml b/stable/prowlarr/4.0.16/values.yaml similarity index 100% rename from stable/readarr/9.0.16/values.yaml rename to stable/prowlarr/4.0.16/values.yaml diff --git a/stable/pyload/4.0.10/Chart.lock b/stable/pyload/4.0.10/Chart.lock deleted file mode 100644 index 1ec30d97165..00000000000 --- a/stable/pyload/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:41:32.43363509Z" diff --git a/stable/pyload/4.0.10/charts/common-8.6.3.tgz b/stable/pyload/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/pyload/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/pyload/4.0.10/CHANGELOG.md b/stable/pyload/4.0.11/CHANGELOG.md similarity index 92% rename from stable/pyload/4.0.10/CHANGELOG.md rename to stable/pyload/4.0.11/CHANGELOG.md index b8977cf33e2..af6cf66185e 100644 --- a/stable/pyload/4.0.10/CHANGELOG.md +++ b/stable/pyload/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pyload-4.0.11](https://github.com/truecharts/apps/compare/pyload-4.0.10...pyload-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pyload-4.0.10](https://github.com/truecharts/apps/compare/pyload-4.0.9...pyload-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [pyload-4.0.2](https://github.com/truecharts/apps/compare/pyload-4.0.1...pyload-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/recipes/4.0.4/CONFIG.md b/stable/pyload/4.0.11/CONFIG.md similarity index 100% rename from stable/recipes/4.0.4/CONFIG.md rename to stable/pyload/4.0.11/CONFIG.md diff --git a/stable/pyload/4.0.11/Chart.lock b/stable/pyload/4.0.11/Chart.lock new file mode 100644 index 00000000000..ed880be7cf1 --- /dev/null +++ b/stable/pyload/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:18:23.898277954Z" diff --git a/stable/pyload/4.0.10/Chart.yaml b/stable/pyload/4.0.11/Chart.yaml similarity index 95% rename from stable/pyload/4.0.10/Chart.yaml rename to stable/pyload/4.0.11/Chart.yaml index 830db1d516a..1ace2e4ffc1 100644 --- a/stable/pyload/4.0.10/Chart.yaml +++ b/stable/pyload/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5de90278" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. @@ -21,7 +21,7 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/pyload/4.0.10/README.md b/stable/pyload/4.0.11/README.md similarity index 96% rename from stable/pyload/4.0.10/README.md rename to stable/pyload/4.0.11/README.md index 6299b371c1d..1fee8db1ebc 100644 --- a/stable/pyload/4.0.10/README.md +++ b/stable/pyload/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/pyload/4.0.10/app-readme.md b/stable/pyload/4.0.11/app-readme.md similarity index 100% rename from stable/pyload/4.0.10/app-readme.md rename to stable/pyload/4.0.11/app-readme.md diff --git a/stable/pyload/4.0.11/charts/common-8.9.1.tgz b/stable/pyload/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/pyload/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/pyload/4.0.10/helm-values.md b/stable/pyload/4.0.11/helm-values.md similarity index 100% rename from stable/pyload/4.0.10/helm-values.md rename to stable/pyload/4.0.11/helm-values.md diff --git a/stable/pyload/4.0.10/ix_values.yaml b/stable/pyload/4.0.11/ix_values.yaml similarity index 100% rename from stable/pyload/4.0.10/ix_values.yaml rename to stable/pyload/4.0.11/ix_values.yaml diff --git a/stable/pyload/4.0.10/questions.yaml b/stable/pyload/4.0.11/questions.yaml similarity index 100% rename from stable/pyload/4.0.10/questions.yaml rename to stable/pyload/4.0.11/questions.yaml diff --git a/stable/pyload/4.0.10/templates/common.yaml b/stable/pyload/4.0.11/templates/common.yaml similarity index 100% rename from stable/pyload/4.0.10/templates/common.yaml rename to stable/pyload/4.0.11/templates/common.yaml diff --git a/stable/recipes/4.0.4/values.yaml b/stable/pyload/4.0.11/values.yaml similarity index 100% rename from stable/recipes/4.0.4/values.yaml rename to stable/pyload/4.0.11/values.yaml diff --git a/stable/qbittorrent/9.0.13/Chart.lock b/stable/qbittorrent/9.0.13/Chart.lock deleted file mode 100644 index 0cb4ee947d5..00000000000 --- a/stable/qbittorrent/9.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:41:58.566099819Z" diff --git a/stable/qbittorrent/9.0.13/charts/common-8.6.3.tgz b/stable/qbittorrent/9.0.13/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/qbittorrent/9.0.13/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/qbittorrent/9.0.13/CHANGELOG.md b/stable/qbittorrent/9.0.14/CHANGELOG.md similarity index 88% rename from stable/qbittorrent/9.0.13/CHANGELOG.md rename to stable/qbittorrent/9.0.14/CHANGELOG.md index d33faf4b5cd..db26996c035 100644 --- a/stable/qbittorrent/9.0.13/CHANGELOG.md +++ b/stable/qbittorrent/9.0.14/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [qbittorrent-9.0.14](https://github.com/truecharts/apps/compare/qbittorrent-9.0.13...qbittorrent-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [qbittorrent-9.0.13](https://github.com/truecharts/apps/compare/qbittorrent-9.0.12...qbittorrent-9.0.13) (2021-11-16) @@ -84,16 +97,3 @@ * Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - -#### Fix - -* prevent duplicate port use and fix some questions.yaml mistakes - - - - -### [qbittorrent-9.0.5](https://github.com/truecharts/apps/compare/qbittorrent-9.0.4...qbittorrent-9.0.5) (2021-11-02) - diff --git a/stable/reg/4.0.10/CONFIG.md b/stable/qbittorrent/9.0.14/CONFIG.md similarity index 100% rename from stable/reg/4.0.10/CONFIG.md rename to stable/qbittorrent/9.0.14/CONFIG.md diff --git a/stable/qbittorrent/9.0.14/Chart.lock b/stable/qbittorrent/9.0.14/Chart.lock new file mode 100644 index 00000000000..bc2076c4959 --- /dev/null +++ b/stable/qbittorrent/9.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:18:55.286887252Z" diff --git a/stable/qbittorrent/9.0.13/Chart.yaml b/stable/qbittorrent/9.0.14/Chart.yaml similarity index 95% rename from stable/qbittorrent/9.0.13/Chart.yaml rename to stable/qbittorrent/9.0.14/Chart.yaml index 85fa897fbc6..70f3e97f8f3 100644 --- a/stable/qbittorrent/9.0.13/Chart.yaml +++ b/stable/qbittorrent/9.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3.9" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent @@ -20,7 +20,7 @@ name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent type: application -version: 9.0.13 +version: 9.0.14 annotations: truecharts.org/catagories: | - media diff --git a/stable/qbittorrent/9.0.13/README.md b/stable/qbittorrent/9.0.14/README.md similarity index 96% rename from stable/qbittorrent/9.0.13/README.md rename to stable/qbittorrent/9.0.14/README.md index bb12b32c414..0203e672ce1 100644 --- a/stable/qbittorrent/9.0.13/README.md +++ b/stable/qbittorrent/9.0.14/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/qbittorrent/9.0.13/app-readme.md b/stable/qbittorrent/9.0.14/app-readme.md similarity index 100% rename from stable/qbittorrent/9.0.13/app-readme.md rename to stable/qbittorrent/9.0.14/app-readme.md diff --git a/stable/qbittorrent/9.0.14/charts/common-8.9.1.tgz b/stable/qbittorrent/9.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/qbittorrent/9.0.14/charts/common-8.9.1.tgz differ diff --git a/stable/qbittorrent/9.0.13/helm-values.md b/stable/qbittorrent/9.0.14/helm-values.md similarity index 97% rename from stable/qbittorrent/9.0.13/helm-values.md rename to stable/qbittorrent/9.0.14/helm-values.md index 9312425f5d9..f5b120f1ac9 100644 --- a/stable/qbittorrent/9.0.13/helm-values.md +++ b/stable/qbittorrent/9.0.14/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `6881` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `6881` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/stable/qbittorrent/9.0.13/ix_values.yaml b/stable/qbittorrent/9.0.14/ix_values.yaml similarity index 97% rename from stable/qbittorrent/9.0.13/ix_values.yaml rename to stable/qbittorrent/9.0.14/ix_values.yaml index 5c535cf5221..40b0f58fcd7 100644 --- a/stable/qbittorrent/9.0.13/ix_values.yaml +++ b/stable/qbittorrent/9.0.14/ix_values.yaml @@ -27,7 +27,6 @@ service: enabled: true port: 6881 targetPort: 6881 - protocol: TCP torrentudp: enabled: true ports: diff --git a/stable/qbittorrent/9.0.13/questions.yaml b/stable/qbittorrent/9.0.14/questions.yaml similarity index 99% rename from stable/qbittorrent/9.0.13/questions.yaml rename to stable/qbittorrent/9.0.14/questions.yaml index 925406712fa..5f17618e293 100644 --- a/stable/qbittorrent/9.0.13/questions.yaml +++ b/stable/qbittorrent/9.0.14/questions.yaml @@ -436,6 +436,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -535,6 +541,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/qbittorrent/9.0.13/templates/_configmap.tpl b/stable/qbittorrent/9.0.14/templates/_configmap.tpl similarity index 100% rename from stable/qbittorrent/9.0.13/templates/_configmap.tpl rename to stable/qbittorrent/9.0.14/templates/_configmap.tpl diff --git a/stable/qbittorrent/9.0.13/templates/common.yaml b/stable/qbittorrent/9.0.14/templates/common.yaml similarity index 100% rename from stable/qbittorrent/9.0.13/templates/common.yaml rename to stable/qbittorrent/9.0.14/templates/common.yaml diff --git a/stable/reg/4.0.10/values.yaml b/stable/qbittorrent/9.0.14/values.yaml similarity index 100% rename from stable/reg/4.0.10/values.yaml rename to stable/qbittorrent/9.0.14/values.yaml diff --git a/stable/radarr/9.0.10/Chart.lock b/stable/radarr/9.0.10/Chart.lock deleted file mode 100644 index 621728a4cc8..00000000000 --- a/stable/radarr/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:42:24.586764787Z" diff --git a/stable/radarr/9.0.10/charts/common-8.6.3.tgz b/stable/radarr/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/radarr/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/radarr/9.0.10/CHANGELOG.md b/stable/radarr/9.0.11/CHANGELOG.md similarity index 92% rename from stable/radarr/9.0.10/CHANGELOG.md rename to stable/radarr/9.0.11/CHANGELOG.md index bf3f06d4d81..3bdd3062630 100644 --- a/stable/radarr/9.0.10/CHANGELOG.md +++ b/stable/radarr/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [radarr-9.0.11](https://github.com/truecharts/apps/compare/radarr-9.0.10...radarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [radarr-9.0.10](https://github.com/truecharts/apps/compare/radarr-9.0.9...radarr-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [radarr-9.0.2](https://github.com/truecharts/apps/compare/radarr-9.0.1...radarr-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/remmina/1.0.12/CONFIG.md b/stable/radarr/9.0.11/CONFIG.md similarity index 100% rename from stable/remmina/1.0.12/CONFIG.md rename to stable/radarr/9.0.11/CONFIG.md diff --git a/stable/radarr/9.0.11/Chart.lock b/stable/radarr/9.0.11/Chart.lock new file mode 100644 index 00000000000..ed45dfe8299 --- /dev/null +++ b/stable/radarr/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:19:26.757399028Z" diff --git a/stable/radarr/9.0.10/Chart.yaml b/stable/radarr/9.0.11/Chart.yaml similarity index 95% rename from stable/radarr/9.0.10/Chart.yaml rename to stable/radarr/9.0.11/Chart.yaml index 0b8640ad0a4..eb2b7f88ba1 100644 --- a/stable/radarr/9.0.10/Chart.yaml +++ b/stable/radarr/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.2.2.5080" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: "A fork of Sonarr to work with movies \xE0 la Couchpotato" home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr @@ -21,7 +21,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/radarr/9.0.10/README.md b/stable/radarr/9.0.11/README.md similarity index 96% rename from stable/radarr/9.0.10/README.md rename to stable/radarr/9.0.11/README.md index 2931ae44043..5429a40f040 100644 --- a/stable/radarr/9.0.10/README.md +++ b/stable/radarr/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/radarr/9.0.10/app-readme.md b/stable/radarr/9.0.11/app-readme.md similarity index 100% rename from stable/radarr/9.0.10/app-readme.md rename to stable/radarr/9.0.11/app-readme.md diff --git a/stable/radarr/9.0.11/charts/common-8.9.1.tgz b/stable/radarr/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/radarr/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/radarr/9.0.10/helm-values.md b/stable/radarr/9.0.11/helm-values.md similarity index 100% rename from stable/radarr/9.0.10/helm-values.md rename to stable/radarr/9.0.11/helm-values.md diff --git a/stable/radarr/9.0.10/ix_values.yaml b/stable/radarr/9.0.11/ix_values.yaml similarity index 100% rename from stable/radarr/9.0.10/ix_values.yaml rename to stable/radarr/9.0.11/ix_values.yaml diff --git a/stable/radarr/9.0.10/questions.yaml b/stable/radarr/9.0.11/questions.yaml similarity index 100% rename from stable/radarr/9.0.10/questions.yaml rename to stable/radarr/9.0.11/questions.yaml diff --git a/stable/radarr/9.0.10/templates/common.yaml b/stable/radarr/9.0.11/templates/common.yaml similarity index 100% rename from stable/radarr/9.0.10/templates/common.yaml rename to stable/radarr/9.0.11/templates/common.yaml diff --git a/stable/remmina/1.0.12/values.yaml b/stable/radarr/9.0.11/values.yaml similarity index 100% rename from stable/remmina/1.0.12/values.yaml rename to stable/radarr/9.0.11/values.yaml diff --git a/stable/readarr/9.0.16/Chart.lock b/stable/readarr/9.0.16/Chart.lock deleted file mode 100644 index dc9003df497..00000000000 --- a/stable/readarr/9.0.16/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:09:07.305966981Z" diff --git a/stable/readarr/9.0.16/charts/common-8.6.3.tgz b/stable/readarr/9.0.16/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/readarr/9.0.16/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/readarr/9.0.16/CHANGELOG.md b/stable/readarr/9.0.17/CHANGELOG.md similarity index 92% rename from stable/readarr/9.0.16/CHANGELOG.md rename to stable/readarr/9.0.17/CHANGELOG.md index 40494e7a8e8..a7b6867f4fa 100644 --- a/stable/readarr/9.0.16/CHANGELOG.md +++ b/stable/readarr/9.0.17/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.17](https://github.com/truecharts/apps/compare/readarr-9.0.16...readarr-9.0.17) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [readarr-9.0.16](https://github.com/truecharts/apps/compare/readarr-9.0.15...readarr-9.0.16) (2021-11-22) @@ -88,12 +97,3 @@ #### Chore -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - - - - -### [readarr-9.0.7](https://github.com/truecharts/apps/compare/readarr-9.0.6...readarr-9.0.7) (2021-11-07) - -#### Chore - diff --git a/stable/resilio-sync/4.0.10/CONFIG.md b/stable/readarr/9.0.17/CONFIG.md similarity index 100% rename from stable/resilio-sync/4.0.10/CONFIG.md rename to stable/readarr/9.0.17/CONFIG.md diff --git a/stable/readarr/9.0.17/Chart.lock b/stable/readarr/9.0.17/Chart.lock new file mode 100644 index 00000000000..5819ca17c7c --- /dev/null +++ b/stable/readarr/9.0.17/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:19:58.030387881Z" diff --git a/stable/readarr/9.0.16/Chart.yaml b/stable/readarr/9.0.17/Chart.yaml similarity index 95% rename from stable/readarr/9.0.16/Chart.yaml rename to stable/readarr/9.0.17/Chart.yaml index d2cdb217620..954ca75dead 100644 --- a/stable/readarr/9.0.16/Chart.yaml +++ b/stable/readarr/9.0.17/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.0.1053" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: A fork of Radarr to work with Books & AudioBooks home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr @@ -24,7 +24,7 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 9.0.16 +version: 9.0.17 annotations: truecharts.org/catagories: | - media diff --git a/stable/readarr/9.0.16/README.md b/stable/readarr/9.0.17/README.md similarity index 96% rename from stable/readarr/9.0.16/README.md rename to stable/readarr/9.0.17/README.md index 17c577b942f..33461136301 100644 --- a/stable/readarr/9.0.16/README.md +++ b/stable/readarr/9.0.17/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/readarr/9.0.16/app-readme.md b/stable/readarr/9.0.17/app-readme.md similarity index 100% rename from stable/readarr/9.0.16/app-readme.md rename to stable/readarr/9.0.17/app-readme.md diff --git a/stable/readarr/9.0.17/charts/common-8.9.1.tgz b/stable/readarr/9.0.17/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/readarr/9.0.17/charts/common-8.9.1.tgz differ diff --git a/stable/readarr/9.0.16/helm-values.md b/stable/readarr/9.0.17/helm-values.md similarity index 100% rename from stable/readarr/9.0.16/helm-values.md rename to stable/readarr/9.0.17/helm-values.md diff --git a/stable/readarr/9.0.16/ix_values.yaml b/stable/readarr/9.0.17/ix_values.yaml similarity index 100% rename from stable/readarr/9.0.16/ix_values.yaml rename to stable/readarr/9.0.17/ix_values.yaml diff --git a/stable/readarr/9.0.16/questions.yaml b/stable/readarr/9.0.17/questions.yaml similarity index 100% rename from stable/readarr/9.0.16/questions.yaml rename to stable/readarr/9.0.17/questions.yaml diff --git a/stable/readarr/9.0.16/templates/common.yaml b/stable/readarr/9.0.17/templates/common.yaml similarity index 100% rename from stable/readarr/9.0.16/templates/common.yaml rename to stable/readarr/9.0.17/templates/common.yaml diff --git a/stable/resilio-sync/4.0.10/values.yaml b/stable/readarr/9.0.17/values.yaml similarity index 100% rename from stable/resilio-sync/4.0.10/values.yaml rename to stable/readarr/9.0.17/values.yaml diff --git a/stable/recipes/4.0.4/Chart.lock b/stable/recipes/4.0.4/Chart.lock deleted file mode 100644 index 1ec56b538e3..00000000000 --- a/stable/recipes/4.0.4/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-18T22:09:01.146063474Z" diff --git a/stable/recipes/4.0.4/charts/common-8.6.3.tgz b/stable/recipes/4.0.4/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/recipes/4.0.4/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/recipes/4.0.4/charts/postgresql-6.0.3.tgz b/stable/recipes/4.0.4/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/recipes/4.0.4/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/recipes/4.0.4/CHANGELOG.md b/stable/recipes/4.0.5/CHANGELOG.md similarity index 88% rename from stable/recipes/4.0.4/CHANGELOG.md rename to stable/recipes/4.0.5/CHANGELOG.md index 339a72d9210..b8525253a7d 100644 --- a/stable/recipes/4.0.4/CHANGELOG.md +++ b/stable/recipes/4.0.5/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [recipes-4.0.5](https://github.com/truecharts/apps/compare/recipes-4.0.4...recipes-4.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [recipes-4.0.4](https://github.com/truecharts/apps/compare/recipes-4.0.3...recipes-4.0.4) (2021-11-18) @@ -84,16 +97,3 @@ -### [recipes-3.0.11](https://github.com/truecharts/apps/compare/recipes-3.0.10...recipes-3.0.11) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [recipes-3.0.10](https://github.com/truecharts/apps/compare/recipes-3.0.9...recipes-3.0.10) (2021-11-07) - -#### Chore - diff --git a/stable/sabnzbd/9.0.10/CONFIG.md b/stable/recipes/4.0.5/CONFIG.md similarity index 100% rename from stable/sabnzbd/9.0.10/CONFIG.md rename to stable/recipes/4.0.5/CONFIG.md diff --git a/stable/recipes/4.0.5/Chart.lock b/stable/recipes/4.0.5/Chart.lock new file mode 100644 index 00000000000..61b588c081b --- /dev/null +++ b/stable/recipes/4.0.5/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:20:30.887035972Z" diff --git a/stable/recipes/4.0.4/Chart.yaml b/stable/recipes/4.0.5/Chart.yaml similarity index 94% rename from stable/recipes/4.0.4/Chart.yaml rename to stable/recipes/4.0.5/Chart.yaml index 78935dc2ad2..c09b13d79f1 100644 --- a/stable/recipes/4.0.4/Chart.yaml +++ b/stable/recipes/4.0.5/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.0.1" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 4.0.4 +version: 4.0.5 kubeVersion: ">=1.16.0-0" keywords: - recipes @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/recipes/4.0.4/README.md b/stable/recipes/4.0.5/README.md similarity index 93% rename from stable/recipes/4.0.4/README.md rename to stable/recipes/4.0.5/README.md index eae5beb6d14..6492cc9fa96 100644 --- a/stable/recipes/4.0.4/README.md +++ b/stable/recipes/4.0.5/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/recipes/4.0.4/app-readme.md b/stable/recipes/4.0.5/app-readme.md similarity index 100% rename from stable/recipes/4.0.4/app-readme.md rename to stable/recipes/4.0.5/app-readme.md diff --git a/stable/recipes/4.0.5/charts/common-8.9.1.tgz b/stable/recipes/4.0.5/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/recipes/4.0.5/charts/common-8.9.1.tgz differ diff --git a/stable/recipes/4.0.5/charts/postgresql-6.0.7.tgz b/stable/recipes/4.0.5/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/recipes/4.0.5/charts/postgresql-6.0.7.tgz differ diff --git a/stable/recipes/4.0.4/helm-values.md b/stable/recipes/4.0.5/helm-values.md similarity index 100% rename from stable/recipes/4.0.4/helm-values.md rename to stable/recipes/4.0.5/helm-values.md diff --git a/stable/recipes/4.0.4/ix_values.yaml b/stable/recipes/4.0.5/ix_values.yaml similarity index 100% rename from stable/recipes/4.0.4/ix_values.yaml rename to stable/recipes/4.0.5/ix_values.yaml diff --git a/stable/recipes/4.0.4/questions.yaml b/stable/recipes/4.0.5/questions.yaml similarity index 99% rename from stable/recipes/4.0.4/questions.yaml rename to stable/recipes/4.0.5/questions.yaml index 3703af4687a..a9a3c87fbd9 100644 --- a/stable/recipes/4.0.4/questions.yaml +++ b/stable/recipes/4.0.5/questions.yaml @@ -484,7 +484,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/recipes/4.0.4/templates/common.yaml b/stable/recipes/4.0.5/templates/common.yaml similarity index 100% rename from stable/recipes/4.0.4/templates/common.yaml rename to stable/recipes/4.0.5/templates/common.yaml diff --git a/stable/recipes/4.0.4/templates/configmap.yaml b/stable/recipes/4.0.5/templates/configmap.yaml similarity index 100% rename from stable/recipes/4.0.4/templates/configmap.yaml rename to stable/recipes/4.0.5/templates/configmap.yaml diff --git a/stable/sabnzbd/9.0.10/values.yaml b/stable/recipes/4.0.5/values.yaml similarity index 100% rename from stable/sabnzbd/9.0.10/values.yaml rename to stable/recipes/4.0.5/values.yaml diff --git a/stable/reg/4.0.10/Chart.lock b/stable/reg/4.0.10/Chart.lock deleted file mode 100644 index 32516aa8e72..00000000000 --- a/stable/reg/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:43:53.517511988Z" diff --git a/stable/reg/4.0.10/charts/common-8.6.3.tgz b/stable/reg/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/reg/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/reg/4.0.10/CHANGELOG.md b/stable/reg/4.0.11/CHANGELOG.md similarity index 92% rename from stable/reg/4.0.10/CHANGELOG.md rename to stable/reg/4.0.11/CHANGELOG.md index bb0eba3a55d..00a2da7e3d7 100644 --- a/stable/reg/4.0.10/CHANGELOG.md +++ b/stable/reg/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [reg-4.0.11](https://github.com/truecharts/apps/compare/reg-4.0.10...reg-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [reg-4.0.10](https://github.com/truecharts/apps/compare/reg-4.0.9...reg-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [reg-4.0.2](https://github.com/truecharts/apps/compare/reg-4.0.1...reg-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/ser2sock/4.0.10/CONFIG.md b/stable/reg/4.0.11/CONFIG.md similarity index 100% rename from stable/ser2sock/4.0.10/CONFIG.md rename to stable/reg/4.0.11/CONFIG.md diff --git a/stable/reg/4.0.11/Chart.lock b/stable/reg/4.0.11/Chart.lock new file mode 100644 index 00000000000..021fc301eeb --- /dev/null +++ b/stable/reg/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:21:12.410635246Z" diff --git a/stable/reg/4.0.10/Chart.yaml b/stable/reg/4.0.11/Chart.yaml similarity index 95% rename from stable/reg/4.0.10/Chart.yaml rename to stable/reg/4.0.11/Chart.yaml index f0e8c98bd3b..9b2d783a7b2 100644 --- a/stable/reg/4.0.10/Chart.yaml +++ b/stable/reg/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.16.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Docker registry v2 command line client and repo listing generator with security checks. home: https://github.com/truecharts/apps/tree/master/charts/stable/reg @@ -19,7 +19,7 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/reg/4.0.10/README.md b/stable/reg/4.0.11/README.md similarity index 96% rename from stable/reg/4.0.10/README.md rename to stable/reg/4.0.11/README.md index ef629de729b..9623e82cae0 100644 --- a/stable/reg/4.0.10/README.md +++ b/stable/reg/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/reg/4.0.10/app-readme.md b/stable/reg/4.0.11/app-readme.md similarity index 100% rename from stable/reg/4.0.10/app-readme.md rename to stable/reg/4.0.11/app-readme.md diff --git a/stable/reg/4.0.11/charts/common-8.9.1.tgz b/stable/reg/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/reg/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/reg/4.0.10/ci/ct-values.yaml b/stable/reg/4.0.11/ci/ct-values.yaml similarity index 100% rename from stable/reg/4.0.10/ci/ct-values.yaml rename to stable/reg/4.0.11/ci/ct-values.yaml diff --git a/stable/reg/4.0.10/helm-values.md b/stable/reg/4.0.11/helm-values.md similarity index 100% rename from stable/reg/4.0.10/helm-values.md rename to stable/reg/4.0.11/helm-values.md diff --git a/stable/reg/4.0.10/ix_values.yaml b/stable/reg/4.0.11/ix_values.yaml similarity index 100% rename from stable/reg/4.0.10/ix_values.yaml rename to stable/reg/4.0.11/ix_values.yaml diff --git a/stable/reg/4.0.10/questions.yaml b/stable/reg/4.0.11/questions.yaml similarity index 100% rename from stable/reg/4.0.10/questions.yaml rename to stable/reg/4.0.11/questions.yaml diff --git a/stable/reg/4.0.10/templates/common.yaml b/stable/reg/4.0.11/templates/common.yaml similarity index 100% rename from stable/reg/4.0.10/templates/common.yaml rename to stable/reg/4.0.11/templates/common.yaml diff --git a/stable/ser2sock/4.0.10/values.yaml b/stable/reg/4.0.11/values.yaml similarity index 100% rename from stable/ser2sock/4.0.10/values.yaml rename to stable/reg/4.0.11/values.yaml diff --git a/stable/remmina/1.0.12/Chart.lock b/stable/remmina/1.0.12/Chart.lock deleted file mode 100644 index 0b944ab86f2..00000000000 --- a/stable/remmina/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:09:34.854049561Z" diff --git a/stable/remmina/1.0.12/charts/common-8.6.3.tgz b/stable/remmina/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/remmina/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/remmina/1.0.12/CHANGELOG.md b/stable/remmina/1.0.13/CHANGELOG.md similarity index 92% rename from stable/remmina/1.0.12/CHANGELOG.md rename to stable/remmina/1.0.13/CHANGELOG.md index 340a0b57864..2d0a9996b5f 100644 --- a/stable/remmina/1.0.12/CHANGELOG.md +++ b/stable/remmina/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [remmina-1.0.13](https://github.com/truecharts/apps/compare/remmina-1.0.12...remmina-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [remmina-1.0.12](https://github.com/truecharts/apps/compare/remmina-1.0.11...remmina-1.0.12) (2021-11-22) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [remmina-1.0.4](https://github.com/truecharts/apps/compare/remmina-1.0.3...remmina-1.0.4) (2021-11-02) - -#### Chore - -* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) diff --git a/stable/shiori/4.0.1/CONFIG.md b/stable/remmina/1.0.13/CONFIG.md similarity index 100% rename from stable/shiori/4.0.1/CONFIG.md rename to stable/remmina/1.0.13/CONFIG.md diff --git a/stable/remmina/1.0.13/Chart.lock b/stable/remmina/1.0.13/Chart.lock new file mode 100644 index 00000000000..1f8d88db441 --- /dev/null +++ b/stable/remmina/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:21:44.098100565Z" diff --git a/stable/remmina/1.0.12/Chart.yaml b/stable/remmina/1.0.13/Chart.yaml similarity index 95% rename from stable/remmina/1.0.12/Chart.yaml rename to stable/remmina/1.0.13/Chart.yaml index f77bfc2674a..c69ccb96446 100644 --- a/stable/remmina/1.0.12/Chart.yaml +++ b/stable/remmina/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0-rcgi" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A remote desktop client written in GTK home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-remmina - https://remmina.org/ type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/remmina/1.0.12/README.md b/stable/remmina/1.0.13/README.md similarity index 96% rename from stable/remmina/1.0.12/README.md rename to stable/remmina/1.0.13/README.md index 6eee77bc8f5..aa79f4e022d 100644 --- a/stable/remmina/1.0.12/README.md +++ b/stable/remmina/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/remmina/1.0.12/app-readme.md b/stable/remmina/1.0.13/app-readme.md similarity index 100% rename from stable/remmina/1.0.12/app-readme.md rename to stable/remmina/1.0.13/app-readme.md diff --git a/stable/remmina/1.0.13/charts/common-8.9.1.tgz b/stable/remmina/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/remmina/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/remmina/1.0.12/helm-values.md b/stable/remmina/1.0.13/helm-values.md similarity index 100% rename from stable/remmina/1.0.12/helm-values.md rename to stable/remmina/1.0.13/helm-values.md diff --git a/stable/remmina/1.0.12/ix_values.yaml b/stable/remmina/1.0.13/ix_values.yaml similarity index 100% rename from stable/remmina/1.0.12/ix_values.yaml rename to stable/remmina/1.0.13/ix_values.yaml diff --git a/stable/remmina/1.0.12/questions.yaml b/stable/remmina/1.0.13/questions.yaml similarity index 100% rename from stable/remmina/1.0.12/questions.yaml rename to stable/remmina/1.0.13/questions.yaml diff --git a/stable/remmina/1.0.12/templates/common.yaml b/stable/remmina/1.0.13/templates/common.yaml similarity index 100% rename from stable/remmina/1.0.12/templates/common.yaml rename to stable/remmina/1.0.13/templates/common.yaml diff --git a/stable/shiori/4.0.1/values.yaml b/stable/remmina/1.0.13/values.yaml similarity index 100% rename from stable/shiori/4.0.1/values.yaml rename to stable/remmina/1.0.13/values.yaml diff --git a/stable/resilio-sync/4.0.10/Chart.lock b/stable/resilio-sync/4.0.10/Chart.lock deleted file mode 100644 index fc34e1b3f8e..00000000000 --- a/stable/resilio-sync/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:44:46.623258085Z" diff --git a/stable/resilio-sync/4.0.10/charts/common-8.6.3.tgz b/stable/resilio-sync/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/resilio-sync/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/resilio-sync/4.0.10/CHANGELOG.md b/stable/resilio-sync/4.0.11/CHANGELOG.md similarity index 88% rename from stable/resilio-sync/4.0.10/CHANGELOG.md rename to stable/resilio-sync/4.0.11/CHANGELOG.md index bd28b33d62f..a596e13519a 100644 --- a/stable/resilio-sync/4.0.10/CHANGELOG.md +++ b/stable/resilio-sync/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [resilio-sync-4.0.11](https://github.com/truecharts/apps/compare/resilio-sync-4.0.10...resilio-sync-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [resilio-sync-4.0.10](https://github.com/truecharts/apps/compare/resilio-sync-4.0.9...resilio-sync-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [resilio-sync-4.0.3](https://github.com/truecharts/apps/compare/resilio-sync-4.0.2...resilio-sync-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [resilio-sync-4.0.2](https://github.com/truecharts/apps/compare/resilio-sync-4.0.1...resilio-sync-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/shorturl/1.0.10/CONFIG.md b/stable/resilio-sync/4.0.11/CONFIG.md similarity index 100% rename from stable/shorturl/1.0.10/CONFIG.md rename to stable/resilio-sync/4.0.11/CONFIG.md diff --git a/stable/resilio-sync/4.0.11/Chart.lock b/stable/resilio-sync/4.0.11/Chart.lock new file mode 100644 index 00000000000..aa063bd04d7 --- /dev/null +++ b/stable/resilio-sync/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:22:15.387588703Z" diff --git a/stable/resilio-sync/4.0.10/Chart.yaml b/stable/resilio-sync/4.0.11/Chart.yaml similarity index 95% rename from stable/resilio-sync/4.0.10/Chart.yaml rename to stable/resilio-sync/4.0.11/Chart.yaml index 62175ada073..5756a9afd63 100644 --- a/stable/resilio-sync/4.0.10/Chart.yaml +++ b/stable/resilio-sync/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.2.1375" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync @@ -21,7 +21,7 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/resilio-sync/4.0.10/README.md b/stable/resilio-sync/4.0.11/README.md similarity index 96% rename from stable/resilio-sync/4.0.10/README.md rename to stable/resilio-sync/4.0.11/README.md index 1b08d16feca..90e92446a82 100644 --- a/stable/resilio-sync/4.0.10/README.md +++ b/stable/resilio-sync/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/resilio-sync/4.0.10/app-readme.md b/stable/resilio-sync/4.0.11/app-readme.md similarity index 100% rename from stable/resilio-sync/4.0.10/app-readme.md rename to stable/resilio-sync/4.0.11/app-readme.md diff --git a/stable/resilio-sync/4.0.11/charts/common-8.9.1.tgz b/stable/resilio-sync/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/resilio-sync/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/resilio-sync/4.0.10/helm-values.md b/stable/resilio-sync/4.0.11/helm-values.md similarity index 100% rename from stable/resilio-sync/4.0.10/helm-values.md rename to stable/resilio-sync/4.0.11/helm-values.md diff --git a/stable/resilio-sync/4.0.10/ix_values.yaml b/stable/resilio-sync/4.0.11/ix_values.yaml similarity index 93% rename from stable/resilio-sync/4.0.10/ix_values.yaml rename to stable/resilio-sync/4.0.11/ix_values.yaml index 80a00824f44..1aa33a12a37 100644 --- a/stable/resilio-sync/4.0.10/ix_values.yaml +++ b/stable/resilio-sync/4.0.11/ix_values.yaml @@ -39,17 +39,14 @@ service: port: 8888 targetPort: 8888 bt-tcp: - enabled: false - type: ClusterIP + enabled: true ports: bt-tcp: enabled: true port: 55555 targetPort: 55555 - protocol: TCP bt-udp: - enabled: false - type: ClusterIP + enabled: true ports: bt-udp: enabled: true diff --git a/stable/resilio-sync/4.0.10/questions.yaml b/stable/resilio-sync/4.0.11/questions.yaml similarity index 99% rename from stable/resilio-sync/4.0.10/questions.yaml rename to stable/resilio-sync/4.0.11/questions.yaml index d9d1c76fcff..1c52e55122c 100644 --- a/stable/resilio-sync/4.0.10/questions.yaml +++ b/stable/resilio-sync/4.0.11/questions.yaml @@ -443,6 +443,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -543,6 +549,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/resilio-sync/4.0.10/templates/common.yaml b/stable/resilio-sync/4.0.11/templates/common.yaml similarity index 100% rename from stable/resilio-sync/4.0.10/templates/common.yaml rename to stable/resilio-sync/4.0.11/templates/common.yaml diff --git a/stable/shorturl/1.0.10/values.yaml b/stable/resilio-sync/4.0.11/values.yaml similarity index 100% rename from stable/shorturl/1.0.10/values.yaml rename to stable/resilio-sync/4.0.11/values.yaml diff --git a/stable/sabnzbd/9.0.10/Chart.lock b/stable/sabnzbd/9.0.10/Chart.lock deleted file mode 100644 index fb262181f4f..00000000000 --- a/stable/sabnzbd/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:45:12.81538685Z" diff --git a/stable/sabnzbd/9.0.10/charts/common-8.6.3.tgz b/stable/sabnzbd/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/sabnzbd/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/sabnzbd/9.0.10/CHANGELOG.md b/stable/sabnzbd/9.0.11/CHANGELOG.md similarity index 92% rename from stable/sabnzbd/9.0.10/CHANGELOG.md rename to stable/sabnzbd/9.0.11/CHANGELOG.md index 856478a180b..8158254d4b5 100644 --- a/stable/sabnzbd/9.0.10/CHANGELOG.md +++ b/stable/sabnzbd/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sabnzbd-9.0.11](https://github.com/truecharts/apps/compare/sabnzbd-9.0.10...sabnzbd-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sabnzbd-9.0.10](https://github.com/truecharts/apps/compare/sabnzbd-9.0.9...sabnzbd-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [sabnzbd-9.0.2](https://github.com/truecharts/apps/compare/sabnzbd-9.0.1...sabnzbd-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/sickchill/1.0.10/CONFIG.md b/stable/sabnzbd/9.0.11/CONFIG.md similarity index 100% rename from stable/sickchill/1.0.10/CONFIG.md rename to stable/sabnzbd/9.0.11/CONFIG.md diff --git a/stable/sabnzbd/9.0.11/Chart.lock b/stable/sabnzbd/9.0.11/Chart.lock new file mode 100644 index 00000000000..9a726937bc2 --- /dev/null +++ b/stable/sabnzbd/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:22:46.947464794Z" diff --git a/stable/sabnzbd/9.0.10/Chart.yaml b/stable/sabnzbd/9.0.11/Chart.yaml similarity index 95% rename from stable/sabnzbd/9.0.10/Chart.yaml rename to stable/sabnzbd/9.0.11/Chart.yaml index d0c40daaa0c..1c5860f60ba 100644 --- a/stable/sabnzbd/9.0.10/Chart.yaml +++ b/stable/sabnzbd/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.4.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Free and easy binary newsreader home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd @@ -20,7 +20,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/sabnzbd/9.0.10/README.md b/stable/sabnzbd/9.0.11/README.md similarity index 96% rename from stable/sabnzbd/9.0.10/README.md rename to stable/sabnzbd/9.0.11/README.md index 9eac86d9cd4..fba46b3d0b4 100644 --- a/stable/sabnzbd/9.0.10/README.md +++ b/stable/sabnzbd/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/sabnzbd/9.0.10/app-readme.md b/stable/sabnzbd/9.0.11/app-readme.md similarity index 100% rename from stable/sabnzbd/9.0.10/app-readme.md rename to stable/sabnzbd/9.0.11/app-readme.md diff --git a/stable/sabnzbd/9.0.11/charts/common-8.9.1.tgz b/stable/sabnzbd/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/sabnzbd/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/sabnzbd/9.0.10/helm-values.md b/stable/sabnzbd/9.0.11/helm-values.md similarity index 100% rename from stable/sabnzbd/9.0.10/helm-values.md rename to stable/sabnzbd/9.0.11/helm-values.md diff --git a/stable/sabnzbd/9.0.10/ix_values.yaml b/stable/sabnzbd/9.0.11/ix_values.yaml similarity index 100% rename from stable/sabnzbd/9.0.10/ix_values.yaml rename to stable/sabnzbd/9.0.11/ix_values.yaml diff --git a/stable/sabnzbd/9.0.10/questions.yaml b/stable/sabnzbd/9.0.11/questions.yaml similarity index 100% rename from stable/sabnzbd/9.0.10/questions.yaml rename to stable/sabnzbd/9.0.11/questions.yaml diff --git a/stable/sabnzbd/9.0.10/templates/common.yaml b/stable/sabnzbd/9.0.11/templates/common.yaml similarity index 100% rename from stable/sabnzbd/9.0.10/templates/common.yaml rename to stable/sabnzbd/9.0.11/templates/common.yaml diff --git a/stable/sickchill/1.0.10/values.yaml b/stable/sabnzbd/9.0.11/values.yaml similarity index 100% rename from stable/sickchill/1.0.10/values.yaml rename to stable/sabnzbd/9.0.11/values.yaml diff --git a/stable/ser2sock/4.0.10/Chart.lock b/stable/ser2sock/4.0.10/Chart.lock deleted file mode 100644 index 6641b32f482..00000000000 --- a/stable/ser2sock/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:45:39.25987778Z" diff --git a/stable/ser2sock/4.0.10/charts/common-8.6.3.tgz b/stable/ser2sock/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/ser2sock/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/ser2sock/4.0.10/CHANGELOG.md b/stable/ser2sock/4.0.11/CHANGELOG.md similarity index 88% rename from stable/ser2sock/4.0.10/CHANGELOG.md rename to stable/ser2sock/4.0.11/CHANGELOG.md index f073bb7de7f..de18978e792 100644 --- a/stable/ser2sock/4.0.10/CHANGELOG.md +++ b/stable/ser2sock/4.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [ser2sock-4.0.11](https://github.com/truecharts/apps/compare/ser2sock-4.0.10...ser2sock-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [ser2sock-4.0.10](https://github.com/truecharts/apps/compare/ser2sock-4.0.9...ser2sock-4.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [ser2sock-4.0.3](https://github.com/truecharts/apps/compare/ser2sock-4.0.2...ser2sock-4.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [ser2sock-4.0.2](https://github.com/truecharts/apps/compare/ser2sock-4.0.1...ser2sock-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/sickgear/1.0.10/CONFIG.md b/stable/ser2sock/4.0.11/CONFIG.md similarity index 100% rename from stable/sickgear/1.0.10/CONFIG.md rename to stable/ser2sock/4.0.11/CONFIG.md diff --git a/stable/ser2sock/4.0.11/Chart.lock b/stable/ser2sock/4.0.11/Chart.lock new file mode 100644 index 00000000000..2465113f0f7 --- /dev/null +++ b/stable/ser2sock/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:23:18.896510715Z" diff --git a/stable/ser2sock/4.0.10/Chart.yaml b/stable/ser2sock/4.0.11/Chart.yaml similarity index 94% rename from stable/ser2sock/4.0.10/Chart.yaml rename to stable/ser2sock/4.0.11/Chart.yaml index 79f80ba7f3d..45823c09902 100644 --- a/stable/ser2sock/4.0.10/Chart.yaml +++ b/stable/ser2sock/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Serial to Socket Redirector home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock icon: https://i.imgur.com/GfZ7McO.png @@ -18,7 +18,7 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/ser2sock/4.0.10/README.md b/stable/ser2sock/4.0.11/README.md similarity index 96% rename from stable/ser2sock/4.0.10/README.md rename to stable/ser2sock/4.0.11/README.md index 7aa2d037ae3..282ffd38ef9 100644 --- a/stable/ser2sock/4.0.10/README.md +++ b/stable/ser2sock/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/ser2sock/4.0.10/app-readme.md b/stable/ser2sock/4.0.11/app-readme.md similarity index 100% rename from stable/ser2sock/4.0.10/app-readme.md rename to stable/ser2sock/4.0.11/app-readme.md diff --git a/stable/ser2sock/4.0.11/charts/common-8.9.1.tgz b/stable/ser2sock/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/ser2sock/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/ser2sock/4.0.10/ci/test-values.yaml b/stable/ser2sock/4.0.11/ci/test-values.yaml similarity index 100% rename from stable/ser2sock/4.0.10/ci/test-values.yaml rename to stable/ser2sock/4.0.11/ci/test-values.yaml diff --git a/stable/ser2sock/4.0.10/helm-values.md b/stable/ser2sock/4.0.11/helm-values.md similarity index 100% rename from stable/ser2sock/4.0.10/helm-values.md rename to stable/ser2sock/4.0.11/helm-values.md diff --git a/stable/ser2sock/4.0.10/ix_values.yaml b/stable/ser2sock/4.0.11/ix_values.yaml similarity index 97% rename from stable/ser2sock/4.0.10/ix_values.yaml rename to stable/ser2sock/4.0.11/ix_values.yaml index 54becd4b46e..4ac04671089 100644 --- a/stable/ser2sock/4.0.10/ix_values.yaml +++ b/stable/ser2sock/4.0.11/ix_values.yaml @@ -31,8 +31,6 @@ service: main: ports: main: - enabled: true - protocol: TCP port: 10000 targetPort: 10000 diff --git a/stable/ser2sock/4.0.10/questions.yaml b/stable/ser2sock/4.0.11/questions.yaml similarity index 100% rename from stable/ser2sock/4.0.10/questions.yaml rename to stable/ser2sock/4.0.11/questions.yaml diff --git a/stable/ser2sock/4.0.10/templates/common.yaml b/stable/ser2sock/4.0.11/templates/common.yaml similarity index 100% rename from stable/ser2sock/4.0.10/templates/common.yaml rename to stable/ser2sock/4.0.11/templates/common.yaml diff --git a/stable/sickgear/1.0.10/values.yaml b/stable/ser2sock/4.0.11/values.yaml similarity index 100% rename from stable/sickgear/1.0.10/values.yaml rename to stable/ser2sock/4.0.11/values.yaml diff --git a/stable/shiori/4.0.1/Chart.lock b/stable/shiori/4.0.1/Chart.lock deleted file mode 100644 index f4575563996..00000000000 --- a/stable/shiori/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:46:07.049024553Z" diff --git a/stable/shiori/4.0.1/charts/common-8.6.3.tgz b/stable/shiori/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/shiori/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/shiori/4.0.1/charts/postgresql-6.0.3.tgz b/stable/shiori/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/shiori/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/shiori/4.0.1/CHANGELOG.md b/stable/shiori/4.0.2/CHANGELOG.md similarity index 88% rename from stable/shiori/4.0.1/CHANGELOG.md rename to stable/shiori/4.0.2/CHANGELOG.md index ac16bcf8b75..cdb4212f585 100644 --- a/stable/shiori/4.0.1/CHANGELOG.md +++ b/stable/shiori/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [shiori-4.0.2](https://github.com/truecharts/apps/compare/shiori-4.0.1...shiori-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [shiori-4.0.1](https://github.com/truecharts/apps/compare/shiori-4.0.0...shiori-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [shiori-3.0.5](https://github.com/truecharts/apps/compare/shiori-3.0.4...shiori-3.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [shiori-3.0.4](https://github.com/truecharts/apps/compare/shiori-3.0.3...shiori-3.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/smokeping/1.0.12/CONFIG.md b/stable/shiori/4.0.2/CONFIG.md similarity index 100% rename from stable/smokeping/1.0.12/CONFIG.md rename to stable/shiori/4.0.2/CONFIG.md diff --git a/stable/shiori/4.0.2/Chart.lock b/stable/shiori/4.0.2/Chart.lock new file mode 100644 index 00000000000..273bd3c01af --- /dev/null +++ b/stable/shiori/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:23:52.173638033Z" diff --git a/stable/shiori/4.0.1/Chart.yaml b/stable/shiori/4.0.2/Chart.yaml similarity index 94% rename from stable/shiori/4.0.1/Chart.yaml rename to stable/shiori/4.0.2/Chart.yaml index d326ff178ad..531f00de150 100644 --- a/stable/shiori/4.0.1/Chart.yaml +++ b/stable/shiori/4.0.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.5.0" -version: 4.0.1 +version: 4.0.2 kubeVersion: '>=1.16.0-0' name: shiori description: A simple bookmark manager built with Go @@ -18,11 +18,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/shiori/4.0.1/README.md b/stable/shiori/4.0.2/README.md similarity index 93% rename from stable/shiori/4.0.1/README.md rename to stable/shiori/4.0.2/README.md index 6f5b0674b6a..4cd1bb919d3 100644 --- a/stable/shiori/4.0.1/README.md +++ b/stable/shiori/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/shiori/4.0.1/app-readme.md b/stable/shiori/4.0.2/app-readme.md similarity index 100% rename from stable/shiori/4.0.1/app-readme.md rename to stable/shiori/4.0.2/app-readme.md diff --git a/stable/shiori/4.0.2/charts/common-8.9.1.tgz b/stable/shiori/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/shiori/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/shiori/4.0.2/charts/postgresql-6.0.7.tgz b/stable/shiori/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/shiori/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/shiori/4.0.1/helm-values.md b/stable/shiori/4.0.2/helm-values.md similarity index 100% rename from stable/shiori/4.0.1/helm-values.md rename to stable/shiori/4.0.2/helm-values.md diff --git a/stable/shiori/4.0.1/ix_values.yaml b/stable/shiori/4.0.2/ix_values.yaml similarity index 100% rename from stable/shiori/4.0.1/ix_values.yaml rename to stable/shiori/4.0.2/ix_values.yaml diff --git a/stable/shiori/4.0.1/questions.yaml b/stable/shiori/4.0.2/questions.yaml similarity index 99% rename from stable/shiori/4.0.1/questions.yaml rename to stable/shiori/4.0.2/questions.yaml index 3b7d2c327e1..b0cf946b794 100644 --- a/stable/shiori/4.0.1/questions.yaml +++ b/stable/shiori/4.0.2/questions.yaml @@ -442,7 +442,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/shiori/4.0.1/templates/common.yaml b/stable/shiori/4.0.2/templates/common.yaml similarity index 100% rename from stable/shiori/4.0.1/templates/common.yaml rename to stable/shiori/4.0.2/templates/common.yaml diff --git a/stable/smokeping/1.0.12/values.yaml b/stable/shiori/4.0.2/values.yaml similarity index 100% rename from stable/smokeping/1.0.12/values.yaml rename to stable/shiori/4.0.2/values.yaml diff --git a/stable/shorturl/1.0.10/Chart.lock b/stable/shorturl/1.0.10/Chart.lock deleted file mode 100644 index 2983aa0f515..00000000000 --- a/stable/shorturl/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:46:42.078050221Z" diff --git a/stable/shorturl/1.0.10/charts/common-8.6.3.tgz b/stable/shorturl/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/shorturl/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/shorturl/1.0.10/CHANGELOG.md b/stable/shorturl/1.0.11/CHANGELOG.md similarity index 92% rename from stable/shorturl/1.0.10/CHANGELOG.md rename to stable/shorturl/1.0.11/CHANGELOG.md index 6b1eecb5ae1..e75795e9203 100644 --- a/stable/shorturl/1.0.10/CHANGELOG.md +++ b/stable/shorturl/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [shorturl-1.0.11](https://github.com/truecharts/apps/compare/shorturl-1.0.10...shorturl-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [shorturl-1.0.10](https://github.com/truecharts/apps/compare/shorturl-1.0.9...shorturl-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [shorturl-1.0.2](https://github.com/truecharts/apps/compare/shorturl-1.0.1...shorturl-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/sonarr/9.0.11/CONFIG.md b/stable/shorturl/1.0.11/CONFIG.md similarity index 100% rename from stable/sonarr/9.0.11/CONFIG.md rename to stable/shorturl/1.0.11/CONFIG.md diff --git a/stable/shorturl/1.0.11/Chart.lock b/stable/shorturl/1.0.11/Chart.lock new file mode 100644 index 00000000000..4b64adcca5d --- /dev/null +++ b/stable/shorturl/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:24:33.554159746Z" diff --git a/stable/shorturl/1.0.10/Chart.yaml b/stable/shorturl/1.0.11/Chart.yaml similarity index 95% rename from stable/shorturl/1.0.10/Chart.yaml rename to stable/shorturl/1.0.11/Chart.yaml index 6bc4467b72d..72206f569e5 100644 --- a/stable/shorturl/1.0.10/Chart.yaml +++ b/stable/shorturl/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Self hosted web app for shortening urls (URL shortener) home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl icon: '' @@ -22,7 +22,7 @@ sources: - https://github.com/prologic/shorturl - https://github.com/nicholaswilde/docker-shorturl type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/shorturl/1.0.10/README.md b/stable/shorturl/1.0.11/README.md similarity index 96% rename from stable/shorturl/1.0.10/README.md rename to stable/shorturl/1.0.11/README.md index 5adf6145073..2b5fb37960e 100644 --- a/stable/shorturl/1.0.10/README.md +++ b/stable/shorturl/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/shorturl/1.0.10/app-readme.md b/stable/shorturl/1.0.11/app-readme.md similarity index 100% rename from stable/shorturl/1.0.10/app-readme.md rename to stable/shorturl/1.0.11/app-readme.md diff --git a/stable/shorturl/1.0.11/charts/common-8.9.1.tgz b/stable/shorturl/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/shorturl/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/shorturl/1.0.10/helm-values.md b/stable/shorturl/1.0.11/helm-values.md similarity index 100% rename from stable/shorturl/1.0.10/helm-values.md rename to stable/shorturl/1.0.11/helm-values.md diff --git a/stable/shorturl/1.0.10/ix_values.yaml b/stable/shorturl/1.0.11/ix_values.yaml similarity index 100% rename from stable/shorturl/1.0.10/ix_values.yaml rename to stable/shorturl/1.0.11/ix_values.yaml diff --git a/stable/shorturl/1.0.10/questions.yaml b/stable/shorturl/1.0.11/questions.yaml similarity index 100% rename from stable/shorturl/1.0.10/questions.yaml rename to stable/shorturl/1.0.11/questions.yaml diff --git a/stable/shorturl/1.0.10/templates/common.yaml b/stable/shorturl/1.0.11/templates/common.yaml similarity index 100% rename from stable/shorturl/1.0.10/templates/common.yaml rename to stable/shorturl/1.0.11/templates/common.yaml diff --git a/stable/sonarr/9.0.11/values.yaml b/stable/shorturl/1.0.11/values.yaml similarity index 100% rename from stable/sonarr/9.0.11/values.yaml rename to stable/shorturl/1.0.11/values.yaml diff --git a/stable/sickchill/1.0.10/Chart.lock b/stable/sickchill/1.0.10/Chart.lock deleted file mode 100644 index 6839055c4ca..00000000000 --- a/stable/sickchill/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:47:08.073376292Z" diff --git a/stable/sickchill/1.0.10/charts/common-8.6.3.tgz b/stable/sickchill/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/sickchill/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/sickchill/1.0.10/CHANGELOG.md b/stable/sickchill/1.0.11/CHANGELOG.md similarity index 92% rename from stable/sickchill/1.0.10/CHANGELOG.md rename to stable/sickchill/1.0.11/CHANGELOG.md index f4415ead060..5bc06666e48 100644 --- a/stable/sickchill/1.0.10/CHANGELOG.md +++ b/stable/sickchill/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickchill-1.0.11](https://github.com/truecharts/apps/compare/sickchill-1.0.10...sickchill-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickchill-1.0.10](https://github.com/truecharts/apps/compare/sickchill-1.0.9...sickchill-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [sickchill-1.0.2](https://github.com/truecharts/apps/compare/sickchill-1.0.1...sickchill-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/sqlitebrowser/1.0.12/CONFIG.md b/stable/sickchill/1.0.11/CONFIG.md similarity index 100% rename from stable/sqlitebrowser/1.0.12/CONFIG.md rename to stable/sickchill/1.0.11/CONFIG.md diff --git a/stable/sickchill/1.0.11/Chart.lock b/stable/sickchill/1.0.11/Chart.lock new file mode 100644 index 00000000000..643016dd68e --- /dev/null +++ b/stable/sickchill/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:25:04.528761767Z" diff --git a/stable/sickchill/1.0.10/Chart.yaml b/stable/sickchill/1.0.11/Chart.yaml similarity index 95% rename from stable/sickchill/1.0.10/Chart.yaml rename to stable/sickchill/1.0.11/Chart.yaml index 10f6072a145..8322aab9ffb 100644 --- a/stable/sickchill/1.0.10/Chart.yaml +++ b/stable/sickchill/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.5.10" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An Automatic Video Library Manager for TV Shows home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/sickchill/1.0.10/README.md b/stable/sickchill/1.0.11/README.md similarity index 96% rename from stable/sickchill/1.0.10/README.md rename to stable/sickchill/1.0.11/README.md index b2133ffc2cb..3d2e77dd11b 100644 --- a/stable/sickchill/1.0.10/README.md +++ b/stable/sickchill/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/sickchill/1.0.10/app-readme.md b/stable/sickchill/1.0.11/app-readme.md similarity index 100% rename from stable/sickchill/1.0.10/app-readme.md rename to stable/sickchill/1.0.11/app-readme.md diff --git a/stable/sickchill/1.0.11/charts/common-8.9.1.tgz b/stable/sickchill/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/sickchill/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/sickchill/1.0.10/helm-values.md b/stable/sickchill/1.0.11/helm-values.md similarity index 100% rename from stable/sickchill/1.0.10/helm-values.md rename to stable/sickchill/1.0.11/helm-values.md diff --git a/stable/sickchill/1.0.10/ix_values.yaml b/stable/sickchill/1.0.11/ix_values.yaml similarity index 100% rename from stable/sickchill/1.0.10/ix_values.yaml rename to stable/sickchill/1.0.11/ix_values.yaml diff --git a/stable/sickchill/1.0.10/questions.yaml b/stable/sickchill/1.0.11/questions.yaml similarity index 100% rename from stable/sickchill/1.0.10/questions.yaml rename to stable/sickchill/1.0.11/questions.yaml diff --git a/stable/sickchill/1.0.10/templates/common.yaml b/stable/sickchill/1.0.11/templates/common.yaml similarity index 100% rename from stable/sickchill/1.0.10/templates/common.yaml rename to stable/sickchill/1.0.11/templates/common.yaml diff --git a/stable/sqlitebrowser/1.0.12/values.yaml b/stable/sickchill/1.0.11/values.yaml similarity index 100% rename from stable/sqlitebrowser/1.0.12/values.yaml rename to stable/sickchill/1.0.11/values.yaml diff --git a/stable/sickgear/1.0.10/Chart.lock b/stable/sickgear/1.0.10/Chart.lock deleted file mode 100644 index 8f74a5ebfa4..00000000000 --- a/stable/sickgear/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:47:34.10567077Z" diff --git a/stable/sickgear/1.0.10/charts/common-8.6.3.tgz b/stable/sickgear/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/sickgear/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/sickgear/1.0.10/CHANGELOG.md b/stable/sickgear/1.0.11/CHANGELOG.md similarity index 92% rename from stable/sickgear/1.0.10/CHANGELOG.md rename to stable/sickgear/1.0.11/CHANGELOG.md index a3c6dd35237..96608dc401b 100644 --- a/stable/sickgear/1.0.10/CHANGELOG.md +++ b/stable/sickgear/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickgear-1.0.11](https://github.com/truecharts/apps/compare/sickgear-1.0.10...sickgear-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickgear-1.0.10](https://github.com/truecharts/apps/compare/sickgear-1.0.9...sickgear-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [sickgear-1.0.2](https://github.com/truecharts/apps/compare/sickgear-1.0.1...sickgear-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/stash/4.0.11/CONFIG.md b/stable/sickgear/1.0.11/CONFIG.md similarity index 100% rename from stable/stash/4.0.11/CONFIG.md rename to stable/sickgear/1.0.11/CONFIG.md diff --git a/stable/sickgear/1.0.11/Chart.lock b/stable/sickgear/1.0.11/Chart.lock new file mode 100644 index 00000000000..7f33e5669fe --- /dev/null +++ b/stable/sickgear/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:25:35.696479318Z" diff --git a/stable/sickgear/1.0.10/Chart.yaml b/stable/sickgear/1.0.11/Chart.yaml similarity index 95% rename from stable/sickgear/1.0.10/Chart.yaml rename to stable/sickgear/1.0.11/Chart.yaml index 6b80f18343f..25a75f5e138 100644 --- a/stable/sickgear/1.0.10/Chart.yaml +++ b/stable/sickgear/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.25.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sickgear - https://github.com/SickGear/SickGear type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/sickgear/1.0.10/README.md b/stable/sickgear/1.0.11/README.md similarity index 96% rename from stable/sickgear/1.0.10/README.md rename to stable/sickgear/1.0.11/README.md index d8da4c42581..be79ba2a609 100644 --- a/stable/sickgear/1.0.10/README.md +++ b/stable/sickgear/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/sickgear/1.0.10/app-readme.md b/stable/sickgear/1.0.11/app-readme.md similarity index 100% rename from stable/sickgear/1.0.10/app-readme.md rename to stable/sickgear/1.0.11/app-readme.md diff --git a/stable/sickgear/1.0.11/charts/common-8.9.1.tgz b/stable/sickgear/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/sickgear/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/sickgear/1.0.10/helm-values.md b/stable/sickgear/1.0.11/helm-values.md similarity index 100% rename from stable/sickgear/1.0.10/helm-values.md rename to stable/sickgear/1.0.11/helm-values.md diff --git a/stable/sickgear/1.0.10/ix_values.yaml b/stable/sickgear/1.0.11/ix_values.yaml similarity index 100% rename from stable/sickgear/1.0.10/ix_values.yaml rename to stable/sickgear/1.0.11/ix_values.yaml diff --git a/stable/sickgear/1.0.10/questions.yaml b/stable/sickgear/1.0.11/questions.yaml similarity index 100% rename from stable/sickgear/1.0.10/questions.yaml rename to stable/sickgear/1.0.11/questions.yaml diff --git a/stable/sickgear/1.0.10/templates/common.yaml b/stable/sickgear/1.0.11/templates/common.yaml similarity index 100% rename from stable/sickgear/1.0.10/templates/common.yaml rename to stable/sickgear/1.0.11/templates/common.yaml diff --git a/stable/stash/4.0.11/values.yaml b/stable/sickgear/1.0.11/values.yaml similarity index 100% rename from stable/stash/4.0.11/values.yaml rename to stable/sickgear/1.0.11/values.yaml diff --git a/stable/smokeping/1.0.12/Chart.lock b/stable/smokeping/1.0.12/Chart.lock deleted file mode 100644 index e189bdd8531..00000000000 --- a/stable/smokeping/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:10:02.36699247Z" diff --git a/stable/smokeping/1.0.12/charts/common-8.6.3.tgz b/stable/smokeping/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/smokeping/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/smokeping/1.0.12/CHANGELOG.md b/stable/smokeping/1.0.13/CHANGELOG.md similarity index 92% rename from stable/smokeping/1.0.12/CHANGELOG.md rename to stable/smokeping/1.0.13/CHANGELOG.md index 84034d1922f..6783b05f996 100644 --- a/stable/smokeping/1.0.12/CHANGELOG.md +++ b/stable/smokeping/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [smokeping-1.0.13](https://github.com/truecharts/apps/compare/smokeping-1.0.12...smokeping-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [smokeping-1.0.12](https://github.com/truecharts/apps/compare/smokeping-1.0.11...smokeping-1.0.12) (2021-11-22) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [smokeping-1.0.4](https://github.com/truecharts/apps/compare/smokeping-1.0.3...smokeping-1.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/static/1.0.10/CONFIG.md b/stable/smokeping/1.0.13/CONFIG.md similarity index 100% rename from stable/static/1.0.10/CONFIG.md rename to stable/smokeping/1.0.13/CONFIG.md diff --git a/stable/smokeping/1.0.13/Chart.lock b/stable/smokeping/1.0.13/Chart.lock new file mode 100644 index 00000000000..375f7fee89f --- /dev/null +++ b/stable/smokeping/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:26:06.820054898Z" diff --git a/stable/smokeping/1.0.12/Chart.yaml b/stable/smokeping/1.0.13/Chart.yaml similarity index 95% rename from stable/smokeping/1.0.12/Chart.yaml rename to stable/smokeping/1.0.13/Chart.yaml index 05987e99f49..3db0a4a3d33 100644 --- a/stable/smokeping/1.0.12/Chart.yaml +++ b/stable/smokeping/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.3" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Keep track of your network latency. home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png @@ -21,7 +21,7 @@ sources: - https://oss.oetiker.ch/smokeping/ - https://hub.docker.com/r/linuxserver/smokeping type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/smokeping/1.0.12/README.md b/stable/smokeping/1.0.13/README.md similarity index 96% rename from stable/smokeping/1.0.12/README.md rename to stable/smokeping/1.0.13/README.md index 54a28853694..5582e097cc6 100644 --- a/stable/smokeping/1.0.12/README.md +++ b/stable/smokeping/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/smokeping/1.0.12/app-readme.md b/stable/smokeping/1.0.13/app-readme.md similarity index 100% rename from stable/smokeping/1.0.12/app-readme.md rename to stable/smokeping/1.0.13/app-readme.md diff --git a/stable/smokeping/1.0.13/charts/common-8.9.1.tgz b/stable/smokeping/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/smokeping/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/smokeping/1.0.12/helm-values.md b/stable/smokeping/1.0.13/helm-values.md similarity index 100% rename from stable/smokeping/1.0.12/helm-values.md rename to stable/smokeping/1.0.13/helm-values.md diff --git a/stable/smokeping/1.0.12/ix_values.yaml b/stable/smokeping/1.0.13/ix_values.yaml similarity index 100% rename from stable/smokeping/1.0.12/ix_values.yaml rename to stable/smokeping/1.0.13/ix_values.yaml diff --git a/stable/smokeping/1.0.12/questions.yaml b/stable/smokeping/1.0.13/questions.yaml similarity index 100% rename from stable/smokeping/1.0.12/questions.yaml rename to stable/smokeping/1.0.13/questions.yaml diff --git a/stable/smokeping/1.0.12/templates/common.yaml b/stable/smokeping/1.0.13/templates/common.yaml similarity index 100% rename from stable/smokeping/1.0.12/templates/common.yaml rename to stable/smokeping/1.0.13/templates/common.yaml diff --git a/stable/static/1.0.10/values.yaml b/stable/smokeping/1.0.13/values.yaml similarity index 100% rename from stable/static/1.0.10/values.yaml rename to stable/smokeping/1.0.13/values.yaml diff --git a/stable/sonarr/9.0.11/Chart.lock b/stable/sonarr/9.0.11/Chart.lock deleted file mode 100644 index 4c0b59f345d..00000000000 --- a/stable/sonarr/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:48:26.733562284Z" diff --git a/stable/sonarr/9.0.11/charts/common-8.6.3.tgz b/stable/sonarr/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/sonarr/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/sonarr/9.0.11/CHANGELOG.md b/stable/sonarr/9.0.12/CHANGELOG.md similarity index 92% rename from stable/sonarr/9.0.11/CHANGELOG.md rename to stable/sonarr/9.0.12/CHANGELOG.md index 7731f406150..2175f235f5a 100644 --- a/stable/sonarr/9.0.11/CHANGELOG.md +++ b/stable/sonarr/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sonarr-9.0.12](https://github.com/truecharts/apps/compare/sonarr-9.0.11...sonarr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sonarr-9.0.11](https://github.com/truecharts/apps/compare/sonarr-9.0.10...sonarr-9.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [sonarr-9.0.3](https://github.com/truecharts/apps/compare/sonarr-9.0.2...sonarr-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/statping/4.0.1/CONFIG.md b/stable/sonarr/9.0.12/CONFIG.md similarity index 100% rename from stable/statping/4.0.1/CONFIG.md rename to stable/sonarr/9.0.12/CONFIG.md diff --git a/stable/sonarr/9.0.12/Chart.lock b/stable/sonarr/9.0.12/Chart.lock new file mode 100644 index 00000000000..941f3e00632 --- /dev/null +++ b/stable/sonarr/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:26:38.12545807Z" diff --git a/stable/sonarr/9.0.11/Chart.yaml b/stable/sonarr/9.0.12/Chart.yaml similarity index 95% rename from stable/sonarr/9.0.11/Chart.yaml rename to stable/sonarr/9.0.12/Chart.yaml index b881274dc3e..ac89e4bff45 100644 --- a/stable/sonarr/9.0.11/Chart.yaml +++ b/stable/sonarr/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.6.1342" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Smart PVR for newsgroup and bittorrent users home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr @@ -21,7 +21,7 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/sonarr/9.0.11/README.md b/stable/sonarr/9.0.12/README.md similarity index 96% rename from stable/sonarr/9.0.11/README.md rename to stable/sonarr/9.0.12/README.md index b5e9c91066d..6f2d5f74414 100644 --- a/stable/sonarr/9.0.11/README.md +++ b/stable/sonarr/9.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/sonarr/9.0.11/app-readme.md b/stable/sonarr/9.0.12/app-readme.md similarity index 100% rename from stable/sonarr/9.0.11/app-readme.md rename to stable/sonarr/9.0.12/app-readme.md diff --git a/stable/sonarr/9.0.12/charts/common-8.9.1.tgz b/stable/sonarr/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/sonarr/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/sonarr/9.0.11/helm-values.md b/stable/sonarr/9.0.12/helm-values.md similarity index 100% rename from stable/sonarr/9.0.11/helm-values.md rename to stable/sonarr/9.0.12/helm-values.md diff --git a/stable/sonarr/9.0.11/ix_values.yaml b/stable/sonarr/9.0.12/ix_values.yaml similarity index 100% rename from stable/sonarr/9.0.11/ix_values.yaml rename to stable/sonarr/9.0.12/ix_values.yaml diff --git a/stable/sonarr/9.0.11/questions.yaml b/stable/sonarr/9.0.12/questions.yaml similarity index 100% rename from stable/sonarr/9.0.11/questions.yaml rename to stable/sonarr/9.0.12/questions.yaml diff --git a/stable/sonarr/9.0.11/templates/common.yaml b/stable/sonarr/9.0.12/templates/common.yaml similarity index 100% rename from stable/sonarr/9.0.11/templates/common.yaml rename to stable/sonarr/9.0.12/templates/common.yaml diff --git a/stable/statping/4.0.1/values.yaml b/stable/sonarr/9.0.12/values.yaml similarity index 100% rename from stable/statping/4.0.1/values.yaml rename to stable/sonarr/9.0.12/values.yaml diff --git a/stable/sqlitebrowser/1.0.12/Chart.lock b/stable/sqlitebrowser/1.0.12/Chart.lock deleted file mode 100644 index 88816d4c6c7..00000000000 --- a/stable/sqlitebrowser/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:48:53.017505028Z" diff --git a/stable/sqlitebrowser/1.0.12/charts/common-8.6.3.tgz b/stable/sqlitebrowser/1.0.12/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/sqlitebrowser/1.0.12/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/1.0.12/CHANGELOG.md b/stable/sqlitebrowser/1.0.13/CHANGELOG.md similarity index 92% rename from stable/sqlitebrowser/1.0.12/CHANGELOG.md rename to stable/sqlitebrowser/1.0.13/CHANGELOG.md index a7b7679caef..ae75b17145d 100644 --- a/stable/sqlitebrowser/1.0.12/CHANGELOG.md +++ b/stable/sqlitebrowser/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sqlitebrowser-1.0.13](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.12...sqlitebrowser-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sqlitebrowser-1.0.12](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.11...sqlitebrowser-1.0.12) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [sqlitebrowser-1.0.4](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.3...sqlitebrowser-1.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/syncthing/9.0.11/CONFIG.md b/stable/sqlitebrowser/1.0.13/CONFIG.md similarity index 100% rename from stable/syncthing/9.0.11/CONFIG.md rename to stable/sqlitebrowser/1.0.13/CONFIG.md diff --git a/stable/sqlitebrowser/1.0.13/Chart.lock b/stable/sqlitebrowser/1.0.13/Chart.lock new file mode 100644 index 00000000000..bb671c9e0f1 --- /dev/null +++ b/stable/sqlitebrowser/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:27:09.188188844Z" diff --git a/stable/sqlitebrowser/1.0.12/Chart.yaml b/stable/sqlitebrowser/1.0.13/Chart.yaml similarity index 95% rename from stable/sqlitebrowser/1.0.12/Chart.yaml rename to stable/sqlitebrowser/1.0.13/Chart.yaml index 4ae167a709e..e83f8c4ef8c 100644 --- a/stable/sqlitebrowser/1.0.12/Chart.yaml +++ b/stable/sqlitebrowser/1.0.13/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.12.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sqlitebrowser - https://sqlitebrowser.org/ type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/sqlitebrowser/1.0.12/README.md b/stable/sqlitebrowser/1.0.13/README.md similarity index 96% rename from stable/sqlitebrowser/1.0.12/README.md rename to stable/sqlitebrowser/1.0.13/README.md index 1547db57d66..7d691fc9d0d 100644 --- a/stable/sqlitebrowser/1.0.12/README.md +++ b/stable/sqlitebrowser/1.0.13/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/sqlitebrowser/1.0.12/app-readme.md b/stable/sqlitebrowser/1.0.13/app-readme.md similarity index 100% rename from stable/sqlitebrowser/1.0.12/app-readme.md rename to stable/sqlitebrowser/1.0.13/app-readme.md diff --git a/stable/sqlitebrowser/1.0.13/charts/common-8.9.1.tgz b/stable/sqlitebrowser/1.0.13/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/sqlitebrowser/1.0.13/charts/common-8.9.1.tgz differ diff --git a/stable/sqlitebrowser/1.0.12/helm-values.md b/stable/sqlitebrowser/1.0.13/helm-values.md similarity index 100% rename from stable/sqlitebrowser/1.0.12/helm-values.md rename to stable/sqlitebrowser/1.0.13/helm-values.md diff --git a/stable/sqlitebrowser/1.0.12/ix_values.yaml b/stable/sqlitebrowser/1.0.13/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/1.0.12/ix_values.yaml rename to stable/sqlitebrowser/1.0.13/ix_values.yaml diff --git a/stable/sqlitebrowser/1.0.12/questions.yaml b/stable/sqlitebrowser/1.0.13/questions.yaml similarity index 100% rename from stable/sqlitebrowser/1.0.12/questions.yaml rename to stable/sqlitebrowser/1.0.13/questions.yaml diff --git a/stable/sqlitebrowser/1.0.12/templates/common.yaml b/stable/sqlitebrowser/1.0.13/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/1.0.12/templates/common.yaml rename to stable/sqlitebrowser/1.0.13/templates/common.yaml diff --git a/stable/syncthing/9.0.11/values.yaml b/stable/sqlitebrowser/1.0.13/values.yaml similarity index 100% rename from stable/syncthing/9.0.11/values.yaml rename to stable/sqlitebrowser/1.0.13/values.yaml diff --git a/stable/stash/4.0.11/Chart.lock b/stable/stash/4.0.11/Chart.lock deleted file mode 100644 index b301e957173..00000000000 --- a/stable/stash/4.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:49:19.651616958Z" diff --git a/stable/stash/4.0.11/charts/common-8.6.3.tgz b/stable/stash/4.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/stash/4.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/stash/4.0.11/CHANGELOG.md b/stable/stash/4.0.12/CHANGELOG.md similarity index 92% rename from stable/stash/4.0.11/CHANGELOG.md rename to stable/stash/4.0.12/CHANGELOG.md index a95ddc6a7b0..b588c186fbb 100644 --- a/stable/stash/4.0.11/CHANGELOG.md +++ b/stable/stash/4.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [stash-4.0.12](https://github.com/truecharts/apps/compare/stash-4.0.11...stash-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [stash-4.0.11](https://github.com/truecharts/apps/compare/stash-4.0.10...stash-4.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [stash-4.0.3](https://github.com/truecharts/apps/compare/stash-4.0.2...stash-4.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/tautulli/9.0.10/CONFIG.md b/stable/stash/4.0.12/CONFIG.md similarity index 100% rename from stable/tautulli/9.0.10/CONFIG.md rename to stable/stash/4.0.12/CONFIG.md diff --git a/stable/stash/4.0.12/Chart.lock b/stable/stash/4.0.12/Chart.lock new file mode 100644 index 00000000000..9fcfc1cbf37 --- /dev/null +++ b/stable/stash/4.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:27:40.715062255Z" diff --git a/stable/stash/4.0.11/Chart.yaml b/stable/stash/4.0.12/Chart.yaml similarity index 95% rename from stable/stash/4.0.11/Chart.yaml rename to stable/stash/4.0.12/Chart.yaml index dd5ab4d76bb..2baf37f91d2 100644 --- a/stable/stash/4.0.11/Chart.yaml +++ b/stable/stash/4.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.11.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: An organizer for your porn, written in Go home: https://github.com/truechartsapps/tree/master/charts/stable/stash icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg @@ -18,7 +18,7 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/stash/4.0.11/README.md b/stable/stash/4.0.12/README.md similarity index 96% rename from stable/stash/4.0.11/README.md rename to stable/stash/4.0.12/README.md index 9deeedd860f..269a36a3347 100644 --- a/stable/stash/4.0.11/README.md +++ b/stable/stash/4.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/stash/4.0.11/app-readme.md b/stable/stash/4.0.12/app-readme.md similarity index 100% rename from stable/stash/4.0.11/app-readme.md rename to stable/stash/4.0.12/app-readme.md diff --git a/stable/stash/4.0.12/charts/common-8.9.1.tgz b/stable/stash/4.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/stash/4.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/stash/4.0.11/ci/ct-values.yaml b/stable/stash/4.0.12/ci/ct-values.yaml similarity index 100% rename from stable/stash/4.0.11/ci/ct-values.yaml rename to stable/stash/4.0.12/ci/ct-values.yaml diff --git a/stable/stash/4.0.11/helm-values.md b/stable/stash/4.0.12/helm-values.md similarity index 100% rename from stable/stash/4.0.11/helm-values.md rename to stable/stash/4.0.12/helm-values.md diff --git a/stable/stash/4.0.11/ix_values.yaml b/stable/stash/4.0.12/ix_values.yaml similarity index 100% rename from stable/stash/4.0.11/ix_values.yaml rename to stable/stash/4.0.12/ix_values.yaml diff --git a/stable/stash/4.0.11/questions.yaml b/stable/stash/4.0.12/questions.yaml similarity index 100% rename from stable/stash/4.0.11/questions.yaml rename to stable/stash/4.0.12/questions.yaml diff --git a/stable/stash/4.0.11/templates/common.yaml b/stable/stash/4.0.12/templates/common.yaml similarity index 100% rename from stable/stash/4.0.11/templates/common.yaml rename to stable/stash/4.0.12/templates/common.yaml diff --git a/stable/tautulli/9.0.10/values.yaml b/stable/stash/4.0.12/values.yaml similarity index 100% rename from stable/tautulli/9.0.10/values.yaml rename to stable/stash/4.0.12/values.yaml diff --git a/stable/static/1.0.10/Chart.lock b/stable/static/1.0.10/Chart.lock deleted file mode 100644 index 208c0e0ae2f..00000000000 --- a/stable/static/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:49:46.361212308Z" diff --git a/stable/static/1.0.10/charts/common-8.6.3.tgz b/stable/static/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/static/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/static/1.0.10/CHANGELOG.md b/stable/static/1.0.11/CHANGELOG.md similarity index 92% rename from stable/static/1.0.10/CHANGELOG.md rename to stable/static/1.0.11/CHANGELOG.md index 03047c517ed..b1d518ef9f6 100644 --- a/stable/static/1.0.10/CHANGELOG.md +++ b/stable/static/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [static-1.0.11](https://github.com/truecharts/apps/compare/static-1.0.10...static-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [static-1.0.10](https://github.com/truecharts/apps/compare/static-1.0.9...static-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [static-1.0.2](https://github.com/truecharts/apps/compare/static-1.0.1...static-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/teamspeak3/2.0.10/CONFIG.md b/stable/static/1.0.11/CONFIG.md similarity index 100% rename from stable/teamspeak3/2.0.10/CONFIG.md rename to stable/static/1.0.11/CONFIG.md diff --git a/stable/static/1.0.11/Chart.lock b/stable/static/1.0.11/Chart.lock new file mode 100644 index 00000000000..d5a597f5291 --- /dev/null +++ b/stable/static/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:28:12.390101156Z" diff --git a/stable/static/1.0.10/Chart.yaml b/stable/static/1.0.11/Chart.yaml similarity index 95% rename from stable/static/1.0.10/Chart.yaml rename to stable/static/1.0.11/Chart.yaml index 96ea167628f..9bf0faeaf58 100644 --- a/stable/static/1.0.10/Chart.yaml +++ b/stable/static/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "ee8a20c" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. home: https://github.com/truecharts/apps/tree/master/charts/stable/static @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/static - https://github.com/nicholaswilde/docker-static type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/static/1.0.10/README.md b/stable/static/1.0.11/README.md similarity index 96% rename from stable/static/1.0.10/README.md rename to stable/static/1.0.11/README.md index c3dae90cc70..effc408e77d 100644 --- a/stable/static/1.0.10/README.md +++ b/stable/static/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/static/1.0.10/app-readme.md b/stable/static/1.0.11/app-readme.md similarity index 100% rename from stable/static/1.0.10/app-readme.md rename to stable/static/1.0.11/app-readme.md diff --git a/stable/static/1.0.11/charts/common-8.9.1.tgz b/stable/static/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/static/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/static/1.0.10/helm-values.md b/stable/static/1.0.11/helm-values.md similarity index 100% rename from stable/static/1.0.10/helm-values.md rename to stable/static/1.0.11/helm-values.md diff --git a/stable/static/1.0.10/ix_values.yaml b/stable/static/1.0.11/ix_values.yaml similarity index 100% rename from stable/static/1.0.10/ix_values.yaml rename to stable/static/1.0.11/ix_values.yaml diff --git a/stable/static/1.0.10/questions.yaml b/stable/static/1.0.11/questions.yaml similarity index 100% rename from stable/static/1.0.10/questions.yaml rename to stable/static/1.0.11/questions.yaml diff --git a/stable/static/1.0.10/templates/common.yaml b/stable/static/1.0.11/templates/common.yaml similarity index 100% rename from stable/static/1.0.10/templates/common.yaml rename to stable/static/1.0.11/templates/common.yaml diff --git a/stable/teamspeak3/2.0.10/values.yaml b/stable/static/1.0.11/values.yaml similarity index 100% rename from stable/teamspeak3/2.0.10/values.yaml rename to stable/static/1.0.11/values.yaml diff --git a/stable/statping/4.0.1/Chart.lock b/stable/statping/4.0.1/Chart.lock deleted file mode 100644 index d536fc97d82..00000000000 --- a/stable/statping/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:50:14.088446575Z" diff --git a/stable/statping/4.0.1/charts/common-8.6.3.tgz b/stable/statping/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/statping/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/statping/4.0.1/charts/postgresql-6.0.3.tgz b/stable/statping/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/statping/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/statping/4.0.1/CHANGELOG.md b/stable/statping/4.0.2/CHANGELOG.md similarity index 87% rename from stable/statping/4.0.1/CHANGELOG.md rename to stable/statping/4.0.2/CHANGELOG.md index 5a5127e741e..145816fb07e 100644 --- a/stable/statping/4.0.1/CHANGELOG.md +++ b/stable/statping/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [statping-4.0.2](https://github.com/truecharts/apps/compare/statping-4.0.1...statping-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [statping-4.0.1](https://github.com/truecharts/apps/compare/statping-4.0.0...statping-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ * prevent duplicate port use and fix some questions.yaml mistakes - - -### [statping-3.0.5](https://github.com/truecharts/apps/compare/statping-3.0.4...statping-3.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [statping-3.0.4](https://github.com/truecharts/apps/compare/statping-3.0.3...statping-3.0.4) (2021-11-01) - diff --git a/stable/teedy/4.0.1/CONFIG.md b/stable/statping/4.0.2/CONFIG.md similarity index 100% rename from stable/teedy/4.0.1/CONFIG.md rename to stable/statping/4.0.2/CONFIG.md diff --git a/stable/statping/4.0.2/Chart.lock b/stable/statping/4.0.2/Chart.lock new file mode 100644 index 00000000000..630caf32f67 --- /dev/null +++ b/stable/statping/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:28:46.137226915Z" diff --git a/stable/statping/4.0.1/Chart.yaml b/stable/statping/4.0.2/Chart.yaml similarity index 93% rename from stable/statping/4.0.1/Chart.yaml rename to stable/statping/4.0.2/Chart.yaml index 36ab4290741..5b71c79e754 100644 --- a/stable/statping/4.0.1/Chart.yaml +++ b/stable/statping/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.90.74" description: Status page for monitoring your websites and applications name: statping -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - statping @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/statping/4.0.1/README.md b/stable/statping/4.0.2/README.md similarity index 93% rename from stable/statping/4.0.1/README.md rename to stable/statping/4.0.2/README.md index 2b7a18bbfc4..88ff5c2d551 100644 --- a/stable/statping/4.0.1/README.md +++ b/stable/statping/4.0.2/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/statping/4.0.1/app-readme.md b/stable/statping/4.0.2/app-readme.md similarity index 100% rename from stable/statping/4.0.1/app-readme.md rename to stable/statping/4.0.2/app-readme.md diff --git a/stable/statping/4.0.2/charts/common-8.9.1.tgz b/stable/statping/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/statping/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/statping/4.0.2/charts/postgresql-6.0.7.tgz b/stable/statping/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/statping/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/statping/4.0.1/helm-values.md b/stable/statping/4.0.2/helm-values.md similarity index 100% rename from stable/statping/4.0.1/helm-values.md rename to stable/statping/4.0.2/helm-values.md diff --git a/stable/statping/4.0.1/ix_values.yaml b/stable/statping/4.0.2/ix_values.yaml similarity index 100% rename from stable/statping/4.0.1/ix_values.yaml rename to stable/statping/4.0.2/ix_values.yaml diff --git a/stable/statping/4.0.1/questions.yaml b/stable/statping/4.0.2/questions.yaml similarity index 99% rename from stable/statping/4.0.1/questions.yaml rename to stable/statping/4.0.2/questions.yaml index 47a84498f05..caa1e1e4932 100644 --- a/stable/statping/4.0.1/questions.yaml +++ b/stable/statping/4.0.2/questions.yaml @@ -489,7 +489,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/statping/4.0.1/templates/common.yaml b/stable/statping/4.0.2/templates/common.yaml similarity index 100% rename from stable/statping/4.0.1/templates/common.yaml rename to stable/statping/4.0.2/templates/common.yaml diff --git a/stable/teedy/4.0.1/values.yaml b/stable/statping/4.0.2/values.yaml similarity index 100% rename from stable/teedy/4.0.1/values.yaml rename to stable/statping/4.0.2/values.yaml diff --git a/stable/syncthing/9.0.11/Chart.lock b/stable/syncthing/9.0.11/Chart.lock deleted file mode 100644 index a15fc911f11..00000000000 --- a/stable/syncthing/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:50:49.797222955Z" diff --git a/stable/syncthing/9.0.11/charts/common-8.6.3.tgz b/stable/syncthing/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/syncthing/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/syncthing/9.0.11/CHANGELOG.md b/stable/syncthing/9.0.12/CHANGELOG.md similarity index 88% rename from stable/syncthing/9.0.11/CHANGELOG.md rename to stable/syncthing/9.0.12/CHANGELOG.md index 2a15b36965c..b808ea1d28b 100644 --- a/stable/syncthing/9.0.11/CHANGELOG.md +++ b/stable/syncthing/9.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [syncthing-9.0.12](https://github.com/truecharts/apps/compare/syncthing-9.0.11...syncthing-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [syncthing-9.0.11](https://github.com/truecharts/apps/compare/syncthing-9.0.10...syncthing-9.0.11) (2021-11-16) @@ -84,16 +97,3 @@ ### [syncthing-9.0.4](https://github.com/truecharts/apps/compare/syncthing-9.0.3...syncthing-9.0.4) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [syncthing-9.0.3](https://github.com/truecharts/apps/compare/syncthing-9.0.2...syncthing-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/thelounge/4.0.10/CONFIG.md b/stable/syncthing/9.0.12/CONFIG.md similarity index 100% rename from stable/thelounge/4.0.10/CONFIG.md rename to stable/syncthing/9.0.12/CONFIG.md diff --git a/stable/syncthing/9.0.12/Chart.lock b/stable/syncthing/9.0.12/Chart.lock new file mode 100644 index 00000000000..c46bbae585d --- /dev/null +++ b/stable/syncthing/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:29:27.362509714Z" diff --git a/stable/syncthing/9.0.11/Chart.yaml b/stable/syncthing/9.0.12/Chart.yaml similarity index 95% rename from stable/syncthing/9.0.11/Chart.yaml rename to stable/syncthing/9.0.12/Chart.yaml index a81f38ebde9..592a41c04ed 100644 --- a/stable/syncthing/9.0.11/Chart.yaml +++ b/stable/syncthing/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.18.4" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: P2P file synchronization application home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing @@ -21,7 +21,7 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/syncthing/9.0.11/README.md b/stable/syncthing/9.0.12/README.md similarity index 96% rename from stable/syncthing/9.0.11/README.md rename to stable/syncthing/9.0.12/README.md index eddfdc80b37..67a3505fa17 100644 --- a/stable/syncthing/9.0.11/README.md +++ b/stable/syncthing/9.0.12/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/syncthing/9.0.11/app-readme.md b/stable/syncthing/9.0.12/app-readme.md similarity index 100% rename from stable/syncthing/9.0.11/app-readme.md rename to stable/syncthing/9.0.12/app-readme.md diff --git a/stable/syncthing/9.0.12/charts/common-8.9.1.tgz b/stable/syncthing/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/syncthing/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/syncthing/9.0.11/helm-values.md b/stable/syncthing/9.0.12/helm-values.md similarity index 92% rename from stable/syncthing/9.0.11/helm-values.md rename to stable/syncthing/9.0.12/helm-values.md index bf393887233..bca22177e2a 100644 --- a/stable/syncthing/9.0.11/helm-values.md +++ b/stable/syncthing/9.0.12/helm-values.md @@ -16,17 +16,19 @@ You will, however, be able to use all values referenced in the common chart here | image.tag | string | `"v1.18.4@sha256:cc2bd691927ec19b9aac2d4a3e2330cb0ce9458dda761ead7dddd5f2d8338221"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/syncthing/"` | | +| service.discovery.enabled | bool | `true` | | | service.discovery.ports.discovery.enabled | bool | `true` | | | service.discovery.ports.discovery.port | int | `21027` | | | service.discovery.ports.discovery.protocol | string | `"UDP"` | | | service.discovery.ports.discovery.targetPort | int | `21027` | | +| service.listeners-udp.enabled | bool | `true` | | | service.listeners-udp.ports.udp.enabled | bool | `true` | | | service.listeners-udp.ports.udp.port | int | `22000` | | | service.listeners-udp.ports.udp.protocol | string | `"UDP"` | | | service.listeners-udp.ports.udp.targetPort | int | `22000` | | +| service.listeners.enabled | bool | `true` | | | service.listeners.ports.tcp.enabled | bool | `true` | | | service.listeners.ports.tcp.port | int | `22000` | | -| service.listeners.ports.tcp.protocol | string | `"TCP"` | | | service.listeners.ports.tcp.targetPort | int | `22000` | | | service.main.ports.main.port | int | `8384` | | | service.main.ports.main.targetPort | int | `8384` | | diff --git a/stable/syncthing/9.0.11/ix_values.yaml b/stable/syncthing/9.0.12/ix_values.yaml similarity index 93% rename from stable/syncthing/9.0.11/ix_values.yaml rename to stable/syncthing/9.0.12/ix_values.yaml index 640143ae69c..3669bf0d872 100644 --- a/stable/syncthing/9.0.11/ix_values.yaml +++ b/stable/syncthing/9.0.12/ix_values.yaml @@ -12,13 +12,14 @@ service: port: 8384 targetPort: 8384 listeners: + enabled: true ports: tcp: enabled: true port: 22000 targetPort: 22000 - protocol: TCP listeners-udp: + enabled: true ports: udp: enabled: true @@ -26,6 +27,7 @@ service: targetPort: 22000 protocol: UDP discovery: + enabled: true ports: discovery: enabled: true diff --git a/stable/syncthing/9.0.11/questions.yaml b/stable/syncthing/9.0.12/questions.yaml similarity index 100% rename from stable/syncthing/9.0.11/questions.yaml rename to stable/syncthing/9.0.12/questions.yaml diff --git a/stable/syncthing/9.0.11/templates/common.yaml b/stable/syncthing/9.0.12/templates/common.yaml similarity index 100% rename from stable/syncthing/9.0.11/templates/common.yaml rename to stable/syncthing/9.0.12/templates/common.yaml diff --git a/stable/thelounge/4.0.10/values.yaml b/stable/syncthing/9.0.12/values.yaml similarity index 100% rename from stable/thelounge/4.0.10/values.yaml rename to stable/syncthing/9.0.12/values.yaml diff --git a/stable/tautulli/9.0.10/Chart.lock b/stable/tautulli/9.0.10/Chart.lock deleted file mode 100644 index 124a4bae506..00000000000 --- a/stable/tautulli/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:51:16.297884231Z" diff --git a/stable/tautulli/9.0.10/charts/common-8.6.3.tgz b/stable/tautulli/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/tautulli/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/tautulli/9.0.10/CHANGELOG.md b/stable/tautulli/9.0.11/CHANGELOG.md similarity index 92% rename from stable/tautulli/9.0.10/CHANGELOG.md rename to stable/tautulli/9.0.11/CHANGELOG.md index bd1d289b8d4..102cc5d287a 100644 --- a/stable/tautulli/9.0.10/CHANGELOG.md +++ b/stable/tautulli/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tautulli-9.0.11](https://github.com/truecharts/apps/compare/tautulli-9.0.10...tautulli-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tautulli-9.0.10](https://github.com/truecharts/apps/compare/tautulli-9.0.9...tautulli-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [tautulli-9.0.2](https://github.com/truecharts/apps/compare/tautulli-9.0.1...tautulli-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/traccar/4.0.1/CONFIG.md b/stable/tautulli/9.0.11/CONFIG.md similarity index 100% rename from stable/traccar/4.0.1/CONFIG.md rename to stable/tautulli/9.0.11/CONFIG.md diff --git a/stable/tautulli/9.0.11/Chart.lock b/stable/tautulli/9.0.11/Chart.lock new file mode 100644 index 00000000000..355bdc78918 --- /dev/null +++ b/stable/tautulli/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:29:58.427188533Z" diff --git a/stable/tautulli/9.0.10/Chart.yaml b/stable/tautulli/9.0.11/Chart.yaml similarity index 95% rename from stable/tautulli/9.0.10/Chart.yaml rename to stable/tautulli/9.0.11/Chart.yaml index 3e295303775..095e8235203 100644 --- a/stable/tautulli/9.0.10/Chart.yaml +++ b/stable/tautulli/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.7" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli @@ -20,7 +20,7 @@ name: tautulli sources: - https://github.com/Tautulli/Tautulli type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/tautulli/9.0.10/README.md b/stable/tautulli/9.0.11/README.md similarity index 96% rename from stable/tautulli/9.0.10/README.md rename to stable/tautulli/9.0.11/README.md index 181f8239abc..5b27375dbe6 100644 --- a/stable/tautulli/9.0.10/README.md +++ b/stable/tautulli/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/tautulli/9.0.10/app-readme.md b/stable/tautulli/9.0.11/app-readme.md similarity index 100% rename from stable/tautulli/9.0.10/app-readme.md rename to stable/tautulli/9.0.11/app-readme.md diff --git a/stable/tautulli/9.0.11/charts/common-8.9.1.tgz b/stable/tautulli/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/tautulli/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/tautulli/9.0.10/helm-values.md b/stable/tautulli/9.0.11/helm-values.md similarity index 100% rename from stable/tautulli/9.0.10/helm-values.md rename to stable/tautulli/9.0.11/helm-values.md diff --git a/stable/tautulli/9.0.10/ix_values.yaml b/stable/tautulli/9.0.11/ix_values.yaml similarity index 100% rename from stable/tautulli/9.0.10/ix_values.yaml rename to stable/tautulli/9.0.11/ix_values.yaml diff --git a/stable/tautulli/9.0.10/questions.yaml b/stable/tautulli/9.0.11/questions.yaml similarity index 100% rename from stable/tautulli/9.0.10/questions.yaml rename to stable/tautulli/9.0.11/questions.yaml diff --git a/stable/tautulli/9.0.10/templates/common.yaml b/stable/tautulli/9.0.11/templates/common.yaml similarity index 100% rename from stable/tautulli/9.0.10/templates/common.yaml rename to stable/tautulli/9.0.11/templates/common.yaml diff --git a/stable/traccar/4.0.1/values.yaml b/stable/tautulli/9.0.11/values.yaml similarity index 100% rename from stable/traccar/4.0.1/values.yaml rename to stable/tautulli/9.0.11/values.yaml diff --git a/stable/teamspeak3/2.0.10/Chart.lock b/stable/teamspeak3/2.0.10/Chart.lock deleted file mode 100644 index 000d0be4f5d..00000000000 --- a/stable/teamspeak3/2.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:51:42.676957206Z" diff --git a/stable/teamspeak3/2.0.10/charts/common-8.6.3.tgz b/stable/teamspeak3/2.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/teamspeak3/2.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/teamspeak3/2.0.10/CHANGELOG.md b/stable/teamspeak3/2.0.11/CHANGELOG.md similarity index 89% rename from stable/teamspeak3/2.0.10/CHANGELOG.md rename to stable/teamspeak3/2.0.11/CHANGELOG.md index 7219e2dc06f..9a7f2c0796f 100644 --- a/stable/teamspeak3/2.0.10/CHANGELOG.md +++ b/stable/teamspeak3/2.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teamspeak3-2.0.11](https://github.com/truecharts/apps/compare/teamspeak3-2.0.10...teamspeak3-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teamspeak3-2.0.10](https://github.com/truecharts/apps/compare/teamspeak3-2.0.9...teamspeak3-2.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [teamspeak3-2.0.3](https://github.com/truecharts/apps/compare/teamspeak3-2.0.2...teamspeak3-2.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [teamspeak3-2.0.2](https://github.com/truecharts/apps/compare/teamspeak3-2.0.1...teamspeak3-2.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) diff --git a/stable/transmission/9.0.11/CONFIG.md b/stable/teamspeak3/2.0.11/CONFIG.md similarity index 100% rename from stable/transmission/9.0.11/CONFIG.md rename to stable/teamspeak3/2.0.11/CONFIG.md diff --git a/stable/teamspeak3/2.0.11/Chart.lock b/stable/teamspeak3/2.0.11/Chart.lock new file mode 100644 index 00000000000..c390573b908 --- /dev/null +++ b/stable/teamspeak3/2.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:30:30.035705119Z" diff --git a/stable/teamspeak3/2.0.10/Chart.yaml b/stable/teamspeak3/2.0.11/Chart.yaml similarity index 96% rename from stable/teamspeak3/2.0.10/Chart.yaml rename to stable/teamspeak3/2.0.11/Chart.yaml index 8e2aec5f157..a214f9b3cee 100644 --- a/stable/teamspeak3/2.0.10/Chart.yaml +++ b/stable/teamspeak3/2.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.13.6" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: TeamSpeak is software for quality voice communication via the Internet. home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/_/teamspeak - https://www.teamspeak.com/en/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - voice diff --git a/stable/teamspeak3/2.0.10/README.md b/stable/teamspeak3/2.0.11/README.md similarity index 96% rename from stable/teamspeak3/2.0.10/README.md rename to stable/teamspeak3/2.0.11/README.md index 15e695f81b5..f2b0b74ef64 100644 --- a/stable/teamspeak3/2.0.10/README.md +++ b/stable/teamspeak3/2.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/teamspeak3/2.0.10/app-readme.md b/stable/teamspeak3/2.0.11/app-readme.md similarity index 100% rename from stable/teamspeak3/2.0.10/app-readme.md rename to stable/teamspeak3/2.0.11/app-readme.md diff --git a/stable/teamspeak3/2.0.11/charts/common-8.9.1.tgz b/stable/teamspeak3/2.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/teamspeak3/2.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/teamspeak3/2.0.10/helm-values.md b/stable/teamspeak3/2.0.11/helm-values.md similarity index 91% rename from stable/teamspeak3/2.0.10/helm-values.md rename to stable/teamspeak3/2.0.11/helm-values.md index bcd062ff6ef..216d6bbbcd6 100644 --- a/stable/teamspeak3/2.0.10/helm-values.md +++ b/stable/teamspeak3/2.0.11/helm-values.md @@ -26,13 +26,9 @@ You will, however, be able to use all values referenced in the common chart here | service.files.ports.files.port | int | `30033` | | | service.files.ports.files.protocol | string | `"TCP"` | | | service.files.ports.files.targetPort | int | `30033` | | -| service.files.type | string | `"ClusterIP"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `10011` | | | service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `10011` | | -| service.main.type | string | `"ClusterIP"` | | | service.voice.enabled | bool | `true` | | | service.voice.ports.voice.enabled | bool | `true` | | | service.voice.ports.voice.port | int | `9987` | | diff --git a/stable/teamspeak3/2.0.10/ix_values.yaml b/stable/teamspeak3/2.0.11/ix_values.yaml similarity index 91% rename from stable/teamspeak3/2.0.10/ix_values.yaml rename to stable/teamspeak3/2.0.11/ix_values.yaml index 6a6ef00be58..b0c7266bb50 100644 --- a/stable/teamspeak3/2.0.10/ix_values.yaml +++ b/stable/teamspeak3/2.0.11/ix_values.yaml @@ -18,11 +18,8 @@ podSecurityContext: # 30033 file transport service: main: - enabled: true - type: ClusterIP ports: main: - enabled: true port: 10011 targetPort: 10011 protocol: "TCP" @@ -36,7 +33,6 @@ service: protocol: "UDP" files: enabled: true - type: ClusterIP ports: files: enabled: true diff --git a/stable/teamspeak3/2.0.10/questions.yaml b/stable/teamspeak3/2.0.11/questions.yaml similarity index 99% rename from stable/teamspeak3/2.0.10/questions.yaml rename to stable/teamspeak3/2.0.11/questions.yaml index 869d9d8390b..082e7368dc4 100644 --- a/stable/teamspeak3/2.0.10/questions.yaml +++ b/stable/teamspeak3/2.0.11/questions.yaml @@ -438,6 +438,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -538,6 +544,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/teamspeak3/2.0.10/templates/common.yaml b/stable/teamspeak3/2.0.11/templates/common.yaml similarity index 100% rename from stable/teamspeak3/2.0.10/templates/common.yaml rename to stable/teamspeak3/2.0.11/templates/common.yaml diff --git a/stable/transmission/9.0.11/values.yaml b/stable/teamspeak3/2.0.11/values.yaml similarity index 100% rename from stable/transmission/9.0.11/values.yaml rename to stable/teamspeak3/2.0.11/values.yaml diff --git a/stable/teedy/4.0.1/Chart.lock b/stable/teedy/4.0.1/Chart.lock deleted file mode 100644 index 52d74ec37b9..00000000000 --- a/stable/teedy/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:52:11.391996269Z" diff --git a/stable/teedy/4.0.1/charts/common-8.6.3.tgz b/stable/teedy/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/teedy/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/teedy/4.0.1/charts/postgresql-6.0.3.tgz b/stable/teedy/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/teedy/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/teedy/4.0.1/CHANGELOG.md b/stable/teedy/4.0.2/CHANGELOG.md similarity index 88% rename from stable/teedy/4.0.1/CHANGELOG.md rename to stable/teedy/4.0.2/CHANGELOG.md index 7b9dfbfd281..e0caf78f5d8 100644 --- a/stable/teedy/4.0.1/CHANGELOG.md +++ b/stable/teedy/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teedy-4.0.2](https://github.com/truecharts/apps/compare/teedy-4.0.1...teedy-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teedy-4.0.1](https://github.com/truecharts/apps/compare/teedy-4.0.0...teedy-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ * prevent duplicate port use and fix some questions.yaml mistakes - - -### [teedy-3.0.5](https://github.com/truecharts/apps/compare/teedy-3.0.4...teedy-3.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [teedy-3.0.4](https://github.com/truecharts/apps/compare/teedy-3.0.3...teedy-3.0.4) (2021-11-01) - diff --git a/stable/truecommand/9.0.10/CONFIG.md b/stable/teedy/4.0.2/CONFIG.md similarity index 100% rename from stable/truecommand/9.0.10/CONFIG.md rename to stable/teedy/4.0.2/CONFIG.md diff --git a/stable/teedy/4.0.2/Chart.lock b/stable/teedy/4.0.2/Chart.lock new file mode 100644 index 00000000000..1ae42cb8467 --- /dev/null +++ b/stable/teedy/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:31:02.929833875Z" diff --git a/stable/teedy/4.0.1/Chart.yaml b/stable/teedy/4.0.2/Chart.yaml similarity index 94% rename from stable/teedy/4.0.1/Chart.yaml rename to stable/teedy/4.0.2/Chart.yaml index c4e6a84df6e..f222d028c88 100644 --- a/stable/teedy/4.0.1/Chart.yaml +++ b/stable/teedy/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.9" description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - teedy @@ -16,11 +16,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/teedy/4.0.1/README.md b/stable/teedy/4.0.2/README.md similarity index 93% rename from stable/teedy/4.0.1/README.md rename to stable/teedy/4.0.2/README.md index d2bb116bc8e..879c2107d8a 100644 --- a/stable/teedy/4.0.1/README.md +++ b/stable/teedy/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/teedy/4.0.1/app-readme.md b/stable/teedy/4.0.2/app-readme.md similarity index 100% rename from stable/teedy/4.0.1/app-readme.md rename to stable/teedy/4.0.2/app-readme.md diff --git a/stable/teedy/4.0.2/charts/common-8.9.1.tgz b/stable/teedy/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/teedy/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/teedy/4.0.2/charts/postgresql-6.0.7.tgz b/stable/teedy/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/teedy/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/teedy/4.0.1/helm-values.md b/stable/teedy/4.0.2/helm-values.md similarity index 100% rename from stable/teedy/4.0.1/helm-values.md rename to stable/teedy/4.0.2/helm-values.md diff --git a/stable/teedy/4.0.1/ix_values.yaml b/stable/teedy/4.0.2/ix_values.yaml similarity index 100% rename from stable/teedy/4.0.1/ix_values.yaml rename to stable/teedy/4.0.2/ix_values.yaml diff --git a/stable/teedy/4.0.1/questions.yaml b/stable/teedy/4.0.2/questions.yaml similarity index 99% rename from stable/teedy/4.0.1/questions.yaml rename to stable/teedy/4.0.2/questions.yaml index bd02827adfb..c1798caa8ee 100644 --- a/stable/teedy/4.0.1/questions.yaml +++ b/stable/teedy/4.0.2/questions.yaml @@ -491,7 +491,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/teedy/4.0.1/templates/common.yaml b/stable/teedy/4.0.2/templates/common.yaml similarity index 100% rename from stable/teedy/4.0.1/templates/common.yaml rename to stable/teedy/4.0.2/templates/common.yaml diff --git a/stable/truecommand/9.0.10/values.yaml b/stable/teedy/4.0.2/values.yaml similarity index 100% rename from stable/truecommand/9.0.10/values.yaml rename to stable/teedy/4.0.2/values.yaml diff --git a/stable/thelounge/4.0.10/Chart.lock b/stable/thelounge/4.0.10/Chart.lock deleted file mode 100644 index 82beaaa632c..00000000000 --- a/stable/thelounge/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:52:47.192418843Z" diff --git a/stable/thelounge/4.0.10/charts/common-8.6.3.tgz b/stable/thelounge/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/thelounge/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/thelounge/4.0.10/CHANGELOG.md b/stable/thelounge/4.0.11/CHANGELOG.md similarity index 92% rename from stable/thelounge/4.0.10/CHANGELOG.md rename to stable/thelounge/4.0.11/CHANGELOG.md index e1f53294b6c..61f5eb149c6 100644 --- a/stable/thelounge/4.0.10/CHANGELOG.md +++ b/stable/thelounge/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [thelounge-4.0.11](https://github.com/truecharts/apps/compare/thelounge-4.0.10...thelounge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [thelounge-4.0.10](https://github.com/truecharts/apps/compare/thelounge-4.0.9...thelounge-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [thelounge-4.0.2](https://github.com/truecharts/apps/compare/thelounge-4.0.1...thelounge-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/tt-rss/4.0.3/CONFIG.md b/stable/thelounge/4.0.11/CONFIG.md similarity index 100% rename from stable/tt-rss/4.0.3/CONFIG.md rename to stable/thelounge/4.0.11/CONFIG.md diff --git a/stable/thelounge/4.0.11/Chart.lock b/stable/thelounge/4.0.11/Chart.lock new file mode 100644 index 00000000000..6f0b323c094 --- /dev/null +++ b/stable/thelounge/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:31:44.127062395Z" diff --git a/stable/thelounge/4.0.10/Chart.yaml b/stable/thelounge/4.0.11/Chart.yaml similarity index 95% rename from stable/thelounge/4.0.10/Chart.yaml rename to stable/thelounge/4.0.11/Chart.yaml index 9ed185c67e6..0fc265ffaf4 100644 --- a/stable/thelounge/4.0.10/Chart.yaml +++ b/stable/thelounge/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.2.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: The Lounge, modern web IRC client designed for self-hosting home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 @@ -21,7 +21,7 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/thelounge/4.0.10/README.md b/stable/thelounge/4.0.11/README.md similarity index 96% rename from stable/thelounge/4.0.10/README.md rename to stable/thelounge/4.0.11/README.md index b760a5dae1b..76351809317 100644 --- a/stable/thelounge/4.0.10/README.md +++ b/stable/thelounge/4.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/thelounge/4.0.10/app-readme.md b/stable/thelounge/4.0.11/app-readme.md similarity index 100% rename from stable/thelounge/4.0.10/app-readme.md rename to stable/thelounge/4.0.11/app-readme.md diff --git a/stable/thelounge/4.0.11/charts/common-8.9.1.tgz b/stable/thelounge/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/thelounge/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/thelounge/4.0.10/helm-values.md b/stable/thelounge/4.0.11/helm-values.md similarity index 100% rename from stable/thelounge/4.0.10/helm-values.md rename to stable/thelounge/4.0.11/helm-values.md diff --git a/stable/thelounge/4.0.10/ix_values.yaml b/stable/thelounge/4.0.11/ix_values.yaml similarity index 100% rename from stable/thelounge/4.0.10/ix_values.yaml rename to stable/thelounge/4.0.11/ix_values.yaml diff --git a/stable/thelounge/4.0.10/questions.yaml b/stable/thelounge/4.0.11/questions.yaml similarity index 100% rename from stable/thelounge/4.0.10/questions.yaml rename to stable/thelounge/4.0.11/questions.yaml diff --git a/stable/thelounge/4.0.10/templates/common.yaml b/stable/thelounge/4.0.11/templates/common.yaml similarity index 100% rename from stable/thelounge/4.0.10/templates/common.yaml rename to stable/thelounge/4.0.11/templates/common.yaml diff --git a/stable/tt-rss/4.0.3/values.yaml b/stable/thelounge/4.0.11/values.yaml similarity index 100% rename from stable/tt-rss/4.0.3/values.yaml rename to stable/thelounge/4.0.11/values.yaml diff --git a/stable/traccar/4.0.1/Chart.lock b/stable/traccar/4.0.1/Chart.lock deleted file mode 100644 index 624edab15a4..00000000000 --- a/stable/traccar/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:53:15.161206246Z" diff --git a/stable/traccar/4.0.1/charts/common-8.6.3.tgz b/stable/traccar/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/traccar/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/traccar/4.0.1/charts/postgresql-6.0.3.tgz b/stable/traccar/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/traccar/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/traccar/4.0.1/CHANGELOG.md b/stable/traccar/4.0.2/CHANGELOG.md similarity index 88% rename from stable/traccar/4.0.1/CHANGELOG.md rename to stable/traccar/4.0.2/CHANGELOG.md index 6621f4b6b94..56660a6ac94 100644 --- a/stable/traccar/4.0.1/CHANGELOG.md +++ b/stable/traccar/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [traccar-4.0.2](https://github.com/truecharts/apps/compare/traccar-4.0.1...traccar-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [traccar-4.0.1](https://github.com/truecharts/apps/compare/traccar-4.0.0...traccar-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [traccar-3.0.5](https://github.com/truecharts/apps/compare/traccar-3.0.4...traccar-3.0.5) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [traccar-3.0.4](https://github.com/truecharts/apps/compare/traccar-3.0.3...traccar-3.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/twtxt/1.0.10/CONFIG.md b/stable/traccar/4.0.2/CONFIG.md similarity index 100% rename from stable/twtxt/1.0.10/CONFIG.md rename to stable/traccar/4.0.2/CONFIG.md diff --git a/stable/traccar/4.0.2/Chart.lock b/stable/traccar/4.0.2/Chart.lock new file mode 100644 index 00000000000..adb38d38302 --- /dev/null +++ b/stable/traccar/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:32:17.027752604Z" diff --git a/stable/traccar/4.0.1/Chart.yaml b/stable/traccar/4.0.2/Chart.yaml similarity index 93% rename from stable/traccar/4.0.1/Chart.yaml rename to stable/traccar/4.0.2/Chart.yaml index b54143e13d0..37a28c238ce 100644 --- a/stable/traccar/4.0.1/Chart.yaml +++ b/stable/traccar/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4.14" description: Traccar is an open source GPS tracking system. name: traccar -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - traccar @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/traccar/4.0.1/README.md b/stable/traccar/4.0.2/README.md similarity index 93% rename from stable/traccar/4.0.1/README.md rename to stable/traccar/4.0.2/README.md index edf1b59d96b..dd61e6315f4 100644 --- a/stable/traccar/4.0.1/README.md +++ b/stable/traccar/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/traccar/4.0.1/app-readme.md b/stable/traccar/4.0.2/app-readme.md similarity index 100% rename from stable/traccar/4.0.1/app-readme.md rename to stable/traccar/4.0.2/app-readme.md diff --git a/stable/traccar/4.0.2/charts/common-8.9.1.tgz b/stable/traccar/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/traccar/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/traccar/4.0.2/charts/postgresql-6.0.7.tgz b/stable/traccar/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/traccar/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/traccar/4.0.1/helm-values.md b/stable/traccar/4.0.2/helm-values.md similarity index 100% rename from stable/traccar/4.0.1/helm-values.md rename to stable/traccar/4.0.2/helm-values.md diff --git a/stable/traccar/4.0.1/ix_values.yaml b/stable/traccar/4.0.2/ix_values.yaml similarity index 100% rename from stable/traccar/4.0.1/ix_values.yaml rename to stable/traccar/4.0.2/ix_values.yaml diff --git a/stable/traccar/4.0.1/questions.yaml b/stable/traccar/4.0.2/questions.yaml similarity index 99% rename from stable/traccar/4.0.1/questions.yaml rename to stable/traccar/4.0.2/questions.yaml index b790c7c1dd2..a8e1fc75cc8 100644 --- a/stable/traccar/4.0.1/questions.yaml +++ b/stable/traccar/4.0.2/questions.yaml @@ -449,7 +449,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/traccar/4.0.1/templates/common.yaml b/stable/traccar/4.0.2/templates/common.yaml similarity index 100% rename from stable/traccar/4.0.1/templates/common.yaml rename to stable/traccar/4.0.2/templates/common.yaml diff --git a/stable/twtxt/1.0.10/values.yaml b/stable/traccar/4.0.2/values.yaml similarity index 100% rename from stable/twtxt/1.0.10/values.yaml rename to stable/traccar/4.0.2/values.yaml diff --git a/stable/transmission/9.0.11/Chart.lock b/stable/transmission/9.0.11/Chart.lock deleted file mode 100644 index 08d2026b291..00000000000 --- a/stable/transmission/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:53:50.0802453Z" diff --git a/stable/transmission/9.0.11/charts/common-8.6.3.tgz b/stable/transmission/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/transmission/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/transmission/9.0.11/CHANGELOG.md b/stable/transmission/9.0.12/CHANGELOG.md similarity index 88% rename from stable/transmission/9.0.11/CHANGELOG.md rename to stable/transmission/9.0.12/CHANGELOG.md index 9181e532ab2..fe70e574a6f 100644 --- a/stable/transmission/9.0.11/CHANGELOG.md +++ b/stable/transmission/9.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [transmission-9.0.12](https://github.com/truecharts/apps/compare/transmission-9.0.11...transmission-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [transmission-9.0.11](https://github.com/truecharts/apps/compare/transmission-9.0.10...transmission-9.0.11) (2021-11-16) @@ -84,16 +97,3 @@ ### [transmission-9.0.4](https://github.com/truecharts/apps/compare/transmission-9.0.3...transmission-9.0.4) (2021-11-02) -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [transmission-9.0.3](https://github.com/truecharts/apps/compare/transmission-9.0.2...transmission-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/unifi/9.0.11/CONFIG.md b/stable/transmission/9.0.12/CONFIG.md similarity index 100% rename from stable/unifi/9.0.11/CONFIG.md rename to stable/transmission/9.0.12/CONFIG.md diff --git a/stable/transmission/9.0.12/Chart.lock b/stable/transmission/9.0.12/Chart.lock new file mode 100644 index 00000000000..4719075b73f --- /dev/null +++ b/stable/transmission/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:32:58.452217823Z" diff --git a/stable/transmission/9.0.11/Chart.yaml b/stable/transmission/9.0.12/Chart.yaml similarity index 95% rename from stable/transmission/9.0.11/Chart.yaml rename to stable/transmission/9.0.12/Chart.yaml index 1a3d9e0db7f..f88e030b405 100644 --- a/stable/transmission/9.0.11/Chart.yaml +++ b/stable/transmission/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.00" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission @@ -22,7 +22,7 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - download-tools diff --git a/stable/transmission/9.0.11/README.md b/stable/transmission/9.0.12/README.md similarity index 96% rename from stable/transmission/9.0.11/README.md rename to stable/transmission/9.0.12/README.md index 596621e6a17..a65a5a9291f 100644 --- a/stable/transmission/9.0.11/README.md +++ b/stable/transmission/9.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/transmission/9.0.11/app-readme.md b/stable/transmission/9.0.12/app-readme.md similarity index 100% rename from stable/transmission/9.0.11/app-readme.md rename to stable/transmission/9.0.12/app-readme.md diff --git a/stable/transmission/9.0.12/charts/common-8.9.1.tgz b/stable/transmission/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/transmission/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/transmission/9.0.11/helm-values.md b/stable/transmission/9.0.12/helm-values.md similarity index 96% rename from stable/transmission/9.0.11/helm-values.md rename to stable/transmission/9.0.12/helm-values.md index 34c15fbb7a7..346a9d7b555 100644 --- a/stable/transmission/9.0.11/helm-values.md +++ b/stable/transmission/9.0.12/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `51413` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `51413` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/stable/transmission/9.0.11/ix_values.yaml b/stable/transmission/9.0.12/ix_values.yaml similarity index 99% rename from stable/transmission/9.0.11/ix_values.yaml rename to stable/transmission/9.0.12/ix_values.yaml index a8366881d50..4e28fbcb2e2 100644 --- a/stable/transmission/9.0.11/ix_values.yaml +++ b/stable/transmission/9.0.12/ix_values.yaml @@ -18,7 +18,6 @@ service: enabled: true port: 51413 targetPort: 51413 - protocol: TCP torrentudp: enabled: true ports: diff --git a/stable/transmission/9.0.11/questions.yaml b/stable/transmission/9.0.12/questions.yaml similarity index 99% rename from stable/transmission/9.0.11/questions.yaml rename to stable/transmission/9.0.12/questions.yaml index 2f5d9b5c61c..542400aa326 100644 --- a/stable/transmission/9.0.11/questions.yaml +++ b/stable/transmission/9.0.12/questions.yaml @@ -778,6 +778,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -877,6 +883,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/transmission/9.0.11/templates/common.yaml b/stable/transmission/9.0.12/templates/common.yaml similarity index 100% rename from stable/transmission/9.0.11/templates/common.yaml rename to stable/transmission/9.0.12/templates/common.yaml diff --git a/stable/unifi/9.0.11/values.yaml b/stable/transmission/9.0.12/values.yaml similarity index 100% rename from stable/unifi/9.0.11/values.yaml rename to stable/transmission/9.0.12/values.yaml diff --git a/stable/truecommand/9.0.10/Chart.lock b/stable/truecommand/9.0.10/Chart.lock deleted file mode 100644 index 8af0a76f43a..00000000000 --- a/stable/truecommand/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:54:16.514380273Z" diff --git a/stable/truecommand/9.0.10/charts/common-8.6.3.tgz b/stable/truecommand/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/truecommand/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/truecommand/9.0.10/CHANGELOG.md b/stable/truecommand/9.0.11/CHANGELOG.md similarity index 92% rename from stable/truecommand/9.0.10/CHANGELOG.md rename to stable/truecommand/9.0.11/CHANGELOG.md index 2e05e9dbae8..ddc25463aae 100644 --- a/stable/truecommand/9.0.10/CHANGELOG.md +++ b/stable/truecommand/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [truecommand-9.0.11](https://github.com/truecharts/apps/compare/truecommand-9.0.10...truecommand-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [truecommand-9.0.10](https://github.com/truecharts/apps/compare/truecommand-9.0.9...truecommand-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [truecommand-9.0.2](https://github.com/truecharts/apps/compare/truecommand-9.0.1...truecommand-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/unpackerr/4.0.10/CONFIG.md b/stable/truecommand/9.0.11/CONFIG.md similarity index 100% rename from stable/unpackerr/4.0.10/CONFIG.md rename to stable/truecommand/9.0.11/CONFIG.md diff --git a/stable/truecommand/9.0.11/Chart.lock b/stable/truecommand/9.0.11/Chart.lock new file mode 100644 index 00000000000..6495a799548 --- /dev/null +++ b/stable/truecommand/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:33:30.501751743Z" diff --git a/stable/truecommand/9.0.10/Chart.yaml b/stable/truecommand/9.0.11/Chart.yaml similarity index 95% rename from stable/truecommand/9.0.10/Chart.yaml rename to stable/truecommand/9.0.11/Chart.yaml index fdd4e7a000e..acd0a16694a 100644 --- a/stable/truecommand/9.0.10/Chart.yaml +++ b/stable/truecommand/9.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Aggregated management of TrueNAS devices home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand @@ -19,7 +19,7 @@ name: truecommand sources: - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - Administration diff --git a/stable/truecommand/9.0.10/README.md b/stable/truecommand/9.0.11/README.md similarity index 96% rename from stable/truecommand/9.0.10/README.md rename to stable/truecommand/9.0.11/README.md index 42aa1ec16b9..e3ab8461c1b 100644 --- a/stable/truecommand/9.0.10/README.md +++ b/stable/truecommand/9.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/truecommand/9.0.10/app-readme.md b/stable/truecommand/9.0.11/app-readme.md similarity index 100% rename from stable/truecommand/9.0.10/app-readme.md rename to stable/truecommand/9.0.11/app-readme.md diff --git a/stable/truecommand/9.0.11/charts/common-8.9.1.tgz b/stable/truecommand/9.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/truecommand/9.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/truecommand/9.0.10/helm-values.md b/stable/truecommand/9.0.11/helm-values.md similarity index 100% rename from stable/truecommand/9.0.10/helm-values.md rename to stable/truecommand/9.0.11/helm-values.md diff --git a/stable/truecommand/9.0.10/ix_values.yaml b/stable/truecommand/9.0.11/ix_values.yaml similarity index 100% rename from stable/truecommand/9.0.10/ix_values.yaml rename to stable/truecommand/9.0.11/ix_values.yaml diff --git a/stable/truecommand/9.0.10/questions.yaml b/stable/truecommand/9.0.11/questions.yaml similarity index 100% rename from stable/truecommand/9.0.10/questions.yaml rename to stable/truecommand/9.0.11/questions.yaml diff --git a/stable/truecommand/9.0.10/templates/common.yaml b/stable/truecommand/9.0.11/templates/common.yaml similarity index 100% rename from stable/truecommand/9.0.10/templates/common.yaml rename to stable/truecommand/9.0.11/templates/common.yaml diff --git a/stable/unpackerr/4.0.10/values.yaml b/stable/truecommand/9.0.11/values.yaml similarity index 100% rename from stable/unpackerr/4.0.10/values.yaml rename to stable/truecommand/9.0.11/values.yaml diff --git a/stable/tt-rss/4.0.3/Chart.lock b/stable/tt-rss/4.0.3/Chart.lock deleted file mode 100644 index 0df14b2320f..00000000000 --- a/stable/tt-rss/4.0.3/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-22T21:10:32.025040556Z" diff --git a/stable/tt-rss/4.0.3/charts/common-8.6.3.tgz b/stable/tt-rss/4.0.3/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/tt-rss/4.0.3/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz b/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/tt-rss/4.0.3/CHANGELOG.md b/stable/tt-rss/4.0.4/CHANGELOG.md similarity index 92% rename from stable/tt-rss/4.0.3/CHANGELOG.md rename to stable/tt-rss/4.0.4/CHANGELOG.md index 40c98dc1abc..3e265aacc53 100644 --- a/stable/tt-rss/4.0.3/CHANGELOG.md +++ b/stable/tt-rss/4.0.4/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tt-rss-4.0.4](https://github.com/truecharts/apps/compare/tt-rss-4.0.3...tt-rss-4.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tt-rss-4.0.3](https://github.com/truecharts/apps/compare/tt-rss-4.0.2...tt-rss-4.0.3) (2021-11-22) @@ -88,12 +97,3 @@ ### [tt-rss-3.0.11](https://github.com/truecharts/apps/compare/tt-rss-3.0.10...tt-rss-3.0.11) (2021-11-09) - -#### Chore - -* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) - - - - -### [tt-rss-3.0.10](https://github.com/truecharts/apps/compare/tt-rss-3.0.9...tt-rss-3.0.10) (2021-11-07) diff --git a/stable/uptime-kuma/1.0.11/CONFIG.md b/stable/tt-rss/4.0.4/CONFIG.md similarity index 100% rename from stable/uptime-kuma/1.0.11/CONFIG.md rename to stable/tt-rss/4.0.4/CONFIG.md diff --git a/stable/tt-rss/4.0.4/Chart.lock b/stable/tt-rss/4.0.4/Chart.lock new file mode 100644 index 00000000000..93a94c614f8 --- /dev/null +++ b/stable/tt-rss/4.0.4/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:34:03.999749235Z" diff --git a/stable/tt-rss/4.0.3/Chart.yaml b/stable/tt-rss/4.0.4/Chart.yaml similarity index 94% rename from stable/tt-rss/4.0.3/Chart.yaml rename to stable/tt-rss/4.0.4/Chart.yaml index cb3bde4cbaa..e4c67e1d2b3 100644 --- a/stable/tt-rss/4.0.3/Chart.yaml +++ b/stable/tt-rss/4.0.4/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.9060.0" description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 4.0.3 +version: 4.0.4 kubeVersion: ">=1.16.0-0" keywords: - tt-rss @@ -13,11 +13,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/tt-rss/4.0.3/README.md b/stable/tt-rss/4.0.4/README.md similarity index 93% rename from stable/tt-rss/4.0.3/README.md rename to stable/tt-rss/4.0.4/README.md index 961180f12d8..5c089b8e4e8 100644 --- a/stable/tt-rss/4.0.3/README.md +++ b/stable/tt-rss/4.0.4/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/tt-rss/4.0.3/app-readme.md b/stable/tt-rss/4.0.4/app-readme.md similarity index 100% rename from stable/tt-rss/4.0.3/app-readme.md rename to stable/tt-rss/4.0.4/app-readme.md diff --git a/stable/tt-rss/4.0.4/charts/common-8.9.1.tgz b/stable/tt-rss/4.0.4/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/tt-rss/4.0.4/charts/common-8.9.1.tgz differ diff --git a/stable/tt-rss/4.0.4/charts/postgresql-6.0.7.tgz b/stable/tt-rss/4.0.4/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/tt-rss/4.0.4/charts/postgresql-6.0.7.tgz differ diff --git a/stable/tt-rss/4.0.3/helm-values.md b/stable/tt-rss/4.0.4/helm-values.md similarity index 100% rename from stable/tt-rss/4.0.3/helm-values.md rename to stable/tt-rss/4.0.4/helm-values.md diff --git a/stable/tt-rss/4.0.3/ix_values.yaml b/stable/tt-rss/4.0.4/ix_values.yaml similarity index 100% rename from stable/tt-rss/4.0.3/ix_values.yaml rename to stable/tt-rss/4.0.4/ix_values.yaml diff --git a/stable/tt-rss/4.0.3/questions.yaml b/stable/tt-rss/4.0.4/questions.yaml similarity index 100% rename from stable/tt-rss/4.0.3/questions.yaml rename to stable/tt-rss/4.0.4/questions.yaml diff --git a/stable/tt-rss/4.0.3/templates/common.yaml b/stable/tt-rss/4.0.4/templates/common.yaml similarity index 100% rename from stable/tt-rss/4.0.3/templates/common.yaml rename to stable/tt-rss/4.0.4/templates/common.yaml diff --git a/stable/uptime-kuma/1.0.11/values.yaml b/stable/tt-rss/4.0.4/values.yaml similarity index 100% rename from stable/uptime-kuma/1.0.11/values.yaml rename to stable/tt-rss/4.0.4/values.yaml diff --git a/stable/tvheadend/10.0.11/CHANGELOG.md b/stable/tvheadend/10.0.11/CHANGELOG.md new file mode 100644 index 00000000000..e39af3c4b00 --- /dev/null +++ b/stable/tvheadend/10.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [tvheadend-10.0.11](https://github.com/truecharts/apps/compare/tvheadend-10.0.10...tvheadend-10.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + + +### [tvheadend-10.0.10](https://github.com/truecharts/apps/compare/tvheadend-10.0.9...tvheadend-10.0.10) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [tvheadend-10.0.9](https://github.com/truecharts/apps/compare/tvheadend-10.0.8...tvheadend-10.0.9) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [tvheadend-10.0.8](https://github.com/truecharts/apps/compare/tvheadend-10.0.7...tvheadend-10.0.8) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + + +### [tvheadend-10.0.7](https://github.com/truecharts/apps/compare/tvheadend-10.0.6...tvheadend-10.0.7) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) + + + + +### [tvheadend-10.0.6](https://github.com/truecharts/apps/compare/tvheadend-10.0.5...tvheadend-10.0.6) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [tvheadend-10.0.5](https://github.com/truecharts/apps/compare/tvheadend-10.0.4...tvheadend-10.0.5) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + +#### Feat + +* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) + + + + +### [tvheadend-10.0.4](https://github.com/truecharts/apps/compare/tvheadend-10.0.3...tvheadend-10.0.4) (2021-11-02) + +#### Chore + +* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) + + + + +### [tvheadend-10.0.3](https://github.com/truecharts/apps/compare/tvheadend-10.0.2...tvheadend-10.0.3) (2021-11-01) + diff --git a/stable/valheim/1.0.10/CONFIG.md b/stable/tvheadend/10.0.11/CONFIG.md similarity index 100% rename from stable/valheim/1.0.10/CONFIG.md rename to stable/tvheadend/10.0.11/CONFIG.md diff --git a/stable/tvheadend/10.0.11/Chart.lock b/stable/tvheadend/10.0.11/Chart.lock new file mode 100644 index 00000000000..8b50391e35e --- /dev/null +++ b/stable/tvheadend/10.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:34:45.338762486Z" diff --git a/stable/tvheadend/10.0.11/Chart.yaml b/stable/tvheadend/10.0.11/Chart.yaml new file mode 100644 index 00000000000..f3417e46fec --- /dev/null +++ b/stable/tvheadend/10.0.11/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "63784405" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend +icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 +keywords: +- tvheadend +- tv +- streaming +- dvb +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tvheadend +sources: +- https://github.com/tvheadend/tvheadend +type: application +version: 10.0.11 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tvheadend/10.0.11/README.md b/stable/tvheadend/10.0.11/README.md new file mode 100644 index 00000000000..d61350398ac --- /dev/null +++ b/stable/tvheadend/10.0.11/README.md @@ -0,0 +1,37 @@ +# Introduction + +TVheadend - a TV streaming server and digital video recorder + +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 + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 8.9.1 | + +## 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 diff --git a/stable/tvheadend/10.0.11/app-readme.md b/stable/tvheadend/10.0.11/app-readme.md new file mode 100644 index 00000000000..6f8c2dcd2bb --- /dev/null +++ b/stable/tvheadend/10.0.11/app-readme.md @@ -0,0 +1,3 @@ +TVheadend - a TV streaming server and digital video recorder + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/tvheadend/10.0.11/charts/common-8.9.1.tgz b/stable/tvheadend/10.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/tvheadend/10.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/tvheadend/10.0.11/helm-values.md b/stable/tvheadend/10.0.11/helm-values.md new file mode 100644 index 00000000000..e687368530a --- /dev/null +++ b/stable/tvheadend/10.0.11/helm-values.md @@ -0,0 +1,31 @@ +# 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 | object | `{}` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/tvheadend"` | | +| image.tag | string | `"version-63784405@sha256:ae47a3f6a7d2d7efefb68087da7cbed786f801cb87c7c93b1e6b989c0021aefa"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.varrun.enabled | bool | `true` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.htsp.enabled | bool | `true` | | +| service.htsp.ports.htsp.enabled | bool | `true` | | +| service.htsp.ports.htsp.port | int | `9982` | | +| service.htsp.ports.htsp.targetPort | int | `9982` | | +| service.main.ports.main.port | int | `9981` | | +| service.main.ports.main.targetPort | int | `9981` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tvheadend/10.0.11/ix_values.yaml b/stable/tvheadend/10.0.11/ix_values.yaml new file mode 100644 index 00000000000..8533529ac18 --- /dev/null +++ b/stable/tvheadend/10.0.11/ix_values.yaml @@ -0,0 +1,40 @@ +# Default values for tvheadend. + +image: + repository: ghcr.io/linuxserver/tvheadend + pullPolicy: IfNotPresent + tag: version-63784405@sha256:ae47a3f6a7d2d7efefb68087da7cbed786f801cb87c7c93b1e6b989c0021aefa + +securityContext: + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +# See https://github.com/linuxserver/docker-tvheadend#parameters +env: {} + # PUID: 1000 + # TZ: Europe/London + # RUN_OPTS: + +service: + main: + ports: + main: + port: 9981 + targetPort: 9981 + htsp: + enabled: true + ports: + htsp: + enabled: true + port: 9982 + targetPort: 9982 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true diff --git a/stable/tvheadend/10.0.11/questions.yaml b/stable/tvheadend/10.0.11/questions.yaml new file mode 100644 index 00000000000..9fce22b0962 --- /dev/null +++ b/stable/tvheadend/10.0.11/questions.yaml @@ -0,0 +1,1950 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9981 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9981 + + + - variable: htsp + label: "HTSP Service" + description: "HTSP service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: htsp + label: "TCP Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9982 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9982 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/unifi/9.0.11/templates/common.yaml b/stable/tvheadend/10.0.11/templates/common.yaml similarity index 100% rename from stable/unifi/9.0.11/templates/common.yaml rename to stable/tvheadend/10.0.11/templates/common.yaml diff --git a/stable/valheim/1.0.10/values.yaml b/stable/tvheadend/10.0.11/values.yaml similarity index 100% rename from stable/valheim/1.0.10/values.yaml rename to stable/tvheadend/10.0.11/values.yaml diff --git a/stable/twtxt/1.0.10/Chart.lock b/stable/twtxt/1.0.10/Chart.lock deleted file mode 100644 index 4fbeb792505..00000000000 --- a/stable/twtxt/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:55:46.328608979Z" diff --git a/stable/twtxt/1.0.10/charts/common-8.6.3.tgz b/stable/twtxt/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/twtxt/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/twtxt/1.0.10/CHANGELOG.md b/stable/twtxt/1.0.11/CHANGELOG.md similarity index 92% rename from stable/twtxt/1.0.10/CHANGELOG.md rename to stable/twtxt/1.0.11/CHANGELOG.md index fdbc0012f4b..d8077d212ad 100644 --- a/stable/twtxt/1.0.10/CHANGELOG.md +++ b/stable/twtxt/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [twtxt-1.0.11](https://github.com/truecharts/apps/compare/twtxt-1.0.10...twtxt-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [twtxt-1.0.10](https://github.com/truecharts/apps/compare/twtxt-1.0.9...twtxt-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [twtxt-1.0.2](https://github.com/truecharts/apps/compare/twtxt-1.0.1...twtxt-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/whoogle/1.0.10/CONFIG.md b/stable/twtxt/1.0.11/CONFIG.md similarity index 100% rename from stable/whoogle/1.0.10/CONFIG.md rename to stable/twtxt/1.0.11/CONFIG.md diff --git a/stable/twtxt/1.0.11/Chart.lock b/stable/twtxt/1.0.11/Chart.lock new file mode 100644 index 00000000000..bfdda08f138 --- /dev/null +++ b/stable/twtxt/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:35:16.533829098Z" diff --git a/stable/twtxt/1.0.10/Chart.yaml b/stable/twtxt/1.0.11/Chart.yaml similarity index 95% rename from stable/twtxt/1.0.10/Chart.yaml rename to stable/twtxt/1.0.11/Chart.yaml index 5494496f635..d776269d2f1 100644 --- a/stable/twtxt/1.0.10/Chart.yaml +++ b/stable/twtxt/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.1" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: "A Self-Hosted, Twitter\u2122-like Decentralised microBlogging platform.\ \ No ads, no tracking, your content, your data!" home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/twtxt - https://github.com/nicholaswilde/docker-twtxt type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/twtxt/1.0.10/README.md b/stable/twtxt/1.0.11/README.md similarity index 96% rename from stable/twtxt/1.0.10/README.md rename to stable/twtxt/1.0.11/README.md index 85cea20bc9e..f49cc9d1715 100644 --- a/stable/twtxt/1.0.10/README.md +++ b/stable/twtxt/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/twtxt/1.0.10/app-readme.md b/stable/twtxt/1.0.11/app-readme.md similarity index 100% rename from stable/twtxt/1.0.10/app-readme.md rename to stable/twtxt/1.0.11/app-readme.md diff --git a/stable/twtxt/1.0.11/charts/common-8.9.1.tgz b/stable/twtxt/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/twtxt/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/twtxt/1.0.10/helm-values.md b/stable/twtxt/1.0.11/helm-values.md similarity index 100% rename from stable/twtxt/1.0.10/helm-values.md rename to stable/twtxt/1.0.11/helm-values.md diff --git a/stable/twtxt/1.0.10/ix_values.yaml b/stable/twtxt/1.0.11/ix_values.yaml similarity index 100% rename from stable/twtxt/1.0.10/ix_values.yaml rename to stable/twtxt/1.0.11/ix_values.yaml diff --git a/stable/twtxt/1.0.10/questions.yaml b/stable/twtxt/1.0.11/questions.yaml similarity index 100% rename from stable/twtxt/1.0.10/questions.yaml rename to stable/twtxt/1.0.11/questions.yaml diff --git a/stable/twtxt/1.0.10/templates/common.yaml b/stable/twtxt/1.0.11/templates/common.yaml similarity index 100% rename from stable/twtxt/1.0.10/templates/common.yaml rename to stable/twtxt/1.0.11/templates/common.yaml diff --git a/stable/whoogle/1.0.10/values.yaml b/stable/twtxt/1.0.11/values.yaml similarity index 100% rename from stable/whoogle/1.0.10/values.yaml rename to stable/twtxt/1.0.11/values.yaml diff --git a/stable/unifi/9.0.11/Chart.lock b/stable/unifi/9.0.11/Chart.lock deleted file mode 100644 index 86f340e058c..00000000000 --- a/stable/unifi/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-22T21:11:08.227387613Z" diff --git a/stable/unifi/9.0.11/charts/common-8.6.3.tgz b/stable/unifi/9.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/unifi/9.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/unifi/9.0.11/CHANGELOG.md b/stable/unifi/9.0.12/CHANGELOG.md similarity index 92% rename from stable/unifi/9.0.11/CHANGELOG.md rename to stable/unifi/9.0.12/CHANGELOG.md index 76133531668..6a2851ae938 100644 --- a/stable/unifi/9.0.11/CHANGELOG.md +++ b/stable/unifi/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unifi-9.0.12](https://github.com/truecharts/apps/compare/unifi-9.0.11...unifi-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unifi-9.0.11](https://github.com/truecharts/apps/compare/unifi-9.0.10...unifi-9.0.11) (2021-11-22) @@ -88,12 +97,3 @@ ### [unifi-9.0.4](https://github.com/truecharts/apps/compare/unifi-9.0.3...unifi-9.0.4) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [unifi-9.0.3](https://github.com/truecharts/apps/compare/unifi-9.0.2...unifi-9.0.3) (2021-11-01) - -#### Chore diff --git a/stable/wiki/1.0.10/CONFIG.md b/stable/unifi/9.0.12/CONFIG.md similarity index 100% rename from stable/wiki/1.0.10/CONFIG.md rename to stable/unifi/9.0.12/CONFIG.md diff --git a/stable/unifi/9.0.12/Chart.lock b/stable/unifi/9.0.12/Chart.lock new file mode 100644 index 00000000000..7c6a6f906d9 --- /dev/null +++ b/stable/unifi/9.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:35:47.623395945Z" diff --git a/stable/unifi/9.0.11/Chart.yaml b/stable/unifi/9.0.12/Chart.yaml similarity index 95% rename from stable/unifi/9.0.11/Chart.yaml rename to stable/unifi/9.0.12/Chart.yaml index 937169f6a3d..3e7a39d27b5 100644 --- a/stable/unifi/9.0.11/Chart.yaml +++ b/stable/unifi/9.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.5.53" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Ubiquiti Network's Unifi Controller home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi @@ -21,7 +21,7 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - Networking diff --git a/stable/unifi/9.0.11/README.md b/stable/unifi/9.0.12/README.md similarity index 96% rename from stable/unifi/9.0.11/README.md rename to stable/unifi/9.0.12/README.md index bd25f770492..1242a9ff88f 100644 --- a/stable/unifi/9.0.11/README.md +++ b/stable/unifi/9.0.12/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/unifi/9.0.11/app-readme.md b/stable/unifi/9.0.12/app-readme.md similarity index 100% rename from stable/unifi/9.0.11/app-readme.md rename to stable/unifi/9.0.12/app-readme.md diff --git a/stable/unifi/9.0.12/charts/common-8.9.1.tgz b/stable/unifi/9.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/unifi/9.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/unifi/9.0.11/helm-values.md b/stable/unifi/9.0.12/helm-values.md similarity index 100% rename from stable/unifi/9.0.11/helm-values.md rename to stable/unifi/9.0.12/helm-values.md diff --git a/stable/unifi/9.0.11/ix_values.yaml b/stable/unifi/9.0.12/ix_values.yaml similarity index 100% rename from stable/unifi/9.0.11/ix_values.yaml rename to stable/unifi/9.0.12/ix_values.yaml diff --git a/stable/unifi/9.0.11/questions.yaml b/stable/unifi/9.0.12/questions.yaml similarity index 100% rename from stable/unifi/9.0.11/questions.yaml rename to stable/unifi/9.0.12/questions.yaml diff --git a/stable/unpackerr/4.0.10/templates/common.yaml b/stable/unifi/9.0.12/templates/common.yaml similarity index 100% rename from stable/unpackerr/4.0.10/templates/common.yaml rename to stable/unifi/9.0.12/templates/common.yaml diff --git a/stable/wiki/1.0.10/values.yaml b/stable/unifi/9.0.12/values.yaml similarity index 100% rename from stable/wiki/1.0.10/values.yaml rename to stable/unifi/9.0.12/values.yaml diff --git a/stable/unpackerr/4.0.10/Chart.lock b/stable/unpackerr/4.0.10/Chart.lock deleted file mode 100644 index 6e34a1dde7f..00000000000 --- a/stable/unpackerr/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:56:40.083384006Z" diff --git a/stable/unpackerr/4.0.10/charts/common-8.6.3.tgz b/stable/unpackerr/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/unpackerr/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/unpackerr/4.0.10/CHANGELOG.md b/stable/unpackerr/4.0.11/CHANGELOG.md similarity index 91% rename from stable/unpackerr/4.0.10/CHANGELOG.md rename to stable/unpackerr/4.0.11/CHANGELOG.md index 714b771bdc4..feac526b269 100644 --- a/stable/unpackerr/4.0.10/CHANGELOG.md +++ b/stable/unpackerr/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unpackerr-4.0.11](https://github.com/truecharts/apps/compare/unpackerr-4.0.10...unpackerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unpackerr-4.0.10](https://github.com/truecharts/apps/compare/unpackerr-4.0.9...unpackerr-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - - - -### [unpackerr-4.0.1](https://github.com/truecharts/apps/compare/unpackerr-4.0.0...unpackerr-4.0.1) (2021-10-26) - -#### Chore - diff --git a/stable/wikijs/4.0.1/CONFIG.md b/stable/unpackerr/4.0.11/CONFIG.md similarity index 100% rename from stable/wikijs/4.0.1/CONFIG.md rename to stable/unpackerr/4.0.11/CONFIG.md diff --git a/stable/unpackerr/4.0.11/Chart.lock b/stable/unpackerr/4.0.11/Chart.lock new file mode 100644 index 00000000000..7435921571a --- /dev/null +++ b/stable/unpackerr/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:36:19.19884453Z" diff --git a/stable/unpackerr/4.0.10/Chart.yaml b/stable/unpackerr/4.0.11/Chart.yaml similarity index 96% rename from stable/unpackerr/4.0.10/Chart.yaml rename to stable/unpackerr/4.0.11/Chart.yaml index d3d636c0970..ad7965cd71b 100644 --- a/stable/unpackerr/4.0.10/Chart.yaml +++ b/stable/unpackerr/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.8" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may @@ -26,7 +26,7 @@ sources: - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/unpackerr/4.0.10/README.md b/stable/unpackerr/4.0.11/README.md similarity index 96% rename from stable/unpackerr/4.0.10/README.md rename to stable/unpackerr/4.0.11/README.md index 216b9c1269f..0a298a52c93 100644 --- a/stable/unpackerr/4.0.10/README.md +++ b/stable/unpackerr/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/unpackerr/4.0.10/app-readme.md b/stable/unpackerr/4.0.11/app-readme.md similarity index 100% rename from stable/unpackerr/4.0.10/app-readme.md rename to stable/unpackerr/4.0.11/app-readme.md diff --git a/stable/unpackerr/4.0.11/charts/common-8.9.1.tgz b/stable/unpackerr/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/unpackerr/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/unpackerr/4.0.10/helm-values.md b/stable/unpackerr/4.0.11/helm-values.md similarity index 100% rename from stable/unpackerr/4.0.10/helm-values.md rename to stable/unpackerr/4.0.11/helm-values.md diff --git a/stable/unpackerr/4.0.10/ix_values.yaml b/stable/unpackerr/4.0.11/ix_values.yaml similarity index 100% rename from stable/unpackerr/4.0.10/ix_values.yaml rename to stable/unpackerr/4.0.11/ix_values.yaml diff --git a/stable/unpackerr/4.0.10/questions.yaml b/stable/unpackerr/4.0.11/questions.yaml similarity index 100% rename from stable/unpackerr/4.0.10/questions.yaml rename to stable/unpackerr/4.0.11/questions.yaml diff --git a/stable/uptime-kuma/1.0.11/templates/common.yaml b/stable/unpackerr/4.0.11/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/1.0.11/templates/common.yaml rename to stable/unpackerr/4.0.11/templates/common.yaml diff --git a/stable/wikijs/4.0.1/values.yaml b/stable/unpackerr/4.0.11/values.yaml similarity index 100% rename from stable/wikijs/4.0.1/values.yaml rename to stable/unpackerr/4.0.11/values.yaml diff --git a/stable/uptime-kuma/1.0.11/Chart.lock b/stable/uptime-kuma/1.0.11/Chart.lock deleted file mode 100644 index 611e8a9d58d..00000000000 --- a/stable/uptime-kuma/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:57:06.661645846Z" diff --git a/stable/uptime-kuma/1.0.11/charts/common-8.6.3.tgz b/stable/uptime-kuma/1.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/uptime-kuma/1.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/uptime-kuma/1.0.11/CHANGELOG.md b/stable/uptime-kuma/1.0.12/CHANGELOG.md similarity index 88% rename from stable/uptime-kuma/1.0.11/CHANGELOG.md rename to stable/uptime-kuma/1.0.12/CHANGELOG.md index 965fec51365..1922dd46e52 100644 --- a/stable/uptime-kuma/1.0.11/CHANGELOG.md +++ b/stable/uptime-kuma/1.0.12/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [uptime-kuma-1.0.12](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.11...uptime-kuma-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [uptime-kuma-1.0.11](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.10...uptime-kuma-1.0.11) (2021-11-16) @@ -84,16 +97,3 @@ -### [uptime-kuma-1.0.4](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.3...uptime-kuma-1.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [uptime-kuma-1.0.3](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.2...uptime-kuma-1.0.3) (2021-11-01) - -#### Chore - diff --git a/stable/xteve/4.0.10/CONFIG.md b/stable/uptime-kuma/1.0.12/CONFIG.md similarity index 100% rename from stable/xteve/4.0.10/CONFIG.md rename to stable/uptime-kuma/1.0.12/CONFIG.md diff --git a/stable/uptime-kuma/1.0.12/Chart.lock b/stable/uptime-kuma/1.0.12/Chart.lock new file mode 100644 index 00000000000..e367a50334e --- /dev/null +++ b/stable/uptime-kuma/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:36:50.543780293Z" diff --git a/stable/uptime-kuma/1.0.11/Chart.yaml b/stable/uptime-kuma/1.0.12/Chart.yaml similarity index 95% rename from stable/uptime-kuma/1.0.11/Chart.yaml rename to stable/uptime-kuma/1.0.12/Chart.yaml index dfc2e6d8640..480bdd69a46 100644 --- a/stable/uptime-kuma/1.0.11/Chart.yaml +++ b/stable/uptime-kuma/1.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.10.2" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: A fancy self-hosted monitoring tool home: https://github.com/louislam/uptime-kuma @@ -20,7 +20,7 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/1.0.11/README.md b/stable/uptime-kuma/1.0.12/README.md similarity index 96% rename from stable/uptime-kuma/1.0.11/README.md rename to stable/uptime-kuma/1.0.12/README.md index dc49a249237..72b3a1e5259 100644 --- a/stable/uptime-kuma/1.0.11/README.md +++ b/stable/uptime-kuma/1.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/uptime-kuma/1.0.11/app-readme.md b/stable/uptime-kuma/1.0.12/app-readme.md similarity index 100% rename from stable/uptime-kuma/1.0.11/app-readme.md rename to stable/uptime-kuma/1.0.12/app-readme.md diff --git a/stable/uptime-kuma/1.0.12/charts/common-8.9.1.tgz b/stable/uptime-kuma/1.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/uptime-kuma/1.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/uptime-kuma/1.0.11/helm-values.md b/stable/uptime-kuma/1.0.12/helm-values.md similarity index 96% rename from stable/uptime-kuma/1.0.11/helm-values.md rename to stable/uptime-kuma/1.0.12/helm-values.md index a1ad5a3434d..21432ca97be 100644 --- a/stable/uptime-kuma/1.0.11/helm-values.md +++ b/stable/uptime-kuma/1.0.12/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `3001` | | | service.main.ports.main.targetPort | int | `3001` | | diff --git a/stable/uptime-kuma/1.0.11/ix_values.yaml b/stable/uptime-kuma/1.0.12/ix_values.yaml similarity index 96% rename from stable/uptime-kuma/1.0.11/ix_values.yaml rename to stable/uptime-kuma/1.0.12/ix_values.yaml index c08ecd56217..ed28a21b4a4 100644 --- a/stable/uptime-kuma/1.0.11/ix_values.yaml +++ b/stable/uptime-kuma/1.0.12/ix_values.yaml @@ -14,7 +14,6 @@ podSecurityContext: service: main: - enabled: true ports: main: port: 3001 diff --git a/stable/uptime-kuma/1.0.11/questions.yaml b/stable/uptime-kuma/1.0.12/questions.yaml similarity index 100% rename from stable/uptime-kuma/1.0.11/questions.yaml rename to stable/uptime-kuma/1.0.12/questions.yaml diff --git a/stable/whoogle/1.0.10/templates/common.yaml b/stable/uptime-kuma/1.0.12/templates/common.yaml similarity index 100% rename from stable/whoogle/1.0.10/templates/common.yaml rename to stable/uptime-kuma/1.0.12/templates/common.yaml diff --git a/stable/xteve/4.0.10/values.yaml b/stable/uptime-kuma/1.0.12/values.yaml similarity index 100% rename from stable/xteve/4.0.10/values.yaml rename to stable/uptime-kuma/1.0.12/values.yaml diff --git a/stable/valheim/1.0.10/Chart.lock b/stable/valheim/1.0.10/Chart.lock deleted file mode 100644 index d80ecc1f206..00000000000 --- a/stable/valheim/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:57:33.191932355Z" diff --git a/stable/valheim/1.0.10/charts/common-8.6.3.tgz b/stable/valheim/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/valheim/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/valheim/1.0.10/CHANGELOG.md b/stable/valheim/1.0.11/CHANGELOG.md similarity index 88% rename from stable/valheim/1.0.10/CHANGELOG.md rename to stable/valheim/1.0.11/CHANGELOG.md index 301e04839a1..4f26d4dc3de 100644 --- a/stable/valheim/1.0.10/CHANGELOG.md +++ b/stable/valheim/1.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [valheim-1.0.11](https://github.com/truecharts/apps/compare/valheim-1.0.10...valheim-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [valheim-1.0.10](https://github.com/truecharts/apps/compare/valheim-1.0.9...valheim-1.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [valheim-1.0.3](https://github.com/truecharts/apps/compare/valheim-1.0.2...valheim-1.0.3) (2021-11-01) -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [valheim-1.0.2](https://github.com/truecharts/apps/compare/valheim-1.0.1...valheim-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/zigbee2mqtt/1.0.11/CONFIG.md b/stable/valheim/1.0.11/CONFIG.md similarity index 100% rename from stable/zigbee2mqtt/1.0.11/CONFIG.md rename to stable/valheim/1.0.11/CONFIG.md diff --git a/stable/valheim/1.0.11/Chart.lock b/stable/valheim/1.0.11/Chart.lock new file mode 100644 index 00000000000..344cb4660b7 --- /dev/null +++ b/stable/valheim/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:37:22.112758869Z" diff --git a/stable/valheim/1.0.10/Chart.yaml b/stable/valheim/1.0.11/Chart.yaml similarity index 95% rename from stable/valheim/1.0.10/Chart.yaml rename to stable/valheim/1.0.11/Chart.yaml index aba1b352678..d2113e561ab 100644 --- a/stable/valheim/1.0.10/Chart.yaml +++ b/stable/valheim/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Valheim dedicated gameserver with automatic update and world backup support home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png @@ -18,7 +18,7 @@ name: valheim sources: - https://github.com/lloesche/valheim-server-docker - https://hub.docker.com/r/lloesche/valheim-server -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/valheim/1.0.10/README.md b/stable/valheim/1.0.11/README.md similarity index 96% rename from stable/valheim/1.0.10/README.md rename to stable/valheim/1.0.11/README.md index 6e374c55456..ad4cea2ded6 100644 --- a/stable/valheim/1.0.10/README.md +++ b/stable/valheim/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/valheim/1.0.10/app-readme.md b/stable/valheim/1.0.11/app-readme.md similarity index 100% rename from stable/valheim/1.0.10/app-readme.md rename to stable/valheim/1.0.11/app-readme.md diff --git a/stable/valheim/1.0.11/charts/common-8.9.1.tgz b/stable/valheim/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/valheim/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/valheim/1.0.10/helm-values.md b/stable/valheim/1.0.11/helm-values.md similarity index 100% rename from stable/valheim/1.0.10/helm-values.md rename to stable/valheim/1.0.11/helm-values.md diff --git a/stable/valheim/1.0.10/ix_values.yaml b/stable/valheim/1.0.11/ix_values.yaml similarity index 96% rename from stable/valheim/1.0.10/ix_values.yaml rename to stable/valheim/1.0.11/ix_values.yaml index b330c22b010..c799d929774 100644 --- a/stable/valheim/1.0.10/ix_values.yaml +++ b/stable/valheim/1.0.11/ix_values.yaml @@ -45,11 +45,14 @@ service: port: 9010 targetPort: 9010 supervisor: + enabled: true ports: supervisor: + enabled: true port: 9011 targetPort: 9011 valheim: + enabled: true type: LoadBalancer ports: valheim-1: diff --git a/stable/valheim/1.0.10/questions.yaml b/stable/valheim/1.0.11/questions.yaml similarity index 98% rename from stable/valheim/1.0.10/questions.yaml rename to stable/valheim/1.0.11/questions.yaml index 1c7cb13d9b1..43fd66c5928 100644 --- a/stable/valheim/1.0.10/questions.yaml +++ b/stable/valheim/1.0.11/questions.yaml @@ -532,6 +532,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -632,6 +638,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -680,6 +692,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -728,6 +746,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -771,7 +795,6 @@ questions: type: int default: 2458 - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" diff --git a/stable/valheim/1.0.10/templates/common.yaml b/stable/valheim/1.0.11/templates/common.yaml similarity index 100% rename from stable/valheim/1.0.10/templates/common.yaml rename to stable/valheim/1.0.11/templates/common.yaml diff --git a/stable/zigbee2mqtt/1.0.11/values.yaml b/stable/valheim/1.0.11/values.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/values.yaml rename to stable/valheim/1.0.11/values.yaml diff --git a/stable/vaultwarden/13.0.3/CHANGELOG.md b/stable/vaultwarden/13.0.3/CHANGELOG.md new file mode 100644 index 00000000000..ac283beb8ec --- /dev/null +++ b/stable/vaultwarden/13.0.3/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [vaultwarden-13.0.3](https://github.com/truecharts/apps/compare/vaultwarden-13.0.2...vaultwarden-13.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + + +### [vaultwarden-13.0.2](https://github.com/truecharts/apps/compare/vaultwarden-13.0.1...vaultwarden-13.0.2) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [vaultwarden-13.0.1](https://github.com/truecharts/apps/compare/vaultwarden-13.0.0...vaultwarden-13.0.1) (2021-11-16) + +#### Chore + +* bump postgresql again + + + + +### [vaultwarden-13.0.0](https://github.com/truecharts/apps/compare/vaultwarden-12.0.11...vaultwarden-13.0.0) (2021-11-16) + +#### Chore + +* bump postgresql on some Apps + + + + +### [vaultwarden-12.0.11](https://github.com/truecharts/apps/compare/vaultwarden-12.0.10...vaultwarden-12.0.11) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [vaultwarden-12.0.10](https://github.com/truecharts/apps/compare/vaultwarden-12.0.9...vaultwarden-12.0.10) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + + +### [vaultwarden-12.0.9](https://github.com/truecharts/apps/compare/vaultwarden-12.0.8...vaultwarden-12.0.9) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) + + + + +### [vaultwarden-12.0.8](https://github.com/truecharts/apps/compare/vaultwarden-12.0.7...vaultwarden-12.0.8) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [vaultwarden-12.0.7](https://github.com/truecharts/apps/compare/vaultwarden-12.0.6...vaultwarden-12.0.7) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + diff --git a/stable/zwavejs2mqtt/9.0.13/CONFIG.md b/stable/vaultwarden/13.0.3/CONFIG.md similarity index 100% rename from stable/zwavejs2mqtt/9.0.13/CONFIG.md rename to stable/vaultwarden/13.0.3/CONFIG.md diff --git a/stable/vaultwarden/13.0.3/Chart.lock b/stable/vaultwarden/13.0.3/Chart.lock new file mode 100644 index 00000000000..3a932e78dc2 --- /dev/null +++ b/stable/vaultwarden/13.0.3/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:37:55.700879846Z" diff --git a/stable/vaultwarden/13.0.3/Chart.yaml b/stable/vaultwarden/13.0.3/Chart.yaml new file mode 100644 index 00000000000..13bb7fbd4c3 --- /dev/null +++ b/stable/vaultwarden/13.0.3/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "1.23.0" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +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: https://truecharts.org +name: vaultwarden +sources: +- https://github.com/dani-garcia/vaultwarden +type: application +version: 13.0.3 +annotations: + truecharts.org/catagories: | + - security + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/vaultwarden/13.0.3/README.md b/stable/vaultwarden/13.0.3/README.md new file mode 100644 index 00000000000..f7c580dbffe --- /dev/null +++ b/stable/vaultwarden/13.0.3/README.md @@ -0,0 +1,38 @@ +# Introduction + +Unofficial Bitwarden compatible server written in Rust + +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 + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | + +## 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 diff --git a/stable/vaultwarden/13.0.3/app-readme.md b/stable/vaultwarden/13.0.3/app-readme.md new file mode 100644 index 00000000000..adff46b5f72 --- /dev/null +++ b/stable/vaultwarden/13.0.3/app-readme.md @@ -0,0 +1,3 @@ +Unofficial Bitwarden compatible server written in Rust + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/vaultwarden/13.0.3/charts/common-8.9.1.tgz b/stable/vaultwarden/13.0.3/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/vaultwarden/13.0.3/charts/common-8.9.1.tgz differ diff --git a/stable/vaultwarden/13.0.3/charts/postgresql-6.0.7.tgz b/stable/vaultwarden/13.0.3/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/vaultwarden/13.0.3/charts/postgresql-6.0.7.tgz differ diff --git a/stable/zigbee2mqtt/1.0.11/SKIPINSTALL b/stable/vaultwarden/13.0.3/ci/default-values.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/SKIPINSTALL rename to stable/vaultwarden/13.0.3/ci/default-values.yaml diff --git a/stable/vaultwarden/13.0.3/ci/ingress-values.yaml b/stable/vaultwarden/13.0.3/ci/ingress-values.yaml new file mode 100644 index 00000000000..2f22100f940 --- /dev/null +++ b/stable/vaultwarden/13.0.3/ci/ingress-values.yaml @@ -0,0 +1,67 @@ +# -- Configure the ingresses for the chart here. +# Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. +# @default -- See below +ingress: + main: + # -- Enables or disables the ingress + enabled: true + + # -- Make this the primary ingress (used in probes, notes, etc...). + # If there is more than 1 ingress, make sure that only 1 ingress is marked as primary. + primary: true + + # -- Override the name suffix that is used for this ingress. + nameOverride: + + # -- List of middlewares in the traefikmiddlewares k8s namespace to add automatically + # Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names + # Primarily used for TrueNAS SCALE to add additional (seperate) middlewares without exposing them to the end-user + fixedMiddlewares: + - chain-basic + + # -- Additional List of middlewares in the traefikmiddlewares k8s namespace to add automatically + # Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names + middlewares: [] + annotationsList: [] + # - name: somename + # value: somevalue + # -- Provide additional annotations which may be required. + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + + labelsList: [] + # - name: somename + # value: somevalue + # -- Set labels on the deployment/statefulset/daemonset + # -- Provide additional labels which may be required. + # -- Provide additional labels which may be required. + labels: {} + + # -- Set the ingressClass that is used for this ingress. + # Requires Kubernetes >=1.19 + ingressClassName: # "nginx" + + ## Configure the hosts for the ingress + hosts: + - # -- Host address. Helm template can be passed. + host: chart-example.local + ## Configure the paths for the host + paths: + - # -- Path. Helm template can be passed. + path: / + # -- Ignored if not kubeVersion >= 1.14-0 + pathType: Prefix + service: + # -- Overrides the service name reference for this path + name: + # -- Overrides the service port reference for this path + targetPort: + + # -- Configure TLS for the ingress. Both secretName and hosts can process a Helm template. + tls: [] + # - secretName: chart-example-tls + # -- Create a secret from a GUI selected TrueNAS SCALE certificate + # scaleCert: true + # hosts: + # - chart-example.local diff --git a/stable/vaultwarden/13.0.3/helm-values.md b/stable/vaultwarden/13.0.3/helm-values.md new file mode 100644 index 00000000000..31d1678a96a --- /dev/null +++ b/stable/vaultwarden/13.0.3/helm-values.md @@ -0,0 +1,55 @@ +# 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 | +|-----|------|---------|-------------| +| database.type | string | `"postgresql"` | | +| database.wal | bool | `true` | | +| env | object | `{}` | | +| envFrom[0].configMapRef.name | string | `"vaultwardenconfig"` | | +| envFrom[1].secretRef.name | string | `"vaultwardensecret"` | | +| envTpl.DOMAIN | string | `"https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"` | | +| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url"` | | +| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/vaultwarden"` | | +| image.tag | string | `"v1.23.0@sha256:1e65dd23569e566576c3c80de76f711e0b9fc5e29a39d45f49f0a44d1282d869"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/data"` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"vaultwarden"` | | +| postgresql.postgresqlUsername | string | `"vaultwarden"` | | +| service.main.ports.main.port | int | `8080` | | +| service.main.ports.main.targetPort | int | `8080` | | +| service.ws.enabled | bool | `true` | | +| service.ws.ports.ws.enabled | bool | `true` | | +| service.ws.ports.ws.port | int | `3012` | | +| service.ws.ports.ws.targetPort | int | `3012` | | +| vaultwarden.admin.disableAdminToken | bool | `false` | | +| vaultwarden.admin.enabled | bool | `false` | | +| vaultwarden.allowInvitation | bool | `true` | | +| vaultwarden.allowSignups | bool | `true` | | +| vaultwarden.enableWebVault | bool | `true` | | +| vaultwarden.enableWebsockets | bool | `true` | | +| vaultwarden.icons.disableDownload | bool | `false` | | +| vaultwarden.log.file | string | `""` | | +| vaultwarden.log.level | string | `"trace"` | | +| vaultwarden.orgCreationUsers | string | `"all"` | | +| vaultwarden.requireEmail | bool | `false` | | +| vaultwarden.showPasswordHint | bool | `true` | | +| vaultwarden.smtp.enabled | bool | `false` | | +| vaultwarden.smtp.from | string | `""` | | +| vaultwarden.smtp.host | string | `""` | | +| vaultwarden.verifySignup | bool | `false` | | +| vaultwarden.yubico.enabled | bool | `false` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/vaultwarden/13.0.3/ix_values.yaml b/stable/vaultwarden/13.0.3/ix_values.yaml new file mode 100644 index 00000000000..01f45345c8a --- /dev/null +++ b/stable/vaultwarden/13.0.3/ix_values.yaml @@ -0,0 +1,159 @@ +# Default values for Bitwarden. + +image: + repository: ghcr.io/truecharts/vaultwarden + pullPolicy: IfNotPresent + tag: v1.23.0@sha256:1e65dd23569e566576c3c80de76f711e0b9fc5e29a39d45f49f0a44d1282d869 + +service: + main: + ports: + main: + port: 8080 + targetPort: 8080 + ws: + enabled: true + ports: + ws: + enabled: true + port: 3012 + targetPort: 3012 + +env: {} + +envTpl: + DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}" + +envFrom: + - configMapRef: + name: vaultwardenconfig + - secretRef: + name: vaultwardensecret + +envValueFrom: + DATABASE_URL: + secretKeyRef: + name: dbcreds + key: url + +database: + # Database type, must be one of: 'sqlite', 'mysql' or 'postgresql'. + type: postgresql + # Enable DB Write-Ahead-Log for SQLite, disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled + wal: true + ## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port). + # url: "" + ## Set the size of the database connection pool. + # maxConnections: 10 + ## Connection retries during startup, 0 for infinite. 1 second between retries. + # retries: 15 + +# Set Bitwarden_rs application variables +vaultwarden: + # Allow any user to sign-up: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users + allowSignups: true + ## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set. + # signupDomains: + # - domain.tld + # Verify e-mail before login is enabled. SMTP must be enabled. + verifySignup: false + # When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled. + requireEmail: false + ## Maximum attempts before an email token is reset and a new email will need to be sent. + # emailAttempts: 3 + ## Email token validity in seconds. + # emailTokenExpiration: 600 + # Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations + allowInvitation: true + # Show password hints: https://github.com/dani-garcia/bitwarden_rs/wiki/Password-hint-display + ## Default organization name in invitation e-mails that are not coming from a specific organization. + # defaultInviteName: "" + showPasswordHint: true + # Enable Websockets for notification. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-WebSocket-notifications + # Redirect HTTP path "/notifications/hub" to port 3012. Ingress/IngressRoute controllers are automatically configured. + enableWebsockets: true + # Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting + enableWebVault: true + # Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users. + orgCreationUsers: all + ## Limit attachment disk usage per organization. + # attachmentLimitOrg: + ## Limit attachment disk usage per user. + # attachmentLimitUser: + ## HaveIBeenPwned API Key. Can be purchased at https://haveibeenpwned.com/API/Key. + # hibpApiKey: + + admin: + # Enable admin portal. + enabled: false + # Disabling the admin token will make the admin portal accessible to anyone, use carefully: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-admin-token + disableAdminToken: false + ## Token for admin login, will be generated if not defined. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page + # token: + + # Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration + smtp: + enabled: false + # SMTP hostname, required if SMTP is enabled. + host: "" + # SMTP sender e-mail address, required if SMTP is enabled. + from: "" + ## SMTP sender name, defaults to 'Bitwarden_RS'. + # fromName: "" + ## Enable SSL connection. + # ssl: true + ## SMTP port. Defaults to 25 without SSL, 587 with SSL. + # port: 587 + ## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'. + # authMechanism: Plain + ## Hostname to be sent for SMTP HELO. Defaults to pod name. + # heloName: "" + ## SMTP timeout. + # timeout: 15 + ## Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidHostname: false + ## Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidCertificate: false + ## SMTP username. + # user: "" + ## SMTP password. Required is user is specified, ignored if no user provided. + # password: "" + + ## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication + yubico: + enabled: false + ## Yubico server. Defaults to YubiCloud. + # server: + ## Yubico ID and Secret Key. + # clientId: + # secretKey: + + ## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging + log: + # Log to file. + file: "" + # Log level. Options are "trace", "debug", "info", "warn", "error" or "off". + level: "trace" + ## Log timestamp format. See https://docs.rs/chrono/0.4.15/chrono/format/strftime/index.html. Defaults to time in milliseconds. + # timeFormat: "" + + icons: + # Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache). TTL will default to zero. + disableDownload: false + ## Cache time-to-live for icons fetched. 0 means no purging. + # cache: 2592000 + ## Cache time-to-live for icons that were not available. 0 means no purging. + # cacheFailed: 259200 + +persistence: + data: + enabled: true + mountPath: "/data" + + +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: vaultwarden + postgresqlDatabase: vaultwarden diff --git a/stable/vaultwarden/13.0.3/questions.yaml b/stable/vaultwarden/13.0.3/questions.yaml new file mode 100644 index 00000000000..1640d757a19 --- /dev/null +++ b/stable/vaultwarden/13.0.3/questions.yaml @@ -0,0 +1,2240 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: vaultwarden + label: "" + group: "App Configuration" + schema: + type: dict + attrs: + - variable: yubico + label: "Yubico OTP authentication" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Yubico OTP authentication" + description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: server + label: "Yubico server" + description: "Defaults to YubiCloud" + schema: + type: string + default: "" + - variable: clientId + label: "Yubico ID" + schema: + type: string + default: "" + - variable: secretKey + label: "Yubico Secret Key" + schema: + type: string + default: "" + - variable: admin + label: "Admin Portal" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Admin Portal" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: disableAdminToken + label: "Make Accessible Without Password/Token" + schema: + type: boolean + default: false + - variable: token + label: "Admin Portal Password/Token" + description: "Will be automatically generated if not defined" + schema: + type: string + default: "" + - variable: icons + label: "Icon Download Settings" + schema: + type: dict + attrs: + - variable: disableDownload + label: "Disable Icon Download" + description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)" + schema: + type: boolean + default: false + - variable: cache + label: "Cache time-to-live" + description: "Cache time-to-live for icons fetched. 0 means no purging" + schema: + type: int + default: 2592000 + - variable: token + label: "Failed Downloads Cache time-to-live" + description: "Cache time-to-live for icons that were not available. 0 means no purging." + schema: + type: int + default: 2592000 + - variable: log + label: "Logging" + schema: + type: dict + attrs: + - variable: level + label: "Log level" + schema: + type: string + default: "info" + required: true + enum: + - value: "trace" + description: "trace" + - value: "debug" + description: "debug" + - value: "info" + description: "info" + - value: "warn" + description: "warn" + - value: "error" + description: "error" + - value: "off" + description: "off" + - variable: file + label: "Log-File Location" + schema: + type: string + default: "" + - variable: smtp + label: "SMTP Settings (Email)" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable SMTP Support" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: host + label: "SMTP hostname" + schema: + type: string + required: true + default: "" + - variable: from + label: "SMTP sender e-mail address" + schema: + type: string + required: true + default: "" + - variable: fromName + label: "SMTP sender name" + schema: + type: string + required: true + default: "" + - variable: user + label: "SMTP username" + schema: + type: string + required: true + default: "" + - variable: password + label: "SMTP password" + description: "Required is user is specified, ignored if no user provided" + schema: + type: string + default: "" + - variable: ssl + label: "Enable SSL connection" + schema: + type: boolean + default: true + - variable: port + label: "SMTP port" + description: "Usually: 25 without SSL, 587 with SSL" + schema: + type: int + default: 587 + - variable: authMechanism + label: "SMTP Authentication Mechanisms" + description: "Comma-separated options: Plain, Login and Xoauth2" + schema: + type: string + default: "Plain" + - variable: heloName + label: "SMTP HELO - Hostname" + description: "Hostname to be sent for SMTP HELO. Defaults to pod name" + schema: + type: string + default: "" + - variable: port + label: "SMTP timeout" + schema: + type: int + default: 15 + - variable: invalidHostname + label: "Accept Invalid Hostname" + description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: invalidCertificate + label: "Accept Invalid Certificate" + description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: allowSignups + label: "Allow Signup" + description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users" + schema: + type: boolean + default: true + - variable: allowInvitation + label: "Always allow Invitation" + description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations" + schema: + type: boolean + default: true + - variable: defaultInviteName + label: "Default Invite Organisation Name" + description: "Default organization name in invitation e-mails that are not coming from a specific organization." + schema: + type: string + default: "" + - variable: showPasswordHint + label: "Show password hints" + description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display" + schema: + type: boolean + default: true + - variable: signupwhitelistenable + label: "Enable Signup Whitelist" + description: "allowSignups is ignored if set" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: signupDomains + label: "Signup Whitelist Domains" + schema: + type: list + default: [] + items: + - variable: domain + label: "Domain" + schema: + type: string + default: "" + - variable: verifySignup + label: "Verifiy Signup" + description: "Verify e-mail before login is enabled. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: requireEmail + label: "Block Login if email fails" + description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: emailAttempts + label: "Email token reset attempts" + description: "Maximum attempts before an email token is reset and a new email will need to be sent" + schema: + type: int + default: 3 + - variable: emailTokenExpiration + label: "Email token validity in seconds" + schema: + type: int + default: 600 + - variable: enableWebsockets + label: "Enable Websocket Connections" + description: "Enable Websockets for notification. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications" + schema: + type: boolean + default: true + hidden: true + - variable: enableWebVault + label: "Enable Webvault" + description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting" + schema: + type: boolean + default: true + - variable: orgCreationUsers + label: "Limit Organisation Creation to (users)" + description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users." + schema: + type: string + default: "all" + - variable: attachmentLimitOrg + label: "Limit Attachment Disk Usage per Organisation" + schema: + type: string + default: "" + - variable: attachmentLimitUser + label: "Limit Attachment Disk Usage per User" + schema: + type: string + default: "" + - variable: hibpApiKey + label: "HaveIBeenPwned API Key" + description: "Can be purchased at https://haveibeenpwned.com/API/Key" + schema: + type: string + default: "" + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10023 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 8080 + + + - variable: ws + label: "WebSocket Service" + description: "WebSocket Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: ws + label: "WebSocket Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3012 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 3012 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/data" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Resources and Devices" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/vaultwarden/13.0.3/templates/_configmap.tpl b/stable/vaultwarden/13.0.3/templates/_configmap.tpl new file mode 100644 index 00000000000..8809925abdf --- /dev/null +++ b/stable/vaultwarden/13.0.3/templates/_configmap.tpl @@ -0,0 +1,116 @@ +{{/* Define the configmap */}} +{{- define "vaultwarden.configmap" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: vaultwardenconfig +data: + ROCKET_PORT: "8080" + SIGNUPS_ALLOWED: {{ .Values.vaultwarden.allowSignups | quote }} + {{- if .Values.vaultwarden.signupDomains }} + SIGNUPS_DOMAINS_WHITELIST: {{ join "," .Values.vaultwarden.signupDomains | quote }} + {{- end }} + {{- if and (eq .Values.vaultwarden.verifySignup true) (eq .Values.vaultwarden.smtp.enabled false) }}{{ required "Signup verification requires SMTP to be enabled" nil}}{{end}} + SIGNUPS_VERIFY: {{ .Values.vaultwarden.verifySignup | quote }} + {{- if and (eq .Values.vaultwarden.requireEmail true) (eq .Values.vaultwarden.smtp.enabled false) }}{{ required "Requiring emails for login depends on SMTP" nil}}{{end}} + REQUIRE_DEVICE_EMAIL: {{ .Values.vaultwarden.requireEmail | quote }} + {{- if .Values.vaultwarden.emailAttempts }} + EMAIL_ATTEMPTS_LIMIT: {{ .Values.vaultwarden.emailAttempts | quote }} + {{- end }} + {{- if .Values.vaultwarden.emailTokenExpiration }} + EMAIL_EXPIRATION_TIME: {{ .Values.vaultwarden.emailTokenExpiration | quote }} + {{- end }} + INVITATIONS_ALLOWED: {{ .Values.vaultwarden.allowInvitation | quote }} + {{- if .Values.vaultwarden.defaultInviteName }} + INVITATION_ORG_NAME: {{ .Values.vaultwarden.defaultInviteName | quote }} + {{- end }} + SHOW_PASSWORD_HINT: {{ .Values.vaultwarden.showPasswordHint | quote }} + WEBSOCKET_ENABLED: {{ .Values.vaultwarden.enableWebsockets | quote }} + WEB_VAULT_ENABLED: {{ .Values.vaultwarden.enableWebVault | quote }} + ORG_CREATION_USERS: {{ .Values.vaultwarden.orgCreationUsers | quote }} + {{- if .Values.vaultwarden.attachmentLimitOrg }} + ORG_ATTACHMENT_LIMIT: {{ .Values.vaultwarden.attachmentLimitOrg | quote }} + {{- end }} + {{- if .Values.vaultwarden.attachmentLimitUser }} + USER_ATTACHMENT_LIMIT: {{ .Values.vaultwarden.attachmentLimitUser | quote }} + {{- end }} + {{- if .Values.vaultwarden.hibpApiKey }} + HIBP_API_KEY: {{ .Values.vaultwarden.hibpApiKey | quote }} + {{- end }} + {{- include "vaultwarden.dbTypeValid" . }} + {{- if .Values.database.retries }} + DB_CONNECTION_RETRIES: {{ .Values.database.retries | quote }} + {{- end }} + {{- if .Values.database.maxConnections }} + DATABASE_MAX_CONNS: {{ .Values.database.maxConnections | quote }} + {{- end }} + {{- if eq .Values.vaultwarden.smtp.enabled true }} + SMTP_HOST: {{ required "SMTP host is required to enable SMTP" .Values.vaultwarden.smtp.host | quote }} + SMTP_FROM: {{ required "SMTP sender address ('from') is required to enable SMTP" .Values.vaultwarden.smtp.from | quote }} + {{- if .Values.vaultwarden.smtp.fromName }} + SMTP_FROM_NAME: {{ .Values.vaultwarden.smtp.fromName | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.ssl }} + SMTP_SSL: {{ .Values.vaultwarden.smtp.ssl | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.port }} + SMTP_PORT: {{ .Values.vaultwarden.smtp.port | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.authMechanism }} + SMTP_AUTH_MECHANISM: {{ .Values.vaultwarden.smtp.authMechanism | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.heloName }} + HELO_NAME: {{ .Values.vaultwarden.smtp.heloName | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.timeout }} + SMTP_TIMEOUT: {{ .Values.vaultwarden.smtp.timeout | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.invalidHostname }} + SMTP_ACCEPT_INVALID_HOSTNAMES: {{ .Values.vaultwarden.smtp.invalidHostname | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.invalidCertificate }} + SMTP_ACCEPT_INVALID_CERTS: {{ .Values.vaultwarden.smtp.invalidCertificate | quote }} + {{- end }} + {{- end }} + {{- if .Values.vaultwarden.log.file }} + LOG_FILE: {{ .Values.vaultwarden.log.file | quote }} + {{- end }} + {{- if or .Values.vaultwarden.log.level .Values.vaultwarden.log.timeFormat }} + EXTENDED_LOGGING: "true" + {{- end }} + {{- if .Values.vaultwarden.log.level }} + {{- include "vaultwarden.logLevelValid" . }} + LOG_LEVEL: {{ .Values.vaultwarden.log.level | quote }} + {{- end }} + {{- if .Values.vaultwarden.log.timeFormat }} + LOG_TIMESTAMP_FORMAT: {{ .Values.vaultwarden.log.timeFormat | quote }} + {{- end }} + {{- if .Values.vaultwarden.icons.disableDownload }} + DISABLE_ICON_DOWNLOAD: {{ .Values.vaultwarden.icons.disableDownload | quote }} + {{- if and (not .Values.vaultwarden.icons.cache) (eq .Values.vaultwarden.icons.disableDownload "true") }} + ICON_CACHE_TTL: "0" + {{- end }} + {{- end }} + {{- if .Values.vaultwarden.icons.cache }} + ICON_CACHE_TTL: {{ .Values.vaultwarden.icons.cache | quote }} + {{- end }} + {{- if .Values.vaultwarden.icons.cacheFailed }} + ICON_CACHE_NEGTTL: {{ .Values.vaultwarden.icons.cacheFailed | quote }} + {{- end }} + {{- if eq .Values.vaultwarden.admin.enabled true }} + {{- if eq .Values.vaultwarden.admin.disableAdminToken true }} + DISABLE_ADMIN_TOKEN: "true" + {{- end }} + {{- end }} + {{- if eq .Values.vaultwarden.yubico.enabled true }} + {{- if .Values.vaultwarden.yubico.server }} + YUBICO_SERVER: {{ .Values.vaultwarden.yubico.server | quote }} + {{- end }} + {{- end }} + {{- if eq .Values.database.type "sqlite" }} + ENABLE_DB_WAL: {{ .Values.database.wal | quote }} + {{- else }} + ENABLE_DB_WAL: "false" + {{- end }} +{{- end -}} diff --git a/stable/vaultwarden/13.0.3/templates/_secrets.tpl b/stable/vaultwarden/13.0.3/templates/_secrets.tpl new file mode 100644 index 00000000000..ca5ec74b0af --- /dev/null +++ b/stable/vaultwarden/13.0.3/templates/_secrets.tpl @@ -0,0 +1,36 @@ +{{/* Define the secrets */}} +{{- define "vaultwarden.secrets" -}} + +{{- $adminToken := "" }} +{{- if eq .Values.vaultwarden.admin.enabled true }} +{{- $adminToken = .Values.vaultwarden.admin.token | default (randAlphaNum 48) | b64enc | quote }} +{{- end -}} + +{{- $smtpUser := "" }} +{{- if and (eq .Values.vaultwarden.smtp.enabled true ) (.Values.vaultwarden.smtp.user) }} +{{- $smtpUser = .Values.vaultwarden.smtp.user | b64enc | quote }} +{{- end -}} + +{{- $yubicoClientId := "" }} +{{- if eq .Values.vaultwarden.yubico.enabled true }} +{{- $yubicoClientId = required "Yubico Client ID required" .Values.vaultwarden.yubico.clientId | toString | b64enc | quote }} +{{- end -}} +--- + +apiVersion: v1 +kind: Secret +metadata: + name: vaultwardensecret +data: + {{- if ne $adminToken "" }} + ADMIN_TOKEN: {{ $adminToken }} + {{- end }} + {{- if ne $smtpUser "" }} + SMTP_USERNAME: {{ $smtpUser }} + SMTP_PASSWORD: {{ required "Must specify SMTP password" .Values.vaultwarden.smtp.password | b64enc | quote }} + {{- end }} + {{- if ne $yubicoClientId "" }} + YUBICO_CLIENT_ID: {{ $yubicoClientId }} + YUBICO_SECRET_KEY: {{ required "Yubico Secret Key required" .Values.vaultwarden.yubico.secretKey | b64enc | quote }} + {{- end }} +{{- end -}} diff --git a/stable/vaultwarden/13.0.3/templates/_validate.tpl b/stable/vaultwarden/13.0.3/templates/_validate.tpl new file mode 100644 index 00000000000..e4832c2f6e5 --- /dev/null +++ b/stable/vaultwarden/13.0.3/templates/_validate.tpl @@ -0,0 +1,17 @@ +{{/* +Ensure valid DB type is select, defaults to SQLite +*/}} +{{- define "vaultwarden.dbTypeValid" -}} +{{- if not (or (eq .Values.database.type "postgresql") (eq .Values.database.type "mysql") (eq .Values.database.type "sqlite")) }} +{{- required "Invalid database type" nil }} +{{- end -}} +{{- end -}} + +{{/* +Ensure log type is valid +*/}} +{{- define "vaultwarden.logLevelValid" -}} +{{- if not (or (eq .Values.vaultwarden.log.level "trace") (eq .Values.vaultwarden.log.level "debug") (eq .Values.vaultwarden.log.level "info") (eq .Values.vaultwarden.log.level "warn") (eq .Values.vaultwarden.log.level "error") (eq .Values.vaultwarden.log.level "off")) }} +{{- required "Invalid log level" nil }} +{{- end }} +{{- end }} diff --git a/stable/vaultwarden/13.0.3/templates/common.yaml b/stable/vaultwarden/13.0.3/templates/common.yaml new file mode 100644 index 00000000000..23381ff8a0c --- /dev/null +++ b/stable/vaultwarden/13.0.3/templates/common.yaml @@ -0,0 +1,38 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + + +{{/* Render configmap for vaultwarden */}} +{{- include "vaultwarden.configmap" . }} + +{{/* Render secrets for vaultwarden */}} +{{- include "vaultwarden.secrets" . }} + +{{/* Define path for websocket */}} +{{- define "vaultwarden.websocket" -}} +path: "/notifications/hub" +# -- Ignored if not kubeVersion >= 1.14-0 +pathType: Prefix +service: + # -- Overrides the service name reference for this path + name: ws + port: {{ .Values.service.ws.ports.ws.port }} +{{- end -}} + +{{/* inject websocket path to all main ingress hosts*/}} +{{- define "vaultwarden.websocketinjector" -}} +{{- $path := list (include "vaultwarden.websocket" . | fromYaml) -}} +{{- if .Values.ingress.main.enabled }} +{{- range .Values.ingress.main.hosts }} +{{- $newpaths := list }} +{{- $newpaths := concat .paths $path }} +{{- $_ := set . "paths" ( deepCopy $newpaths ) -}} +{{- end }} +{{- end }} +{{- end -}} + +{{/* inject websocket paths in ingress */}} +{{- include "vaultwarden.websocketinjector" . }} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/zwavejs2mqtt/9.0.13/values.yaml b/stable/vaultwarden/13.0.3/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/9.0.13/values.yaml rename to stable/vaultwarden/13.0.3/values.yaml diff --git a/stable/whoogle/1.0.10/Chart.lock b/stable/whoogle/1.0.10/Chart.lock deleted file mode 100644 index f4e9e734c1c..00000000000 --- a/stable/whoogle/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:58:36.266510405Z" diff --git a/stable/whoogle/1.0.10/charts/common-8.6.3.tgz b/stable/whoogle/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/whoogle/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/whoogle/1.0.10/CHANGELOG.md b/stable/whoogle/1.0.11/CHANGELOG.md similarity index 92% rename from stable/whoogle/1.0.10/CHANGELOG.md rename to stable/whoogle/1.0.11/CHANGELOG.md index 6df2d1ddc38..58ff7092015 100644 --- a/stable/whoogle/1.0.10/CHANGELOG.md +++ b/stable/whoogle/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [whoogle-1.0.11](https://github.com/truecharts/apps/compare/whoogle-1.0.10...whoogle-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [whoogle-1.0.10](https://github.com/truecharts/apps/compare/whoogle-1.0.9...whoogle-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [whoogle-1.0.2](https://github.com/truecharts/apps/compare/whoogle-1.0.1...whoogle-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) diff --git a/stable/whoogle/1.0.11/CONFIG.md b/stable/whoogle/1.0.11/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/whoogle/1.0.11/CONFIG.md @@ -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. diff --git a/stable/whoogle/1.0.11/Chart.lock b/stable/whoogle/1.0.11/Chart.lock new file mode 100644 index 00000000000..51dac206390 --- /dev/null +++ b/stable/whoogle/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:38:38.154435131Z" diff --git a/stable/whoogle/1.0.10/Chart.yaml b/stable/whoogle/1.0.11/Chart.yaml similarity index 95% rename from stable/whoogle/1.0.10/Chart.yaml rename to stable/whoogle/1.0.11/Chart.yaml index 2c052003b80..2358ca9d944 100644 --- a/stable/whoogle/1.0.10/Chart.yaml +++ b/stable/whoogle/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A self-hosted, ad-free, privacy-respecting metasearch engine home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png @@ -20,7 +20,7 @@ maintainers: name: whoogle sources: - https://github.com/benbusby/whoogle-search -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/whoogle/1.0.10/README.md b/stable/whoogle/1.0.11/README.md similarity index 96% rename from stable/whoogle/1.0.10/README.md rename to stable/whoogle/1.0.11/README.md index f41277d620b..ab8b814711b 100644 --- a/stable/whoogle/1.0.10/README.md +++ b/stable/whoogle/1.0.11/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/whoogle/1.0.10/app-readme.md b/stable/whoogle/1.0.11/app-readme.md similarity index 100% rename from stable/whoogle/1.0.10/app-readme.md rename to stable/whoogle/1.0.11/app-readme.md diff --git a/stable/whoogle/1.0.11/charts/common-8.9.1.tgz b/stable/whoogle/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/whoogle/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/whoogle/1.0.10/helm-values.md b/stable/whoogle/1.0.11/helm-values.md similarity index 100% rename from stable/whoogle/1.0.10/helm-values.md rename to stable/whoogle/1.0.11/helm-values.md diff --git a/stable/whoogle/1.0.10/ix_values.yaml b/stable/whoogle/1.0.11/ix_values.yaml similarity index 100% rename from stable/whoogle/1.0.10/ix_values.yaml rename to stable/whoogle/1.0.11/ix_values.yaml diff --git a/stable/whoogle/1.0.10/questions.yaml b/stable/whoogle/1.0.11/questions.yaml similarity index 100% rename from stable/whoogle/1.0.10/questions.yaml rename to stable/whoogle/1.0.11/questions.yaml diff --git a/stable/wikijs/4.0.1/templates/common.yaml b/stable/whoogle/1.0.11/templates/common.yaml similarity index 100% rename from stable/wikijs/4.0.1/templates/common.yaml rename to stable/whoogle/1.0.11/templates/common.yaml diff --git a/stable/whoogle/1.0.11/values.yaml b/stable/whoogle/1.0.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wiki/1.0.10/Chart.lock b/stable/wiki/1.0.10/Chart.lock deleted file mode 100644 index 438d16daefa..00000000000 --- a/stable/wiki/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:59:02.720239107Z" diff --git a/stable/wiki/1.0.10/charts/common-8.6.3.tgz b/stable/wiki/1.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/wiki/1.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/wiki/1.0.10/CHANGELOG.md b/stable/wiki/1.0.11/CHANGELOG.md similarity index 92% rename from stable/wiki/1.0.10/CHANGELOG.md rename to stable/wiki/1.0.11/CHANGELOG.md index f6ffb2222da..272dbb939fb 100644 --- a/stable/wiki/1.0.10/CHANGELOG.md +++ b/stable/wiki/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [wiki-1.0.11](https://github.com/truecharts/apps/compare/wiki-1.0.10...wiki-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [wiki-1.0.10](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wiki-1.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [wiki-1.0.2](https://github.com/truecharts/apps/compare/wiki-1.0.1...wiki-1.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/wiki/1.0.11/CONFIG.md b/stable/wiki/1.0.11/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/wiki/1.0.11/CONFIG.md @@ -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. diff --git a/stable/wiki/1.0.11/Chart.lock b/stable/wiki/1.0.11/Chart.lock new file mode 100644 index 00000000000..0a5d2a74382 --- /dev/null +++ b/stable/wiki/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:39:10.427413433Z" diff --git a/stable/wiki/1.0.10/Chart.yaml b/stable/wiki/1.0.11/Chart.yaml similarity index 95% rename from stable/wiki/1.0.10/Chart.yaml rename to stable/wiki/1.0.11/Chart.yaml index 44513cc665b..9faf306849d 100644 --- a/stable/wiki/1.0.10/Chart.yaml +++ b/stable/wiki/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "900b76a" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: A self-hosted well uh wiki engine or content management system. home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki icon: '' @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/wiki - https://github.com/nicholaswilde/docker-wiki type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/wiki/1.0.10/README.md b/stable/wiki/1.0.11/README.md similarity index 96% rename from stable/wiki/1.0.10/README.md rename to stable/wiki/1.0.11/README.md index 75f4b7af9e9..a06e056891f 100644 --- a/stable/wiki/1.0.10/README.md +++ b/stable/wiki/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/wiki/1.0.10/app-readme.md b/stable/wiki/1.0.11/app-readme.md similarity index 100% rename from stable/wiki/1.0.10/app-readme.md rename to stable/wiki/1.0.11/app-readme.md diff --git a/stable/wiki/1.0.11/charts/common-8.9.1.tgz b/stable/wiki/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/wiki/1.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/wiki/1.0.10/helm-values.md b/stable/wiki/1.0.11/helm-values.md similarity index 100% rename from stable/wiki/1.0.10/helm-values.md rename to stable/wiki/1.0.11/helm-values.md diff --git a/stable/wiki/1.0.10/ix_values.yaml b/stable/wiki/1.0.11/ix_values.yaml similarity index 100% rename from stable/wiki/1.0.10/ix_values.yaml rename to stable/wiki/1.0.11/ix_values.yaml diff --git a/stable/wiki/1.0.10/questions.yaml b/stable/wiki/1.0.11/questions.yaml similarity index 100% rename from stable/wiki/1.0.10/questions.yaml rename to stable/wiki/1.0.11/questions.yaml diff --git a/stable/wiki/1.0.10/templates/common.yaml b/stable/wiki/1.0.11/templates/common.yaml similarity index 100% rename from stable/wiki/1.0.10/templates/common.yaml rename to stable/wiki/1.0.11/templates/common.yaml diff --git a/stable/wiki/1.0.11/values.yaml b/stable/wiki/1.0.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wikijs/4.0.1/Chart.lock b/stable/wikijs/4.0.1/Chart.lock deleted file mode 100644 index 54d6ea80545..00000000000 --- a/stable/wikijs/4.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.3 -digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T22:59:30.453969204Z" diff --git a/stable/wikijs/4.0.1/charts/common-8.6.3.tgz b/stable/wikijs/4.0.1/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/wikijs/4.0.1/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/wikijs/4.0.1/charts/postgresql-6.0.3.tgz b/stable/wikijs/4.0.1/charts/postgresql-6.0.3.tgz deleted file mode 100644 index ed5f455e79b..00000000000 Binary files a/stable/wikijs/4.0.1/charts/postgresql-6.0.3.tgz and /dev/null differ diff --git a/stable/wikijs/4.0.1/CHANGELOG.md b/stable/wikijs/4.0.2/CHANGELOG.md similarity index 88% rename from stable/wikijs/4.0.1/CHANGELOG.md rename to stable/wikijs/4.0.2/CHANGELOG.md index 7b138547408..d6ea16bec4c 100644 --- a/stable/wikijs/4.0.1/CHANGELOG.md +++ b/stable/wikijs/4.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [wikijs-4.0.2](https://github.com/truecharts/apps/compare/wikijs-4.0.1...wikijs-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [wikijs-4.0.1](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wikijs-4.0.1) (2021-11-16) @@ -84,16 +97,3 @@ ### [wikijs-3.0.5](https://github.com/truecharts/apps/compare/wikijs-3.0.4...wikijs-3.0.5) (2021-11-02) #### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [wikijs-3.0.4](https://github.com/truecharts/apps/compare/wikijs-3.0.3...wikijs-3.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - diff --git a/stable/wikijs/4.0.2/CONFIG.md b/stable/wikijs/4.0.2/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/wikijs/4.0.2/CONFIG.md @@ -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. diff --git a/stable/wikijs/4.0.2/Chart.lock b/stable/wikijs/4.0.2/Chart.lock new file mode 100644 index 00000000000..ab3300fc2b4 --- /dev/null +++ b/stable/wikijs/4.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 +digest: sha256:deeeff620befb6c10824f89ea68c5c3683c7599301d97fd0ba0a05601f840a7c +generated: "2021-11-22T23:39:44.043441779Z" diff --git a/stable/wikijs/4.0.1/Chart.yaml b/stable/wikijs/4.0.2/Chart.yaml similarity index 94% rename from stable/wikijs/4.0.1/Chart.yaml rename to stable/wikijs/4.0.2/Chart.yaml index f19bea9df41..2febfe3cacc 100644 --- a/stable/wikijs/4.0.1/Chart.yaml +++ b/stable/wikijs/4.0.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.5" description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! name: wikijs -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - wiki @@ -15,11 +15,11 @@ sources: dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.3 + version: 6.0.7 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/wikijs/4.0.1/README.md b/stable/wikijs/4.0.2/README.md similarity index 93% rename from stable/wikijs/4.0.1/README.md rename to stable/wikijs/4.0.2/README.md index 7f0c33844a4..af215ebf59f 100644 --- a/stable/wikijs/4.0.1/README.md +++ b/stable/wikijs/4.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/wikijs/4.0.1/app-readme.md b/stable/wikijs/4.0.2/app-readme.md similarity index 100% rename from stable/wikijs/4.0.1/app-readme.md rename to stable/wikijs/4.0.2/app-readme.md diff --git a/stable/wikijs/4.0.2/charts/common-8.9.1.tgz b/stable/wikijs/4.0.2/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/wikijs/4.0.2/charts/common-8.9.1.tgz differ diff --git a/stable/wikijs/4.0.2/charts/postgresql-6.0.7.tgz b/stable/wikijs/4.0.2/charts/postgresql-6.0.7.tgz new file mode 100644 index 00000000000..3647fb1e906 Binary files /dev/null and b/stable/wikijs/4.0.2/charts/postgresql-6.0.7.tgz differ diff --git a/stable/wikijs/4.0.1/helm-values.md b/stable/wikijs/4.0.2/helm-values.md similarity index 100% rename from stable/wikijs/4.0.1/helm-values.md rename to stable/wikijs/4.0.2/helm-values.md diff --git a/stable/wikijs/4.0.1/ix_values.yaml b/stable/wikijs/4.0.2/ix_values.yaml similarity index 100% rename from stable/wikijs/4.0.1/ix_values.yaml rename to stable/wikijs/4.0.2/ix_values.yaml diff --git a/stable/wikijs/4.0.1/questions.yaml b/stable/wikijs/4.0.2/questions.yaml similarity index 99% rename from stable/wikijs/4.0.1/questions.yaml rename to stable/wikijs/4.0.2/questions.yaml index 593eca63208..1ccf5765eab 100644 --- a/stable/wikijs/4.0.1/questions.yaml +++ b/stable/wikijs/4.0.2/questions.yaml @@ -442,7 +442,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/xteve/4.0.10/templates/common.yaml b/stable/wikijs/4.0.2/templates/common.yaml similarity index 100% rename from stable/xteve/4.0.10/templates/common.yaml rename to stable/wikijs/4.0.2/templates/common.yaml diff --git a/stable/wikijs/4.0.2/values.yaml b/stable/wikijs/4.0.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xteve/4.0.10/Chart.lock b/stable/xteve/4.0.10/Chart.lock deleted file mode 100644 index 8a87551770d..00000000000 --- a/stable/xteve/4.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T23:00:04.802808613Z" diff --git a/stable/xteve/4.0.10/charts/common-8.6.3.tgz b/stable/xteve/4.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/xteve/4.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/xteve/4.0.10/CHANGELOG.md b/stable/xteve/4.0.11/CHANGELOG.md similarity index 92% rename from stable/xteve/4.0.10/CHANGELOG.md rename to stable/xteve/4.0.11/CHANGELOG.md index 335e7feb36f..3416d85502b 100644 --- a/stable/xteve/4.0.10/CHANGELOG.md +++ b/stable/xteve/4.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [xteve-4.0.11](https://github.com/truecharts/apps/compare/xteve-4.0.10...xteve-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [xteve-4.0.10](https://github.com/truecharts/apps/compare/xteve-4.0.9...xteve-4.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [xteve-4.0.2](https://github.com/truecharts/apps/compare/xteve-4.0.1...xteve-4.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/xteve/4.0.11/CONFIG.md b/stable/xteve/4.0.11/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/xteve/4.0.11/CONFIG.md @@ -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. diff --git a/stable/xteve/4.0.11/Chart.lock b/stable/xteve/4.0.11/Chart.lock new file mode 100644 index 00000000000..18e7d082a5b --- /dev/null +++ b/stable/xteve/4.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:40:25.507074772Z" diff --git a/stable/xteve/4.0.10/Chart.yaml b/stable/xteve/4.0.11/Chart.yaml similarity index 95% rename from stable/xteve/4.0.10/Chart.yaml rename to stable/xteve/4.0.11/Chart.yaml index 70fc2ee3eba..55a6b99baad 100644 --- a/stable/xteve/4.0.10/Chart.yaml +++ b/stable/xteve/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0.200" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: M3U Proxy for Plex DVR and Emby Live TV. home: https://github.com/truechartsapps/tree/master/charts/stable/xteve icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg @@ -21,7 +21,7 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/xteve/4.0.10/README.md b/stable/xteve/4.0.11/README.md similarity index 96% rename from stable/xteve/4.0.10/README.md rename to stable/xteve/4.0.11/README.md index abca5f2bbf5..3f5118dd08f 100644 --- a/stable/xteve/4.0.10/README.md +++ b/stable/xteve/4.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/xteve/4.0.10/app-readme.md b/stable/xteve/4.0.11/app-readme.md similarity index 100% rename from stable/xteve/4.0.10/app-readme.md rename to stable/xteve/4.0.11/app-readme.md diff --git a/stable/xteve/4.0.11/charts/common-8.9.1.tgz b/stable/xteve/4.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/xteve/4.0.11/charts/common-8.9.1.tgz differ diff --git a/stable/xteve/4.0.10/helm-values.md b/stable/xteve/4.0.11/helm-values.md similarity index 100% rename from stable/xteve/4.0.10/helm-values.md rename to stable/xteve/4.0.11/helm-values.md diff --git a/stable/xteve/4.0.10/ix_values.yaml b/stable/xteve/4.0.11/ix_values.yaml similarity index 100% rename from stable/xteve/4.0.10/ix_values.yaml rename to stable/xteve/4.0.11/ix_values.yaml diff --git a/stable/xteve/4.0.10/questions.yaml b/stable/xteve/4.0.11/questions.yaml similarity index 100% rename from stable/xteve/4.0.10/questions.yaml rename to stable/xteve/4.0.11/questions.yaml diff --git a/stable/zwavejs2mqtt/9.0.13/templates/common.yaml b/stable/xteve/4.0.11/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/9.0.13/templates/common.yaml rename to stable/xteve/4.0.11/templates/common.yaml diff --git a/stable/xteve/4.0.11/values.yaml b/stable/xteve/4.0.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/1.0.11/Chart.lock b/stable/zigbee2mqtt/1.0.11/Chart.lock deleted file mode 100644 index b341d065e08..00000000000 --- a/stable/zigbee2mqtt/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T23:00:31.41631173Z" diff --git a/stable/zigbee2mqtt/1.0.11/charts/common-8.6.3.tgz b/stable/zigbee2mqtt/1.0.11/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/zigbee2mqtt/1.0.11/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/1.0.11/CHANGELOG.md b/stable/zigbee2mqtt/1.0.12/CHANGELOG.md similarity index 92% rename from stable/zigbee2mqtt/1.0.11/CHANGELOG.md rename to stable/zigbee2mqtt/1.0.12/CHANGELOG.md index c3758b92f84..4af7800fb7b 100644 --- a/stable/zigbee2mqtt/1.0.11/CHANGELOG.md +++ b/stable/zigbee2mqtt/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zigbee2mqtt-1.0.12](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.11...zigbee2mqtt-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [zigbee2mqtt-1.0.11](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.10...zigbee2mqtt-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ ### [zigbee2mqtt-1.0.4](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.3...zigbee2mqtt-1.0.4) (2021-11-02) - -#### Chore - -* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) - - - - -### [zigbee2mqtt-1.0.3](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.2...zigbee2mqtt-1.0.3) (2021-11-01) diff --git a/stable/zigbee2mqtt/1.0.12/CONFIG.md b/stable/zigbee2mqtt/1.0.12/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/zigbee2mqtt/1.0.12/CONFIG.md @@ -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. diff --git a/stable/zigbee2mqtt/1.0.12/Chart.lock b/stable/zigbee2mqtt/1.0.12/Chart.lock new file mode 100644 index 00000000000..85ab398d060 --- /dev/null +++ b/stable/zigbee2mqtt/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:40:56.931874875Z" diff --git a/stable/zigbee2mqtt/1.0.11/Chart.yaml b/stable/zigbee2mqtt/1.0.12/Chart.yaml similarity index 95% rename from stable/zigbee2mqtt/1.0.11/Chart.yaml rename to stable/zigbee2mqtt/1.0.12/Chart.yaml index 8e4ae6ad41a..741b0448bee 100644 --- a/stable/zigbee2mqtt/1.0.11/Chart.yaml +++ b/stable/zigbee2mqtt/1.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.22.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 description: Bridges events and allows you to control your Zigbee devices via MQTT home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt icon: https://www.zigbee2mqtt.io/images/logo.png @@ -19,7 +19,7 @@ maintainers: name: zigbee2mqtt sources: - https://github.com/Koenkk/zigbee2mqtt -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/1.0.11/README.md b/stable/zigbee2mqtt/1.0.12/README.md similarity index 96% rename from stable/zigbee2mqtt/1.0.11/README.md rename to stable/zigbee2mqtt/1.0.12/README.md index 2560605994d..4377c058ffc 100644 --- a/stable/zigbee2mqtt/1.0.11/README.md +++ b/stable/zigbee2mqtt/1.0.12/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/zigbee2mqtt/1.0.12/SKIPINSTALL b/stable/zigbee2mqtt/1.0.12/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/1.0.11/app-readme.md b/stable/zigbee2mqtt/1.0.12/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/1.0.11/app-readme.md rename to stable/zigbee2mqtt/1.0.12/app-readme.md diff --git a/stable/zigbee2mqtt/1.0.12/charts/common-8.9.1.tgz b/stable/zigbee2mqtt/1.0.12/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/zigbee2mqtt/1.0.12/charts/common-8.9.1.tgz differ diff --git a/stable/zigbee2mqtt/1.0.11/helm-values.md b/stable/zigbee2mqtt/1.0.12/helm-values.md similarity index 100% rename from stable/zigbee2mqtt/1.0.11/helm-values.md rename to stable/zigbee2mqtt/1.0.12/helm-values.md diff --git a/stable/zigbee2mqtt/1.0.11/ix_values.yaml b/stable/zigbee2mqtt/1.0.12/ix_values.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/ix_values.yaml rename to stable/zigbee2mqtt/1.0.12/ix_values.yaml diff --git a/stable/zigbee2mqtt/1.0.11/questions.yaml b/stable/zigbee2mqtt/1.0.12/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/questions.yaml rename to stable/zigbee2mqtt/1.0.12/questions.yaml diff --git a/stable/zigbee2mqtt/1.0.11/templates/common.yaml b/stable/zigbee2mqtt/1.0.12/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/templates/common.yaml rename to stable/zigbee2mqtt/1.0.12/templates/common.yaml diff --git a/stable/zigbee2mqtt/1.0.11/templates/configmap.yaml b/stable/zigbee2mqtt/1.0.12/templates/configmap.yaml similarity index 100% rename from stable/zigbee2mqtt/1.0.11/templates/configmap.yaml rename to stable/zigbee2mqtt/1.0.12/templates/configmap.yaml diff --git a/stable/zigbee2mqtt/1.0.12/values.yaml b/stable/zigbee2mqtt/1.0.12/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/9.0.13/Chart.lock b/stable/zwavejs2mqtt/9.0.13/Chart.lock deleted file mode 100644 index b220f200019..00000000000 --- a/stable/zwavejs2mqtt/9.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T23:00:57.790411383Z" diff --git a/stable/zwavejs2mqtt/9.0.13/charts/common-8.6.3.tgz b/stable/zwavejs2mqtt/9.0.13/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/zwavejs2mqtt/9.0.13/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/9.0.13/CHANGELOG.md b/stable/zwavejs2mqtt/9.0.14/CHANGELOG.md similarity index 88% rename from stable/zwavejs2mqtt/9.0.13/CHANGELOG.md rename to stable/zwavejs2mqtt/9.0.14/CHANGELOG.md index aaf9e72449a..354116979df 100644 --- a/stable/zwavejs2mqtt/9.0.13/CHANGELOG.md +++ b/stable/zwavejs2mqtt/9.0.14/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [zwavejs2mqtt-9.0.14](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.13...zwavejs2mqtt-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [zwavejs2mqtt-9.0.13](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.12...zwavejs2mqtt-9.0.13) (2021-11-16) @@ -84,16 +97,3 @@ * Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [zwavejs2mqtt-9.0.5](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.4...zwavejs2mqtt-9.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - diff --git a/stable/zwavejs2mqtt/9.0.14/CONFIG.md b/stable/zwavejs2mqtt/9.0.14/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/zwavejs2mqtt/9.0.14/CONFIG.md @@ -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. diff --git a/stable/zwavejs2mqtt/9.0.14/Chart.lock b/stable/zwavejs2mqtt/9.0.14/Chart.lock new file mode 100644 index 00000000000..c3d3e32fe2d --- /dev/null +++ b/stable/zwavejs2mqtt/9.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T23:41:28.300287409Z" diff --git a/stable/zwavejs2mqtt/9.0.13/Chart.yaml b/stable/zwavejs2mqtt/9.0.14/Chart.yaml similarity index 96% rename from stable/zwavejs2mqtt/9.0.13/Chart.yaml rename to stable/zwavejs2mqtt/9.0.14/Chart.yaml index 1f1b24e8647..6dfa501c7da 100644 --- a/stable/zwavejs2mqtt/9.0.13/Chart.yaml +++ b/stable/zwavejs2mqtt/9.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.12.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.1 deprecated: false description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue @@ -24,7 +24,7 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 9.0.13 +version: 9.0.14 annotations: truecharts.org/catagories: | - tools diff --git a/stable/zwavejs2mqtt/9.0.13/README.md b/stable/zwavejs2mqtt/9.0.14/README.md similarity index 96% rename from stable/zwavejs2mqtt/9.0.13/README.md rename to stable/zwavejs2mqtt/9.0.14/README.md index 5b0f4a84167..cb28438a579 100644 --- a/stable/zwavejs2mqtt/9.0.13/README.md +++ b/stable/zwavejs2mqtt/9.0.14/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/stable/zwavejs2mqtt/9.0.13/app-readme.md b/stable/zwavejs2mqtt/9.0.14/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/9.0.13/app-readme.md rename to stable/zwavejs2mqtt/9.0.14/app-readme.md diff --git a/stable/zwavejs2mqtt/9.0.14/charts/common-8.9.1.tgz b/stable/zwavejs2mqtt/9.0.14/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/stable/zwavejs2mqtt/9.0.14/charts/common-8.9.1.tgz differ diff --git a/stable/zwavejs2mqtt/9.0.13/helm-values.md b/stable/zwavejs2mqtt/9.0.14/helm-values.md similarity index 94% rename from stable/zwavejs2mqtt/9.0.13/helm-values.md rename to stable/zwavejs2mqtt/9.0.14/helm-values.md index 7939cd262c3..2ff1bcd74cf 100644 --- a/stable/zwavejs2mqtt/9.0.13/helm-values.md +++ b/stable/zwavejs2mqtt/9.0.14/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.ws.enabled | bool | `true` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3000` | | -| service.ws.ports.ws.protocol | string | `"TCP"` | | | service.ws.ports.ws.targetPort | int | `3000` | | -| service.ws.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/zwavejs2mqtt/9.0.13/ix_values.yaml b/stable/zwavejs2mqtt/9.0.14/ix_values.yaml similarity index 97% rename from stable/zwavejs2mqtt/9.0.13/ix_values.yaml rename to stable/zwavejs2mqtt/9.0.14/ix_values.yaml index 4023069a36e..ee978dc7034 100644 --- a/stable/zwavejs2mqtt/9.0.13/ix_values.yaml +++ b/stable/zwavejs2mqtt/9.0.14/ix_values.yaml @@ -67,13 +67,11 @@ service: targetPort: 8091 ws: enabled: true - type: ClusterIP ports: ws: enabled: true port: 3000 targetPort: 3000 - protocol: TCP persistence: config: diff --git a/stable/zwavejs2mqtt/9.0.13/questions.yaml b/stable/zwavejs2mqtt/9.0.14/questions.yaml similarity index 99% rename from stable/zwavejs2mqtt/9.0.13/questions.yaml rename to stable/zwavejs2mqtt/9.0.14/questions.yaml index 30c344edaa7..5210de3bdc4 100644 --- a/stable/zwavejs2mqtt/9.0.13/questions.yaml +++ b/stable/zwavejs2mqtt/9.0.14/questions.yaml @@ -435,6 +435,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/zwavejs2mqtt/9.0.14/templates/common.yaml b/stable/zwavejs2mqtt/9.0.14/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/stable/zwavejs2mqtt/9.0.14/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/stable/zwavejs2mqtt/9.0.14/values.yaml b/stable/zwavejs2mqtt/9.0.14/values.yaml new file mode 100644 index 00000000000..e69de29bb2d